Quote:
Originally Posted by Phaedrus
It's because the script uses the Userid of 1 rather than the Usergroup of 1...
Change the script to:
Code:
<if condition="$bbuserinfo['usergroupid'] == 1">
<meta HTTP-EQUIV="REFRESH" content="X; url=http://www.yourforumurl.com/register.php">
</if>
|
Thanks wrote my code wrong.
Quote:
Originally Posted by Stubbed
No.
Pretty poorly coded IMHO, if it wasn't for the input of the other people in this thread it wouldn't even work.
This will just annoy guest users more than anything.
|
I respect your opinion.
guys, if you give your guests enough time, you can implement this real easy. I made it wait every five minutes. It works great.
I will update a newer version soon with better coding.