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

Non unique faq.php#f111

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.2
    • 3.0.3
    • Styles
    • None
    • PHP Environment:
      Database:

    Description

      As you create the links like this:

      <a href="#f{faq_block.S_ROW_COUNT}{faq_block.faq_row.S_ROW_COUNT}">

      the #f is not unique if you have 11 faq-groups.
      this could be easily fixed by using something like:

      <a href="#fblock{faq_block.S_ROW_COUNT}row{faq_block.faq_row.S_ROW_COUNT}">

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: