The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forumdisplay
I'm trying to add this at the topic of forumdisplay template:
HTML Code:
<vb:if condition="$threadinfo[forumid] == 68"> <script> alert("TESTING"); </script> </vb:if> |
#2
|
||||
|
||||
Try replacing $threadinfo[forumid] with $threadinfo['forumid'].
|
#3
|
|||
|
|||
HTML Code:
<vb:if condition="in_array($threadinfo['forumid'], array(68,32))"> <script> alert("TESTING"); </script> </vb:if> |
#4
|
||||
|
||||
Okay, try using $foruminfo['forumid'] instead.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|