The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect Based On Userid?
I want to redirect certain users based on userid to another page. I put this code in my header:
Code:
<if ($userid=="xx"> <meta http-equiv="refresh" content="1;url=site"> <else> Is this how I would do it? Or is it needlessly complex lol? |
#2
|
||||
|
||||
it should be(if your using vb3)
HTML Code:
<if condition="$bbuserinfo[userid]==xx"> blah blah </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|