XF 1.3 how to get new post "count" to display on custom code?

zoldos

Well-known member
Below is my custom code to check the forum for new posts/content. But in doing so, I lost the red number of posts that normally displays on the stock template. How can I add it to the below code?

Code:
<xen:if is="{$visitor.user_id}"><li class="navTab PopupClosed"><a href="index.php?find-new/posts" class="navLink">View New Content</a></li></xen:if>

Thanks!
 
Which red number of posts that normally displays on the stock template?

If you mean a red balloon with an unread post count, that is from an add-on.
 
Top Bottom