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

Reply
 
Thread Tools
Limited Guest Viewing -- Motivate Guests to Register Details »»
Limited Guest Viewing -- Motivate Guests to Register
Version: 2.1.0, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 12-26-2009 Last Update: 07-20-2012 Installs: 935
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

With vBulletin, forum guests are able to view endless amounts of content without being directly asked or forced to register no matter how many times they come back. The purpose of the Limited Guest Viewing System is to drive in registrations [or membership upgrades] by limiting the number of threads guests [or certain membergroups] are able to view without interruption.

This plugin offers two options which can be used to drive in more registrations. The first option allows you to show a reminder message or advertisement after a guest has viewed a certain number of threads. The second option puts up a roadblock stopping guests from viewing threads altogether after reaching a certain number of views. Both options work together to encourage and ultimately force anonymous visitors to either register or login but can also be used separately based on your individual needs.

Install Instructions:
Read the install file. Customize via admin settings & templates.

Customizing the content / messages:
To customize which messages appear or what they say, go to vBulletin options, select the ?Limited Guest Viewing System? group and configure the options as desired. Each phase can be modified by adding translation text. Through the ACP you can enable or disable each option, specify the number of threads that can be viewed before the option is enabled and input any forums you wish to exclude from being blocked.

Search Engine Bots (Spiders):
Anything that changes your forum viewing can impact how search engines treat it. The cookie approach used by this modification is bypassed by many bots and, since people can still view posts, cloaking should not apply. Users with IP logging may face more restrictions although a filtering system lets defined spiders pass. This plugin is intended to limit repetitive viewing and not restrict people from single views.

For a full explanation of the impact on bots read the install file before asking questions.


Usergroup Limitations:

Version 2.1 introduces basic usergroup limiting with the same rules & messages guests get. Based on demand this may be extended to a per-usergroup level restriction and messaging in the future.

Change Log:
- 7.21.2012 - Update to 2.1.0 which adds usergroup limiting, fixes mySQL 5.5 support, removes the need for template editing, cleans up install guide. Upgrading is optional.

Mod Philosophy -- Drive Your Own Success:
All of my mods are inspired by my work in the digital industry and are designed to drive registrations, interaction or other engagement activities the core platform does not address. Each is designed to fit a general need by providing a starting point but it's on you to decide how to make things work to their best possible outcome. Don't stay in the box.

Download Now

File Type: zip limited guest viewing 2.1.0.zip (10.1 KB, 1845 views)

Screenshots

File Type: jpg takeover-message.jpg (43.2 KB, 0 views)
File Type: jpg warning-message.jpg (42.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
12 благодарности(ей) от:
CubicWebs, doctorsexy, Engdge, HCHQ, iiioroh, john7911, Life Revived, livenetc, Rubio, sanata, TheLastSuperman, Umar1

Comments
  #292  
Old 02-20-2011, 06:33 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by staffurdu View Post
Unfortunately, I am NOT that expert. Would you be please so kind to tell me how can I do this with this mod OR with another way?

What I want to do is ---->> I want to restrict the daily thread views for Registered Usergroup members (and if possible for one more usergroup Lurkers otherwise I will have to delete it if I can restrict only one usergroup).


Following is the only line where I have found the $show['guest'] flag:
Code:
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
What should I change in this? (Sorry I dont have much knowledge about these things thats why I dont know what changing must be done. )
staffurdu - modifying an addon requires some coding understanding.

The function for checking group membership is
Code:
 is_member_of($bbuserinfo, 47)
You can use multiple groups 47, 48, 49, etc...
Reply With Quote
  #293  
Old 03-25-2011, 08:39 PM
GTX2 GTX2 is offline
 
Join Date: May 2006
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack is great, i just love it, and works great with 4.1.2, but be aware if activated, in my case, i started to get half of income with adsense. Just figured later, maybe guests like to browse forums but not to register..... :/
Reply With Quote
  #294  
Old 04-01-2011, 02:36 AM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this mod, I have it installed but not using it yet. Want to track some number really well before activating it and see what happens.
Reply With Quote
  #295  
Old 04-03-2011, 03:28 PM
nalinikpriya's Avatar
nalinikpriya nalinikpriya is offline
 
Join Date: Jan 2011
Location: India
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gr8 mod. It would be helpful in increasing the new registrations to my site. Rated 5.
thanks
Reply With Quote
  #296  
Old 04-06-2011, 05:32 PM
tjh4384's Avatar
tjh4384 tjh4384 is offline
 
Join Date: May 2007
Location: Iowa
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am torn about this one, page views are outstanding "fodder" when looking for sponsors/advertisers, so hate to cut off page views, but also like idea of having guests get a "nudge" to register

Would be great if, after so many views, mod could take guest to a page that had a
nudge, that while the forum doesn't "force" registration, it offers so much they should
consider registering (or something to that effect) then perhaps a pair of links, one that
would take them to free registration the other to take them to the page they were
viewing to let them continue to build page view stats for the board

This is just suggestion, I am not a coder so don't know what it entails, but, please, don't take this as a "criticism" in
any fashion, the coders here that share their outstanding work are GREATLY appreciated by myself and everyone
who benefits from it on my community
Reply With Quote
  #297  
Old 04-06-2011, 06:28 PM
KProjects KProjects is offline
 
Join Date: Feb 2006
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had it installed on a forum but recently took it off. I know I got more registrations with it installed, but they're the type to register then leave.. now that it's off, I know that if someone registers they're more than likely going to post something soon..

Great system though - helps to boost registration numbers which is what most new forums need to get going..
Reply With Quote
  #298  
Old 04-08-2011, 06:58 AM
CUBS CUBS is offline
 
Join Date: Oct 2004
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok I installed . But how do I make it to when the guests exceeds the number of views it kicks them off the board and the saying comes up and they cant view anymore threads. Its set now that the saying comes up you excedded but they can still view more threads what did I do wrong or what setting is wrong

Also would this 4.x.x work on the 3.7.4 or do I have to use the 3.7.4 which i'm using now anyway
Reply With Quote
  #299  
Old 04-10-2011, 07:57 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CUBS View Post
ok I installed . But how do I make it to when the guests exceeds the number of views it kicks them off the board and the saying comes up and they cant view anymore threads. Its set now that the saying comes up you excedded but they can still view more threads what did I do wrong or what setting is wrong

Also would this 4.x.x work on the 3.7.4 or do I have to use the 3.7.4 which i'm using now anyway
You need to enable the block option in your control panel.
Reply With Quote
  #300  
Old 04-10-2011, 02:44 PM
CUBS CUBS is offline
 
Join Date: Oct 2004
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did here are the settings are these set corect
Enable Limited Guest Viewing yes

Enable Database Logging no

nable Register Take-Over Message yes

Register Take-Over Message Count 3

Enable Register Block Page yes

Register Block Page Count 3
Clear IP Activity Log

never
Reply With Quote
  #301  
Old 04-11-2011, 05:15 AM
orangedays orangedays is offline
 
Join Date: Jan 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

assuming CMS articles are non viewable to guests,
will guests be prompted to register as well?
Or does this work with forums only?
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 03:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04737 seconds
  • Memory Usage 2,354KB
  • 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
  • (2)bbcode_quote
  • (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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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