![]() |
Thank you Ted,
Let me try it. |
Help Ted !!!!!!!
Now I am receiving tons of this errors in my email: Database error in vBulletin 3.7.6: Quote:
|
Mmmm I don´t know why the vblgv table doesn´t exist.
I ran the the xml files in the ACP. I don´t know how to create a table, if you want give me tha SQL instructions to do it in the phpmyadmin or another xml file. I think when I uninstalled the mod I deleted the table but when I reinstalled it the table had to be installed again. |
The table can be created with the SQL:
Code:
CREATE TABLE PREFIXlgv ( |
if the table complete is vblgv, Is this one the correct instruction ?
Quote:
Quote:
Sorry if I am stupid, but I want to be sure before to run it. |
Ted,
In this moment (I didn?t ran the SQL instruction yet, I am waiting your confirmation) I am receiving this errors: Quote:
|
Ok I already ran the SQL instruction and I have now the table vblgv, but still receiving a lot of these errors by email:
Quote:
|
That error is on the backend only but still needs to be fixed.
How often do have the scheduled task running? What is the value for the setting "Clear IP Activity Log"? |
http://www.pdfonline.com/web2pdf/index.asp
Is it possible that I can use this script together with LGV plug-in? I tried but it hasn't worked together. How can I exclude this website: http://web2.pdfonline.com/pdfonline/pdfonline.js HTML Code:
<!-- START: PDF Online Script --> |
This code would not impact javascript files.
|
I've been using this mod (note: v3.6 version) for a long time and it's been great !!! :up:
Thanks for the work Ted... much appreciated ... :) I had a question and I just wanted to make sure I've always understood what's happening with this mod ... A "guest" reads posts on the site up to the limit of what I've set. He gets the warning message and finally the "blocking" message telling him should register. I get a lot of people who the register, which changes their status to the group "Awaiting Email Validation". I notice that people sit for a long time at that group level, but never validate their emails and in fact, a lot of the time the emails they've provided are invalid. I usually purge this group for anyone over 10 days who hasn't validated their emails. Am I correct in assuming that they do this so they can continue to read the forums using Ted's mod designed for guests and by registering and staying in the p "Awaiting Email Validation" status they circumvent the restrictions of it? If so, is there anyplace I can add this group ID so they get treated like guests until they actually complete the registration process and validate their emails? Thanks for and feedback and best wished to everyone for a happy, safe and prosperous new year ... :up: Regards, Badger |
Quote:
In any event, you are correct, once registered they are considered a full member even if they don't confirm. You can address this however by modifying the plugin: Code:
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon']) Code:
if ( ($show['guest'] OR $vbulletin->userinfo['usergroupid'] == 'XXX') AND !$lvgbot AND $vbulletin->options['lgvon']) |
Quote:
Thank you for the patch. That was gracious of you to provide that …. :up: I also do use your excellent "Welcome Headers" mod and have so for years as well. First class add-on.... Before I went ahead and put in the patch, I thought I'd check to see what was happening with "Limited Guest Viewing" right now, as it's been a few years since I did that. I discovered something odd. The mod seems to have stopped working at some point in time. If I turn it OFF, then guests can't access posts and they receive the standard "not permitted" message. If I turn it ON, they are able to view threads, but indefinitely and none of the warning or blocked messages ever appear. I have no idea why it's stopped working and I've done a bunch of testing, but can't find anything unusual. I've recheck the addition of the $lgvmessage at the bottom of "NAVBAR" template and it's there, located right under the $welcomeheaders one, both located right at bottom of the template. I know it was working and the "Welcome Headers" mod is still functioning fine. I even turned it off and tested without it running, but I never see any "Limited Guest Viewing" messages, nor does it stop anyone from indefinite views of posts in forums. Any ideas where I can look further to test and debug? Thanks again for your excellent mods. I have been meaning to send you a donation for years, but it always slips my mind. Now that I'm here once again and dealing with the forum, I have just done that to say thank you for your mods and other help you given everyone of the years. Regards, BadgerDog (Doug) |
Quote:
Quote:
Or turn on debugging by editing the xml file to set $debug = 1; and you will get lots of output about what it is doing. |
i hope this will be updated for vb 4.0 soon.
Thanks. |
Quote:
I think there was something amiss with the forum permissions contradicting the mod ... I reset the forum permissions and it started working fine ... I had to patch the original XML file with your patch above and re-upload it, instead of patching the plug-in directly. For whatever reason, when I patched the plugin, it would change the hook and the code wouldn't work. I have screen pics of the AdminCP weirdness I can send it you're interested. If I patched the XML and then uploaded it, everything works fine and now the "Awaiting Email" group gets caught in the same "guest" cookie trap. Works great and has already forced down the guys who were just circumventing the guest access block. Thank you .. :up: By the way, also installed your "Subscription Notification System" and it's working great as well ... :) Regards, Badger |
Any possibility for an update to 4.0?
|
There is already a 4.0 version.
|
I'm getting an error in the Register Take-Over:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: limited_guest_viewing in [path]/includes/functions.php on line 3893 This appears across the top of the forum when they hit the count set in 'Register Take-Over Message Count'. Any ideas? |
I installed this on 4.0.1 and use the cookie only default settings and everything works fine. Thanks for the great mod. Exactly what I was wanting.
|
Quote:
|
update for 4.0?
thx. |
I must be blind...i cant see the 4.0 version anyway in the 4.0 lists.
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=231352" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=231352</a>
Usually, you can check the user's profile to see new versions of products. |
For some reason, with database loging on, when a guest reaches their limit it throws them a MYSQL error instead of showing them the message page. Any idea what would cause this?
|
Quote:
|
Quote:
Code:
MySQL Error : Table 'bbq.vblgv' doesn't exist |
Quote:
Code:
CREATE TABLE bbq.lgv ( |
Thanks man =)
|
Thanks for the mod!
It would be good to have the option to "include forum Ids". I may want to use the mod only on one popular forum, for example. |
Is this hack good for the 4.0 series of vbulletin? If not when will it be? Is someone working on it? This is a great hack. I lost a lot of hacks during my upgrade to the publishing suite and this was one of the most important ones. Thanks for all your work.
|
Quote:
|
Quote:
|
With database loging on, non registerred users can't open threads, they can see the listing, but can't open threads as they are getting a database error:
Code:
Database error: Code:
Database error in vBulletin 3.8.6: Thanks |
How do I change header bar "Notices" to some thing else?
|
i want to set it for Users Awaiting Email Confirmation
where i should make changes? |
Hey sorry if i disturb i see there's 2 zip file for the 3.7 wich one is the right one ?
Than you sorry for disturb:erm: |
Possible to apply this to another usergroup?
|
Quote:
|
Quote:
|
All times are GMT. The time now is 11:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|