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

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

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: