-
Bug
-
Resolution: Duplicate
-
Trivial
-
3.0.10
-
None
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',
- duplicates
-
PHPBB-10689 Bug in the popup " Find a member" when select by letter.
- Closed
- is duplicated by
-
PHPBB-10578 Find Member feature for addressing PMs or mass emails gives no selection boxes when restricted to members whose names start with a particular letter
- Closed