Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Redirect Unregistered Users to Register page in X seconds {more members proven!} Details »»
Redirect Unregistered Users to Register page in X seconds {more members proven!}
Version: 2.0, by DanTHEGREAT DanTHEGREAT is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 01-31-2009 Last Update: 04-18-2009 Installs: 47
Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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'">
<meta HTTP-EQUIV="REFRESH" content="X; url=http://www.yourforum.com/register.php">
</if>
Replace X with how many seconds you want the unregistered to view your board.
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 .

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

Download Now

File Type: php register.php (40.3 KB, 170 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-18-2009, 07:59 AM
itsheinz itsheinz is offline
 
Join Date: Feb 2009
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its working with me ..nice one
Reply With Quote
  #23  
Old 02-18-2009, 08:52 AM
Tommy8x Tommy8x is offline
 
Join Date: Feb 2009
Location: Vietnam
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No need for me
Reply With Quote
  #24  
Old 03-09-2009, 11:13 PM
MarkFoster MarkFoster is offline
 
Join Date: Jun 2008
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... Some of my guests take lots of time on the register page, I don't want them to keep getting redirected.
Reply With Quote
  #25  
Old 03-26-2009, 07:19 PM
alloutvb alloutvb is offline
 
Join Date: May 2004
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
if(strpos($_SERVER["REQUEST_URI"], 'register.php') !== false){
	$is_register_page = 1;
}
Reply With Quote
  #26  
Old 04-09-2009, 03:55 AM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #27  
Old 04-09-2009, 04:07 AM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and a guest toldf me even after he registered it kept refrshing n bring him to the page
Reply With Quote
  #28  
Old 04-09-2009, 02:36 PM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

someone pleassee help
Reply With Quote
  #29  
Old 04-12-2009, 08:54 PM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

or not '''

lmmfao
Reply With Quote
  #30  
Old 04-13-2009, 12:41 PM
solidstate solidstate is offline
 
Join Date: Mar 2009
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice concept man.
Reply With Quote
  #31  
Old 04-13-2009, 01:46 PM
jgruberman jgruberman is offline
 
Join Date: Apr 2009
Location: Dallas, TX
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:06 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
  • Page Generation 0.04602 seconds
  • Memory Usage 2,316KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete