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?
Thanks!
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!