The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Limited Guest Viewing -- Improve community registration rates Details »» | |||||||||||||||||||||||||||
Limited Guest Viewing -- Improve community registration rates
Developer Last Online: Nov 2020
Note: This addon works with the 3.6.x series only. Click Here for the 3.7.0 version of this addon.
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 by limiting the number of threads guests 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. Because this plugin uses cookies, few if any bots will be impacted when it comes to spidering your site. Modifications/ Instructions: Template edits: 1 Plugins: 1 (adds 1 template and several settings) This template hack should take under 5 minutes to implement and customize. 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. About spiders/bots This plugin works by setting a cookie to track the number of visits from a particular user. As bots do not tend to accept cookies, they should not be blocked. To further insure there is no spider accessibility issues, there script identifies major bots (google, yahoo, msn, aol) and explicitly lets them through -- you can easily add to this list by editing the plugin code should you so desire, however, unless a bot starts taking cookies this should not be necessary. Welcome headers compatibility The Limited Guest Viewing is designed to work with the Welcome Headers system without any conflict. To insure that welcome header messages do not show up at the same time as the limited guest viewing message, please be sure you are running welcome headers version 4.1.3 or greater (released 11/19). Updates 5/9/2008 - Released update to prevent installs on 3.7 boards. 2/18/2007 - Minor update to fix register link. Updates optional. 11/20/2006 - Minor update released to fix error with links in some messaging. Updates recommended. Supporters / CoAuthors Show Your Support
|
Comments |
#402
|
|||
|
|||
This feature does not exist natively. You would have to edit the source code.
|
#403
|
|||
|
|||
thanx TED but can you help me to edit the source? I can't modify codes
|
#404
|
|||
|
|||
I don't provide assistance in learning to code but if you open up the plugin file and sort through it you should be able to find where it checks for guests and go from there. The best way to learn is to try and try some more. Just be sure to try on your dev board.
|
#405
|
|||
|
|||
Quote:
Template Modifyoptions: Code:
before code: <if condition="$bbuserinfo['usergroupid'] == 15 OR $bbuserinfo['usergroupid'] == 5 OR $bbuserinfo['usergroupid'] == 6 OR $bbuserinfo['usergroupid'] == 7"> after code </if> |
#406
|
|||
|
|||
That code won't work Aquestor. The Limited Guest Viewing system determines who should see the message in the plugin source, not templates as it needs to check for cookies, page types and other factors which are outside the scope of conditionals.
|
#407
|
|||
|
|||
I am sorry please forgive me
I am nothing Second Time i mix the Hack with another I won`write anything anymore |
#408
|
|||
|
|||
Anyone get this to work for 3.7 beta 4 or above? I am having trouble with this.... installed correctlyand everything but just simply not working... any advice?
|
#409
|
|||
|
|||
This addon is for the 3.5/3.6 series of vBulletin only and will not work in 3.7.
|
#410
|
|||
|
|||
anything that does this same function for 3.7? I gota have this! lol
|
#411
|
|||
|
|||
Nothing I am aware of (which is why this hack exists). Once 3.7 is stable, a new version will be released.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|