Show Read/Unread Posts or Topics in Groups?

NodeBB Development
  • Hi all,

    I believe this feature is not available out of the box--at least from what I have seen so far. My question is, is it possible to add this feature in groups? I would like to see all unread posts in my group, similar to the unread topics in categories.

    In posts_list_item.tpl, I notice there is a logic for deleted topics

    <!-- IF ../deleted --> deleted<!-- ELSE --><!-- IF ../topic.deleted --> deleted<!-- ENDIF ../topic.deleted --><!-- ENDIF ../deleted -->
    

    I tried using topics.unread or {../unread}, but it is not working.

    Is there any way we can access topics.unread in partial templates? or is this simply not possible? Thanks in advance!

  • Bump! Anyone?

  • This isn't something you can do with template edits. You'll need to add that data on the server side.


Suggested Topics