The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Making something forum specific
Ok, in the newthread, template, I'm trying to have it use a different section of the code depending on what forum it is being used in.
I've tried so many different things, but nothing as of yet has worked. I have tried: Code:
<if condition="$foruminfo[forumid] = 54"> Code:
<if condition="$foruminfo['forumid'] = 54"> Code:
<if condition="$forumid = 54"> Code:
<if condition="$forumid[54]"> Code:
<if condition="$forumid['54']"> |
#2
|
||||
|
||||
The first two are almost right - you must use '==', not '=' (just as in php ).
|
#3
|
||||
|
||||
Ahhhh!!! I hate making dumb mistakes!!
Thanks Paul. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|