The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect after x seconds
Make a mod that after x seconds of showing a thread, it redirects to the register page?
Possible? |
#2
|
|||
|
|||
Bump
|
#3
|
|||
|
|||
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. HTML Code:
<if condition="is_member_of($bbuserinfo, 1)"> <meta http-equiv="refresh" content="10;url=http://www.yoursite.com/register.php"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|