Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-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

      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',

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

              Created:
              Updated:
              Resolved: