-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.1
-
None
-
PHP Environment: 5
Database: 5
The links are generated like this in the template:
<a href="
{S_MODE_ACTION}&first_char=a#memberlist">A</a>
This brokes the urls!!!
Easy to reproduce:
1. Enter http://www.phpbb.com/community/memberlist.php
The link for letter A is:
http://www.phpbb.com/community/memberlist.php?mode=&first_char=a#memberlist
2. Now click letter A, the link for A is now:
http://www.phpbb.com/community/memberlist.php?first_char=a&mode=&first_char=a#memberlist
Besides empty 'mode' var shouldn't be used here (mode=)
- caused
-
PHPBB-10689 Bug in the popup " Find a member" when select by letter.
- Closed
- is duplicated by
-
PHPBB-8534 Extra "&" in url and &first_char variable added in URL twice when selecting a diff
- Closed
- is related to
-
PHPBB-10564 Memberlist doesn't work after update
- Closed