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

Allow forum topicrow pagination to use topicrow values

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.2.2
    • 3.3.3-RC1
    • Viewing forums
    • PHP 7.1.7, MySQL 5.6.34, Firefox 61.0

    Description

      In viewforum.php on like 976, pagination currently does not use the topic_row values that the event core.viewforum_modify_topicrow allows you to change.  I need either add $replies to the above event, or more simply I can change $replies within the pagination to $topic_row['REPLIES'] to produce the same affect.  This pull request changes two variables within pagination on like 976 to use the values from topic_row, so they can be edited and reflected by event modification.

      Attachments

        Issue Links

          Activity

            People

              Marc Marc
              Toxyy Toxyy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: