The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add a conditional to this one page
Is there a way I can add a conditional to this page so I can customize it?
mywebsite.com/login.php?do=logout I know I can use Code:
<if condition="THIS_SCRIPT == login"></if> How can I add changes to only that page? |
#2
|
|||
|
|||
<if condition="(THIS_SCRIPT == login) AND ($_REQUEST['do'] == 'logout')">
Should work. |
#3
|
|||
|
|||
thanks so much Opserty!!!!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|