PDA

View Full Version : new thread note in a specific forum


Daniel_HBK
06-22-2010, 03:13 AM
hi all,

i tried this :-

<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

<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 1277212108 at 1277212108 ---------------

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))">

ChopSuey
06-23-2010, 01:21 PM
Why not put it in the newthread template? lol.

Daniel_HBK
06-23-2010, 01:57 PM
WORKED , thaaaaaaanks , GBU