The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Specify iframe under navbar to load in specific location..
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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|