vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Limited Guest Viewing -- Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=131985)

Ted S 04-02-2008 03:05 PM

Quote:

Originally Posted by jeff21up (Post 1480702)
Sorry to keep asking, what if i have my forum set to require admin approval.
It works fine however when i move someone from "registered" to "Unregistered/Not Logged in" they can still access all of the forum? because i think to enable it to work on the guests you have to have "unregistered/not logged in" to be able to view thread contents. For some reason it works for guests but not for people who have been moved from registered to unregistered/not logged in?
What could i be doing wrong?
Thanks
Jeff

"Unregistered/Not Logged" is still a member and not a guest under the way hack sees them. You can of course change the source to address this particular setting from your forum.

jeff21up 04-02-2008 03:18 PM

Ted
I got round the Unregistered/not logged in by creating a group called "expired" and putting them in there instead with the permissions set to deny viewing thread content.
Thanks for your replies
Great mod by the way :)
Jeff

jeff21up 04-09-2008 06:28 AM

Hi Ted
Tried as you suggested regarding allowing viewing more than one thread but still get the bots being stopped?
Please see attached screenshot
Jeff

Ted S 04-09-2008 02:34 PM

Quote:

Originally Posted by jeff21up (Post 1486496)
Hi Ted
Tried as you suggested regarding allowing viewing more than one thread but still get the bots being stopped?
Please see attached screenshot
Jeff

Jeff,

As you'll notice when you look at that image, that bot is getting stopped at your search page. Limited Guest Viewing is unrelated to searches...

Southernphuk 04-21-2008 08:37 AM

Installed, and works just fine on 3.7.

powerful_rogue 04-21-2008 11:15 PM

Quote:

Originally Posted by Ted S (Post 1471782)
This addon is for the 3.6 series and will be ported to 3.7 once it is released.

Does anyone know what problems exist if this mod is installed on a 3.7 board?

Edit - Should look harder, just seen the post above!

YLP1 05-03-2008 07:55 PM

Quote:

Originally Posted by Southernphuk (Post 1495649)
Installed, and works just fine on 3.7.

I cannot get this verison to work on my 3.7.0gold. Did you alter it to make it work?

Ted S 05-03-2008 07:59 PM

Quote:

Originally Posted by YLP1 (Post 1507233)
I cannot get this verison to work on my 3.7.0gold. Did you alter it to make it work?

This version of the hack is for 3.6. Once a 3.7 version has been relased an update will be sent out.

jeff21up 05-04-2008 07:06 AM

Ted
Would i be better waiting for the update before i upgrade to 3.7?
Thanks
Jeff

Ted S 05-04-2008 04:37 PM

Quote:

Originally Posted by jeff21up (Post 1507769)
Ted
Would i be better waiting for the update before i upgrade to 3.7?
Thanks
Jeff

If you want this addon, yes.

iheartvb 05-06-2008 08:42 PM

ted,

i'm anxiously waiting for this to be ready for 3.7. :)

Ted S 05-07-2008 01:11 AM

Quote:

Originally Posted by iheartvb (Post 1510944)
ted,

i'm anxiously waiting for this to be ready for 3.7. :)

[From NYC] My appologies. It will be out soon but Ive been traveling on business lately.

PossumX 05-08-2008 11:39 PM

Quote:

Originally Posted by Ted S (Post 1511143)
[From NYC] My appologies. It will be out soon but Ive been traveling on business lately.

Good to know. This is another crucial part of my board. Once you get an idea, let us know when you think it may be ready, as I would prefer to wait for this to be ported prior to upgrading from 3.6.10 to 3.7

:D

iheartvb 05-09-2008 02:41 PM

Quote:

Originally Posted by Ted S (Post 1511143)
[From NYC] My appologies. It will be out soon but Ive been traveling on business lately.


no worries. i just installed vbulletin and getting used to all the settings. this is a huge upgrade over smf/phpbb.

theOZer 05-10-2008 01:04 AM

Yes, I concur with everyone. This is a needed vB3.7 addition. Can we offer financial support; do you accept donations? I mean, seriously, this is a "Thé Mod" to have on your forum. End of chat.

Ted S 05-10-2008 01:06 AM

Quote:

Originally Posted by theOZer (Post 1514450)
Yes, I concur with everyone. This is a needed vB3.7 addition. Can we offer financial support; do you accept donations? I mean, seriously, this is a "Th? Mod" to have on your forum. End of chat.

Perfect timing... The 3.7 version was released 2 minutes ago...

Ted S 05-10-2008 01:37 AM

Note: There is no new update to this addon. A new version of the download was posted to prevent 3.7 users from installing this version but this does not change the 3.6 code at all. There is no need to upgrade.

jfrenaye 05-11-2008 03:19 PM

I am still on 3.6.9 and got the following error

Quote:

The following dependencies were not met:

1. This product is not compatible with version 3.6.9 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.9 and greater)

Ted S 05-11-2008 04:58 PM

Quote:

Originally Posted by jfrenaye (Post 1516128)
I am still on 3.6.9 and got the following error

Try the new zip.

iheartvb 05-12-2008 07:52 PM

your the man ted! thank you sooooooooooo much!!!

Ted S 05-12-2008 09:26 PM

Quote:

Originally Posted by iheartvb (Post 1517583)
your the man ted! thank you sooooooooooo much!!!

Glad I could be of assistance.

swatkins 05-17-2008 11:36 PM

Thanks! Installed and working well!

mrkhm 06-06-2008 09:34 PM

hi!

thanks for this amazing hack, i hope someone can answer this,

at the moment, looking at your xml file it seems the current code is

Code:

if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
but i would like the system to work as

Code:

if (is_member_of($bbuserinfo, x) AND !$lvgbot AND $vbulletin->options['lgvon'])
can you see what i am trying to do is make this work for a particular forum for a particular usergroup not just for guests and the only other way is to use if ($show['member']) (which does work but then it's a blanket application to ALL MEMBERS, i just want a specific usergroup.

do i have to call the global file or something?

please advise.

Ted S 06-06-2008 10:43 PM

mrkhm, You can combine the function is_member_of($bbuserinfo, x) with $show['guest'] like follows:

PHP Code:

if( ($show['guest'] OR  is_member_of($bbuserinfox) ) AND !$lvgbot AND $vbulletin->options['lgvon']) ) .... 


mrkhm 06-06-2008 11:37 PM

thanks for your response Ted S, before i saw yours, i managed to get this line of code to work:

Code:

if ($show['member'] AND is_member_of($vbulletin->userinfo, 2) AND !$lvgbot AND $vbulletin->options['lgvon'])
as supposed to

Code:

is_member_of($bbuserinfo, 2)
it's just every time they log out, vbulletin clears the cookies, but i take point that this was designed for guest views and not exactly for the way i am trying to modify it into sort of pay-per-views

but thank you all the same...

Ted S 06-07-2008 04:20 PM

Theres no need for "$show['member'] AND ", to be in a group you must be a member. :D

But yes, logging out clears the cookies which would get around this. If your goal is pay per view you'd likely want an addon that stores views in a database and hard counts them. This can of course be done with a little bit of customization.

mrkhm 07-20-2008 02:48 PM

hi ted can you do this.. i will pm you

Welshy2008 08-05-2008 06:17 PM

Thank You very Much. Works a treat. (My first Hack too).

Welshy2008 08-09-2008 11:21 AM

Hi,

Could you tell me how I can remove the message at the top on the hompage Please? And just keep the message that shows when guests have used up the stated amount of viewings before registering.

Many Thanks.

Ted S 08-11-2008 04:51 AM

Quote:

Originally Posted by Welshy2008 (Post 1594703)
Hi,


Could you tell me how I can remove the message at the top on the hompage Please? And just keep the message that shows when guests have used up the stated amount of viewings before registering.

Many Thanks.

This addon does not show on your forum homepage. Check your other addons and be sure you have properly installed this one.

Welshy2008 09-14-2008 02:42 PM

Hi Ted,

Sorry the delay.

It was a different Mod.

Right - Back to your mod. I have set it at two (2) views before the guests sees the registration message. I have noticed that on sites that I have visted who have this installed, it ALWAYS shows the register screen no matter when I visit the site in question (after I hav used the allocated number of views).

Mine doesn't. It gives a viewer the 2 allocated views before they see the register screen BUT they can come back later or another day and view another 2 posts.

It is probably something to do with the settings that I have chose. would you be able to help me please Ted?

I would certainly appreciate it.

Many Thanks,

Welshy2008.

Ted S 09-14-2008 04:03 PM

The hack uses cookies to store views which if deleted or removed would negate any viewing history. Thus if you are logging in/out, clearing cookies or have a browser set to only allow cookies for a one day period you would be losing the history data and therefore able to see posts again.

Welshy2008 09-14-2008 05:58 PM

Yes, Thank You for your reply, Ted.

After I posted - I looked at the thread's other posts and it was a similar question to what mrkmh had posted above. :|

Pure Dope 09-16-2008 01:19 PM

Quote:

Originally Posted by Ted S (Post 1123438)
Since bots are still allowed in I did not see a reason to go through that level of authentication. In the future I'll consider adding it.

Well at any time I guess a spider could grab cookies.

http://forums.seochat.com/google-opt...xt-207504.html

So just incase?

Ted S 09-17-2008 03:58 AM

So just incase the major bots are specifically excluded.

Konstantinos 10-04-2008 03:01 PM

doesnt install in 3.11 and the 3.7 version doesnt install in 3.11 also

Ted S 10-04-2008 11:37 PM

Quote:

Originally Posted by Konstantinos (Post 1637188)
doesnt install in 3.11 and the 3.7 version doesnt install in 3.11 also

Huh?

Konstantinos 10-05-2008 05:09 AM

this doesnt install in 3.6.11 it gives error

Ted S 10-05-2008 07:41 PM

Quote:

Originally Posted by Konstantinos (Post 1637602)
this doesnt install in 3.6.11 it gives error

This has been resolved. Please download the archive again.

SFertitta72 10-12-2008 12:46 AM

Hey Ted,

I get this error

The following dependencies were not met:

1. This product is not compatible with version 3.6.10 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.9 and greater)


Any thoughts or suggestions ?

Thanks :up:


All times are GMT. The time now is 11:44 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.02037 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete