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

Allow forum topicrow pagination to use topicrow values

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.3-RC1
    • 3.2.2
    • Viewing forums
    • PHP 7.1.7, MySQL 5.6.34, Firefox 61.0

      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.

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

              Created:
              Updated:
              Resolved: