Quote:
Originally Posted by Lynne
You can try using $forumid in that template. I've never done a condition for the forumid in the navbar before. But, try (change x to your forumid):
HTML Code:
<if condition="$forumid == 'x'">
whatever
</if>
|
Ok, but is there any way that it could only show if a new post is made in that forum? i.e.
HTML Code:
<if condition="$newpost[forumid] == true">
stuff
</if>