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
  #22  
Old 12-28-2009, 04:51 PM
denman75 denman75 is offline
 
Join Date: Aug 2006
Location: Netherlands
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank your for the fast replay
really apriciate it

this is my code i get

PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html>
<
head>
    <
title>bullterrierforum Database Error</title>
    <
meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <
meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
    <
style type="text/css">
    <!--    
    
body background-colorwhitecolorblack; }
    
#container { width: 400px; }
    #message   { width: 400px; color: black; background-color: #FFFFCC; }
    #bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
    
.bodytext  font8pt/11pt verdanaarialsans-serif; }
    
a:link     font8pt/11pt verdanaarialsans-serifcolorred; }
    
a:visited  font8pt/11pt verdanaarialsans-serifcolor#4e4e4e; }
    
-->
    </
style>
</
head>
<
body>
<
table cellpadding="3" cellspacing="5" id="container">
<
tr>
    <
td><img src="http://bullterrierforum.nl/bullforums/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
    <
td id="bodytitle" width="100%">Database error</td>
</
tr>
<
tr>
    <
td class="bodytext" colspan="2">The bullterrierforum database has encountered a problem.</td>
</
tr>
<
tr>
    <
td colspan="2"><hr /></td>
</
tr>
<
tr>
    <
td class="bodytext" colspan="2">
        
Please try the following:
        <
ul>
            <
li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</abutton in your web browser.</li>
            <
li>Open the <a href="/">bullterrierforum.nl</ahome pagethen try to open another page.</li>
            <
li>Click the <a href="javascript:history.back(1)">Back</abutton to try another link.</li>
        </
ul>
    </
td>
</
tr>
<
tr>
    <
td class="bodytext" colspan="2">The bullterrierforum.nl forum technical staff have been notified of the errorthough you may <a href="mailto:dbmaster@example.com">contact them</a> if the problem persists.</td>
</
tr>
<
tr>
    <
td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>
</
tr>
</
table>


<!--
Database error in vBulletin 4.0.0:

Invalid SQL:

        
SELECT thread.threadidthread.title
            
        FROM thread 
AS thread
        
        WHERE forumid 
41
            
AND visible 1
            
AND open &lt;&gt10
            
            
        
AND lastpost &gt
        
ORDER BY lastpost
        LIMIT 1
;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY lastpost
        LIMIT 1' 
at line 11
Error Number  
1064
Request Date  
MondayDecember 28th 2009 07:50:12 PM
Error Date    
MondayDecember 28th 2009 07:50:12 PM
Script        
http://bullterrierforum.nl/bullforums/showthread.php?t=9427&amp;goto=nextnewest
Referrer      http://bullterrierforum.nl/bullforums/portaal-nieuws/9427-buldog-voor-david-beckham.html
IP Address    82.101.235.244
Username      
Niet geregistreerd
Classname     
vB_Database
MySQL Version 

-->


</
body>
</
html
Reply With Quote
  #23  
Old 12-28-2009, 05:10 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting. That error has nothing to do with this mod that I can see... when you turn it off does this go away immediately?
Reply With Quote
  #24  
Old 12-28-2009, 05:16 PM
denman75 denman75 is offline
 
Join Date: Aug 2006
Location: Netherlands
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes its gone if i disable or remove the plug in

its really strange it looks like its conflicting with something or so
i really have no clue

ps sorry for my late replay ,since i am online here
but i use translator ,my English is not that good
sorry
Reply With Quote
  #25  
Old 12-28-2009, 05:20 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what settings are you using for this modification (in your admin cp --> settings --> limited guest viewing system)
Reply With Quote
  #26  
Old 12-28-2009, 05:30 PM
denman75 denman75 is offline
 
Join Date: Aug 2006
Location: Netherlands
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here its it

[img=http://www3.picturepush.com/photo/a/2696106/220/2696106.jpg]
Reply With Quote
  #27  
Old 12-28-2009, 05:33 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And what other mods are you running?
Reply With Quote
  #28  
Old 12-28-2009, 05:43 PM
denman75 denman75 is offline
 
Join Date: Aug 2006
Location: Netherlands
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Add additional css to your style 1.0 This just adds a new additional_css.css template to your pages for custom css

Add Default Stylevars 1.0 Adds default stylevars directly under Styles & Templates

AME 3 3.0.0 Beta 2a Autom Media Embedder and Video Extender disabled

BBR - Google Analytics Addon 1.02 Adds Google analytics code before the</body> tag.

BBR - Resize Images with lytebox v3.22 1.0 Will resize images posted with [img] and images in signatures

BBR - Welcome Thread On Register 2.0 Creates a welcome thread when a new user registers

DesiHearts Latest Posters 1.1.0 Displays Latest Posts on Forumhome

Forum Icons 1.0 New option when editing a forum to include an icon.

Limited Guest Viewing 2.0.5 Limit guests to view a set number of threads before being locked out.

Members who have Visited 4.0.3 Display members who have visited the forum.

Separate Sticky and Normal Threads 4.0.1 Separate Sticky and Normal Threads

vBH - Add new tabs 1.1 1.1 This plugin adds new tabs to the main navbar

vBSEO 3.5.0 RC1 PL1 vBulletin SEO

vbStopForumSpam 0.61 This plugin allows you to check new registrations against www.StopForumSpam.com

vBulletin Blog 4.0.0 Personal web log, integrated with vBulletin.

vBulletin CMS
Reply With Quote
  #29  
Old 12-28-2009, 06:33 PM
Alibass's Avatar
Alibass Alibass is offline
 
Join Date: Mar 2007
Posts: 615
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ted S

I have run your mod before on earlier versions and thank you for updating it to vb4.

I seem to be having a issue with the cron routine. When I run the lgv_cleardb as run now, it does not clear the db nor does it make a log entry when I check the scheduled task log. I have the enable db logging on [yes].

The mod is working properly for the number of posts to read. I just cant manully clear the db.

Any suggestions?

Alibass
Reply With Quote
  #30  
Old 12-28-2009, 09:00 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alibass View Post
Ted S

I have run your mod before on earlier versions and thank you for updating it to vb4.

I seem to be having a issue with the cron routine. When I run the lgv_cleardb as run now, it does not clear the db nor does it make a log entry when I check the scheduled task log. I have the enable db logging on [yes].

The mod is working properly for the number of posts to read. I just cant manully clear the db.

Any suggestions?

Alibass
Shoot! I need to post the updated version of this file. Look for it shortly.
Reply With Quote
  #31  
Old 12-28-2009, 09:28 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Small bug fix released as 2.0.6. There is no need to update unless you had problems installing.
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 09:12 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.09159 seconds
  • Memory Usage 2,394KB
  • 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
  • (1)bbcode_php
  • (1)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