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

Broken links of char selection in memberlist

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.10-RC1
    • 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=)

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

              Created:
              Updated:
              Resolved: