![]() |
Redirect Unregistered Users to Register page in X seconds {more members proven!}
1 Attachment(s)
Redirect Unregistered Users to Register page in X seconds
v.2.00 What does this template mod do? Basically, this will increase registration rates by letting your guests view the forum posts, threads, etc for X amount of seconds until they get redirected to the registration page. I use this on my forum is works great! It has increased the registrations by a long shot. The key to this is that most users who join vBulletin forums cannot find the register link sometimes and often are confused. With this, they immediately get sent there and register! How do I install this modification? Installing is the simple part. Here we go: simple steps into installing! Go to admin cp>style manager>all style options>place in your header....... Code:
<if condition="$bbuserinfo['usergroupid'] == 1" AND "THIS_SCRIPT != 'register'"> Replace "yourforum" with your site name. Press Save. Next, go into your FTPs and replace your register.php with the one below. You are all finished :D. I will not be giving support to people who do not mark as installed and I do not accept help pms. Thanks! History: March 1st - Initial Release Introduction to experiment April 19th - Register.php Addition - Fixed Refreshing While in Registration Thanks AllOutVB |
I liked the concept..
But there is a problem I m loged with my username and password but after 10 seconds itz going to the register page and showing this message Quote:
|
Quote:
Code:
<if condition="$show['guest']"> surely this would effect googlebots on your site? and you said it was proven but I don't see any proof? |
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"> |
Quote:
|
Quote:
|
Looks like a great idea. I'm also curious if this will affect how your forum is "spidered". Don't quite follow the relationship between Userid of 1 rather than the Usergroup of 1.
|
Quote:
|
does is show a warning or message like " you are being redirect to register page..."
|
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. |
All times are GMT. The time now is 02:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|