Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10689

Bug in the popup " Find a member" when select by letter.

XMLWordPrintable

      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

            nickvergessen Joas Schilling
            sylver35 sylver35
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: