PDA

View Full Version : Redirect after x seconds


jagari
06-07-2007, 02:04 PM
Make a mod that after x seconds of showing a thread, it redirects to the register page?

Possible?

jagari
06-08-2007, 09:35 PM
Bump :(

dyna88
06-09-2007, 02:39 AM
I am guessing you want to send guests to the registration page after viewing a thread....

I am sure someone has a better way but this should work...

Place this at the top of your showthread template

Make sure to enter the correct path to your register.php file and you can change the amount of time before the redirect by changing the content value from 10 seconds to whatever you want.

<if condition="is_member_of($bbuserinfo, 1)">
<meta http-equiv="refresh" content="10;url=http://www.yoursite.com/register.php">
</if>