Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17647

Gallery Avatars breaks Upload Avatars option

XMLWordPrintable

      Having Gallery Avatars option enabled and set up prevents users from submitting avatars via Upload Avatar option. The issue is located in the phpbb-avatars.js fileĀ 

      const $submitButton = this.$form.find('fieldset > input[type=submit]').first(); 

      when Gallery Avatars is enabled this code selects the input element found in the gallery Avatars section no the main submit button. One way to fix it is to be more precise with the element selection.

            Unassigned Unassigned
            Mannix_ Mannix_
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: