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

Fix dead link in MCP on reports for global announcements in prosilver.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Styles
    • None

      in the MCP > Reported Messages > Open/Closed Reports
      when there is a report on a global announcement, there is a empty link:

      'U_VIEWFORUM'				=> (!$global_topic) ? append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $row['forum_id']) : '',

      and

      {L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a>


      resulting in

      Forum: <a href="">Global announcement</a>


      Suggested fix makes it work like subsilver2 and just views

      Global announcement

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

              Created:
              Updated:
              Resolved: