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

UCP Bookmarks templates deleted topic if statement seems to have no effect.

    XMLWordPrintable

Details

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

    Description

      The ucp_main_bookmarks.html template contains code which I think is supposed to display a 'topic deleted' message next to bookmarked topics that have been deleted.

      I have tried soft deleting and hard deleting a bookmarked topic but the message doesn't show up.

       

      ucp_main_bookmarks.html:  (line: 30)

                  <!-- IF topicrow.S_DELETED_TOPIC -->
                      <dl>
                          <dt><div class="list-inner"><strong>{L_DELETED_TOPIC}</strong></div></dt>
                          <dd class="lastpost"><span>&nbsp;</span></dd>
                          <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
                      </dl>
                  <!-- ELSE --> 

       

       

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: