-
Bug
-
Resolution: Fixed
-
Major
-
3.0.10
-
None
Bug in the popup " Find a member" when select by letter, the normal page memberlist appear in the the popup.
The current mode is forgotten.
This bug appeared after the 3.0.9 update to 3.0.10
Open memberlist.php version 3.0.10
search (line 1298):
'g' => array('g', 0),
|
Add before on a new line:
'mode' => array('mode', ''),
|
search (line 1345 to 1350):
|
if ($mode)
|
{
|
$params[] = "mode=$mode";
|
}
|
$sort_params[] = "mode=$mode";
|
and delete these lines
- is duplicated by
-
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
- Closed
- was caused by solution of
-
PHPBB-7291 Broken links of char selection in memberlist
- Closed