The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Thanks for the update. I was thinking that I needed a added condition in the template conditional. I am not using any php code to do this redirect as the whole process is contained and executed inside the headinclude template. So, I was thinking that I needed something like :
HTML Code:
<vb:if condition="$bbuserinfo['userid'] == 0" AND !(THIS_SCRIPT == 'register')>
Any ideas? Edit: Found it! HTML Code:
<vb:if condition="$bbuserinfo['userid'] == 0" AND condition="THIS_SCRIPT != 'register'"> <meta HTTP-EQUIV="REFRESH" content="15; url=http://yoursite.com/register.php"> </vb:if> bpr: thanks for the tips, got me thinking in the right direction |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|