Pasting that code directly into the
navbar should work correct? Im scratching my head over here.. just can't get it working.
I paste the following into
navbar and nothing shows up on forum 63
Code:
<CENTER>
<if condition="$forum[forumid] == 63">
<div style="padding:1em; text-align: center;">
<B><I>Testing; please ignore</I></B>
</div>
</if>
</CENTER>
I fixed it.. the syntax should be:
Code:
<if condition="$forumid == X">
MSG HERE
</if>
Thx for the help zardos we finally got it