The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Posted this at vBulletin.com and after waiting for a second day without an answer, hoping someone here might be able to help...
Probably obvious, but sort of struggling figuring out some basic conditionals... I have the statement below to add a bit of code to only my forum index: Code:
<if condition="THIS_SCRIPT == 'index'"> Really appreciate any pointers. Thank you. |
|
#2
|
|||
|
|||
|
You could use:
Code:
<if condition="in_array(THIS_SCRIPT, array('index', 'showthread', 'forumdisplay'))">
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|