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

When you search for user and like to seperate by a single letter to search for in user list, the normal user search is opened

    XMLWordPrintable

Details

    Description

      There's (at least from my point of view) a simple solution to get that fixed:

      Open memberlist.php and search:
      'U_SORT' => append_sid("{$phpbb_root_path}memberlist.$phpEx", $u_first_char_params . 'first_char=' . $char) . '#memberlist',

      and replace with:
      'U_SORT' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=searchuser&" . $u_first_char_params . 'first_char=' . $char) . '#memberlist',

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              femu femu [X] (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: