Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11094

prosilver: searching for users: no textbox for Jabber

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.11
    • 3.0.12-RC1
    • Styles
    • None

    Description

      In the "Find a member" section of the memberlist there is no textbox for filtering for a specific Jabber address in prosilver. In subsilver2 however this textbox exists.

      Fix is simple - open /styles/prosilver/template/memberlist_search.html and find:

      	<dl>
      		<dt><label for="msn">{L_MSNM}:</label></dt>
      		<dd><input type="text" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd>
      	</dl>

      After, add:

      	<dl>
      		<dt><label for="jabber">{L_JABBER}:</label></dt>
      		<dd><input type="text" name="jabber" id="jabber" value="{JABBER}" class="inputbox" /></dd>
      	</dl>

      Tested.

      Attachments

        Activity

          People

            dhruv.goel92 Dhruv Goel [X] (Inactive)
            AmigoJack AmigoJack
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: