PDA

View Full Version : Need help with something on Nav bar template please


tinkerbell
08-08-2006, 04:38 PM
I have installed the vjukebox hack but only want it to show on the nav bar in certain forums or for certain usergroups. Please can someone help me with the 'if condition=xxxxxxxxxx' in the nav bar code below

<if condition=xxxxxxxxxx>
<td class="vbmenu_control">
<a href="jukebox.php?$session[sessionurl_q]">Jukebox</a>
</td></if>

so that the xxxxxxxx relate to the usergroup id or forum id concerned.

Thank you

Karen

Sean S
08-08-2006, 04:43 PM
try this out,


<if condition="in_array($foruminfo['forumid'], array(X,Y))">
It works!
</if>


replace the x and y with the forum ids of your choice.

tinkerbell
08-08-2006, 04:49 PM
Thank you Sean S that works a treat:D

Karen

Sean S
08-08-2006, 04:51 PM
no problem Karen, anytime.