Quote:
Originally Posted by Simon Lloyd
Put this at the top of your header template
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 1">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.mysite.com/register.php">
</if>
of course you need to change the url but anyone viewing your site who are not logged in will be redirected there.
|
While this does work, when I send out an invitation to my site the user is given a link to register.php and the code here redirects even the register.php page, is there a way to exclude that page so that they can still join?