Log in

View Full Version : Redirect Based On Userid?


gfxhavenowner
07-20-2004, 03:42 AM
I want to redirect certain users based on userid to another page. I put this code in my header:

<if ($userid=="xx">
<meta http-equiv="refresh" content="1;url=site">
<else>

With xx and site replaced of course.

Is this how I would do it? Or is it needlessly complex lol?

AN-net
07-20-2004, 04:52 AM
it should be(if your using vb3)

<if condition="$bbuserinfo[userid]==xx">
blah blah
</if>