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

UCP Front Page Announcements List: Unread Topic Image Is Not Clickable

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.10
    • None
    • Styles

    Description

      Bug Title:
      UCP Front Page Announcements List Unread Topic Image Is Not Clickable

       

      Bug Description:
      When viewing the announcements list on the UCP Front Page, if there is an unread post, the unread image is not clickable like it is in other templates.

       

      Why It's A Bug:
      Because the template contains the code for the link but it uses the wrong if statement.

       

      Affected Template:
      ucp_main_front.html

       

      Affected If Statement:

      <!-- IF topicrow.S_UNREAD_TOPIC --> 

       

      Suggested Fix:

      Find:

      <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->

       

      Change To:

      <!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: