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

Forum feed link in forumlist_body does not return the correct URL

XMLWordPrintable

      The link/icon in forumlist_body.html that returns the URL to the forum feed is incorrect and display the feed of all new posts.

      Current link:

      <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}">
      

      Fixed link (same href as in overall_header):

      <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{{ path('phpbb_feed_forum', { forum_id : forumrow.FORUM_ID } ) }}">
      

      https://github.com/phpbb/phpbb/pull/6781

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

              Created:
              Updated:
              Resolved: