Millenium IT
07-26-2007, 07:23 PM
So, I installed this hack that replaces the forums statusicons with custom ones, set-able via forum-edit in the AdminCP. But now, I need to make a modification that notify's people of new posts. So I tried something simple like this:
<if condition="$forum[statusicon]=='new'">
<b>NEW!</b>
</if>
But this doesn't work since it displays NEW! on every forum catagory on the main page.
I am running vB3.6.4 and made the above stated changes to my forumhome_forumbit_level2_post and forumhome_forumbit_level2_nopost templates.
Any advice here guys?
<if condition="$forum[statusicon]=='new'">
<b>NEW!</b>
</if>
But this doesn't work since it displays NEW! on every forum catagory on the main page.
I am running vB3.6.4 and made the above stated changes to my forumhome_forumbit_level2_post and forumhome_forumbit_level2_nopost templates.
Any advice here guys?