The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I currently using <if condition="THIS_SCRIPT == 'index'"></if> to show some info and was wondering how I can add more to it instead having the following:
PHP Code:
|
#3
|
||||
|
||||
![]()
If you are displaying the same data for all of them, you can use the in_array() method.
|
#4
|
||||
|
||||
![]()
try this
HTML Code:
<if condition="in_array(THIS_SCRIPT, array('index', 'blog','groups','faq'))"></if> |
#5
|
|||
|
|||
![]()
Thank you for the fast replies
![]() Got it working! Thanks again ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|