"You've posted in this thread" icon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DisasterDotCom
    Member
    • Feb 2013
    • 85

    "You've posted in this thread" icon

    In vb4, if you posted in a thread you would get a little arrow on the icon next to the thread in the forum display, and when you hovered it would give you a tooltip that you have posts in that thread. vb5 doesn't do this.

    In the display_topics_item template I see the following:

    Code:
    //@TODO:
    
    1. Append to $topicStatus var the following CSS classes
               when the node API has implemented these topic statuses:
    
        hot-unread (unread hot topic)
        hot-read (read hot topic)
        read (read topic, default status is unread which doesn't need to be specified)
        posted (logged-in user has posted in this topic)
        posted-closed (logged-in user has posted in this closed topic)
    
    2. Set $iconTooltip text for the above topic statuses.
    
    There's a problem here. Topic read state is set by javascript not the node API.
    Also it's better to seperate different status into different class, for example:
    hot unread (2 classes) instead of hot-unread (1 class) -- Xiaoyu
    Does this mean those icons/statuses (hot-unread, hot-read, read-posted and posted-closed) have not yet been implemented? Any hacks for this?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Sorry, this feature is not in vBulletin 5.

    You can use the dropdown from the username at the top and select "My Recent Posts" to display a topic view of recently updated topics you have replied to.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Graham Walters
      Senior Member
      • Feb 2013
      • 143
      • 5.1.x

      #3
      It's there in topic display though

      Comment

      • DisasterDotCom
        Member
        • Feb 2013
        • 85

        #4
        When you say "Topic display"... where are you talking about?

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5
          Originally posted by DisasterDotCom
          When you say "Topic display"... where are you talking about?
          Topic Display is just the thread listing (as opposed to showing results as individual posts, or "stream view").
          However the above information is not correct. The feature mentioned is not present in vB5.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          Related Topics

          Collapse

          Working...