The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm trying this:
Code:
<if condition="THIS_SCRIPT !== 'search'">
|
|
#2
|
||||
|
||||
|
Try removing the "!".
I prefer arrays myself as it gives flexibility. Like so: Code:
<if condition="in_array(THIS_SCRIPT, array('search'))">
|
|
#3
|
|||
|
|||
|
I'm trying to drop a line break everywhere but in the search results.
So I assume this would be the not-version of it?Code:
<if condition="!in_array(THIS_SCRIPT, array('search'))">
|
|
#4
|
||||
|
||||
|
Ahh...Yeah. That would be it...As far as the arrays go.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|