hi all,
i tried this :-
HTML Code:
<vb:if condition="in_array($forum['forumid'], array(63,64,65,66,167,73,74,75,76,77,158))">
<vb:if condition="THIS_SCRIPT == 'newthread'">
<vb:if condition="$show['member']">
<strong>NOTE TITLE! :-</strong><br />
<ul>
<li><strong><font color="#ff0000">NOTE HERE</font></strong></li>
</ul>
</vb:if>
</vb:if>
</vb:if>
AND
HTML Code:
<vb:if condition="in_array($foruminfo['forumid'], array(63,64,65,66,167,73,74,75,76,77,158))">
<vb:if condition="THIS_SCRIPT == 'newthread'">
<vb:if condition="$show['member']">
<strong>NOTE TITLE! :-</strong><br />
<ul>
<li><strong><font color="#ff0000">NOTE HERE</font></strong></li>
</ul>
</vb:if>
</vb:if>
</vb:if>
nothing shown
thanks in advance..
--------------- Added [DATE]1277212108[/DATE] at [TIME]1277212108[/TIME] ---------------
P.S:- i put it in
editor_toolbar_on template .. no one can help me ? i thing the problem is here <vb:if condition="in_array($
foruminfo['forumid'], array(63,64,65,66,167,73,74,75,76,77,158))">