The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey,
I'm using an iframe to load an external chat under the navbar. Right now I have it set up to load only in forum ID: 2 using this code: Code:
<if condition="$foruminfo[forumid] == 2"> </if> Any help is appreciated. __________________________________________________ _________ I've got it working by using this code: Code:
<if condition="THIS_SCRIPT == 'forumdisplay' AND $foruminfo[forumid] == 2"> </if> |
![]() |
|
|