Baron
Member
So I recently installed a mod that replaced the "Last Post" area beside each forum with a list of 5 threads that have had recent posts. By default, the list only includes the thread titles, but my users are requesting that I implement Unread Post Icons to the left of those threads that have unread posts. The problem is that when I try to implement the same unread post code found on a traditional thread list page, it doesn't do anything, such as:
It's as if the "isNew" function isn't available to me on the forum index page. How can I make this work?
Code:
{xen:if '{$thread.isNew} AND {$thread.haveReadData}', '/unread'}", $thread}
It's as if the "isNew" function isn't available to me on the forum index page. How can I make this work?
Last edited: