Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Redirect guests to register page from no permission page. Increase Registrations Details »»
Redirect guests to register page from no permission page. Increase Registrations
Version: 1.5, by SEOvB SEOvB is offline
Developer Last Online: May 2015 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.4 Rating:
Released: 03-13-2008 Last Update: 11-26-2008 Installs: 217
Uses Plugins Auto-Templates
Translations  
No support by the author.

//////////////////////////////////
// This Hack Brought To You By: Dave from SEO vB | Affordable vBulletin Services
//
////////////////////////////////

This hack will redirect gusts from pages commonly not accessible by them to a custom message page where they can continue to register or login.

To Install:
1. Upload product via AdminCP -> Product Manager
2. Configure options vBulletin Options -> Guest Redirect System

New Templates
1. custom_gdirect

Database Changes
1. None

Setup Instructions
1. All settings can be found under vBulletin Options -> Guest Redirect System with a brief explanation.

Whats it do?
This modification redirects users from standard error no permission page to a custom one where you can enter more information about your site or product, as well as let registered members login.

Purpose?
Increase conversion rate of guests

Future Plans
The professional version will have a quick register form and extended options as well as fully phrased

Requirements
1. Should work on all vBulletin version from 3.5 to 3.8. Tested on vBulletin version 3.7.4PL1 and confirmed working.

Uninstall Instructions
Remove Product using vBulletin Product Manager

FAQ
Does this mess with my search engine rankings?
No, this has no effect on your rankings at all.

Can you add additional pages like albums and groups
Yes, in a future version there will be support for more pages

Can you have my babies
Sorry no, currently not possible at this time

Can I donate something for your time
Yes, donations are greatly appreciated, and allow you to remove the copyright

Can i remove the copyright
No, in exchange for my hardwork and time, and your forum registrations increasing, the least you can do is leave the small copyright in place

What does the pro version contain
vBulletin Guest Redirection Pro information

Show Your Support

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

Comments
  #32  
Old 03-27-2008, 04:31 PM
Julrou Julrou is offline
 
Join Date: Jul 2007
Location: France
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump !
Reply With Quote
  #33  
Old 03-28-2008, 12:42 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure the plguin for the memberlist is enabled. Or try reuploading the plugin and reinstalling.

Works okay here: http://maddengods.org/members/list/
Reply With Quote
  #34  
Old 04-05-2008, 06:48 PM
GTX2 GTX2 is offline
 
Join Date: May 2006
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod!

I have some questions though:

1) Will this work on 3.6.x ?
2) Will this work also with showthread ?

I have no problem about search engine bots, since i have member bots mod which makes them act as a member...
Reply With Quote
  #35  
Old 04-06-2008, 05:47 AM
nightbloom's Avatar
nightbloom nightbloom is offline
 
Join Date: Mar 2008
Location: Whidbey Island, WA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is good because I have the hack that doesnt allow guests to view links. ^^ That is a whole lotta redirecting to registration.
Reply With Quote
  #36  
Old 04-06-2008, 09:44 AM
hrk hrk is offline
 
Join Date: May 2007
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant use it as plugins, only products.
Reply With Quote
  #37  
Old 04-06-2008, 10:02 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GTX2 View Post
Nice mod!

I have some questions though:

1) Will this work on 3.6.x ?
2) Will this work also with showthread ?

I have no problem about search engine bots, since i have member bots mod which makes them act as a member...
1. It should work on any 3.5+ vBulletin

2. Not by default, to do that, install the product, then click "Add New Plugin" use these settings:

Product: Guest Redirections
Hook Location: showthread_start
Name: Guest Redirect showThread
Execution Order: 5
plugin code:
PHP Code:
if ($show['guest']){
$vbulletin->url '' $vbulletin->options['bburl'] . '/register.php';
standard_redirect();

Active: yes

that will redirect any not logged in/guest users to register
Reply With Quote
  #38  
Old 04-06-2008, 10:03 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hrk View Post
i cant use it as plugins, only products.
It is a product
Reply With Quote
  #39  
Old 04-06-2008, 10:58 PM
hrk hrk is offline
 
Join Date: May 2007
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
It is a product
ok. the lo. txt seems dif and confusing.
installed anyway. thanks!
Reply With Quote
  #40  
Old 04-07-2008, 05:51 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, i didn't update the .txt file after i made this a product. My apologies.

Glad you got it working
Reply With Quote
  #41  
Old 04-10-2008, 02:47 PM
fanyap fanyap is offline
 
Join Date: Apr 2008
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: credits_cantearn = prefixrequired
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 08:49 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
  • Page Generation 0.05233 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete