![]() |
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. |
Quote:
Quote:
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. |
Quote:
|
Google does follow meta tags -_-
they dont follow javascript lol I am going to release my own hold up |
thank you. i was able to install this very quickly with no problems. Very good idea.
|
a other good solution without automatic redirect is disable the search for guests and add the follow code to your header where your navbar is located
Code:
<if condition="$bbuserinfo['usergroupid'] == 1"> |
Affects Google Bots ?
|
One thing to keep in mind. If you don't allow enough time, they will be unable to register as they will be redirected back to the start of the register page every X seconds (whatever you select).
|
How about SpiderBot ( google, yahoo ) ? Will They redirect ? I don't want so !
|
Yes, they will be redirected.
|
Quote:
|
its working with me ..nice one
|
No need for me
|
Hmm... Some of my guests take lots of time on the register page, I don't want them to keep getting redirected.
|
For everyone thats having the issue with it refreshing on the register.php page this is a simple fix that will allow your members to register without it booting them off, please add the following into your register.php file
Code:
//Added by AllOutVB so that we can redirect to register page without redirecting the register page |
where is the register php at
i think this idea is genius but it keeps refreshin on register page so could u explain exactly what i need to do to make this work proper please? |
and a guest toldf me even after he registered it kept refrshing n bring him to the page
|
someone pleassee help
|
or not '''
lmmfao |
nice concept man.
|
Hey people.... before bashing on this guy for releasing this... keep something in mind:
This is BASIC HTML CODE! All he did was put it all together with the correct vbcode in it. This isn't a "crappy mod" that he built... it's just a simple solution that automatically redirects someone to a different page similar to when you go to a webpage and it says "We are closed, you are being redirected to our new site" or something like that. Don't bash on the guy for just throwing some HTML in that might help out others. |
Quote:
|
Updated to version 1.30!
|
well i think it is genius
|
but dan, it is still refreshing when there tryin to register in mid registration it refreshes n takes it back to the front of registration
|
installed on 3.8.2 and works great thanks
|
Quote:
What version of vbulletin are you using? |
3.8.1
as i was sayin dont let there complaining stop you i think this is a great add-on n very much appreciate it |
Hi,
I have set up this script and like it. I had to modify to tell it that it was not yourdomain.com/register.php but yourdomain.com/forums/register.php and then it started working fine. However, after my users get to the registration page (the one where they have to put their username, password, email, etc.), its still refreshing there. Is there any way i can tell it to not do that (besides just giving the user more time to register). If i just give them more time, it defeats the purpose of the script. |
Quote:
thats my problem |
not working in 3.8.3, ie 8.
|
All times are GMT. The time now is 05:23 PM. |
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:
|