![]() |
Quote:
|
once again
thanks Paul for your work.. Much appreciated |
Many thanks. Another very useful feature.
|
Quote:
|
When upgrading from 3.8.4 to 4.0.8, do I just disable this hack, then upgrade vb, then upgrade the hack?
|
yes.. going from vb3 to vb4 you might want to disable all hooks..
good luck |
Menus are gone, need Help? :confused:
|
Hmmm. Seems they have gone missing.
I guess I must have broke something. Time to go bug hunting. |
Quote:
|
thanks paul
|
Big Thx Paul!
Edit: I can see only the 1'st Menu and the 2'nd? :confused: |
The only other action items are the Date Set / Reset options, and will only appear if you have permission to use them. It works fine for me (and is actually now unchanged from before I accidently broke that line in 4.0.16).
|
Sorry Paul,
my Mistake, I had turned off this Option, Works Fine great! |
Persian Translation :cool:
By Persian Prince |
Hi Paul,
is there an Option to make it Forum Specific? Eg, only Forum x,y,z have the option ? |
It always helps to read the main post ;)
Quote:
|
Hi,
sorry, it?s going under :D clicks inst. |
thanks :)
|
Love this mod...use it always
Is this possible: I have a usergroup that I want to make sure reads certain threads.. Can I have the output of users who "have not" read? That would be great! Right now I have to import the usergroup list and who read list to excel and see who is missing |
Sorry, no, thats not possible.
|
Quote:
|
installed - great stuff - thanks man!
|
Thank you Paul
Works perfectly on VB 4.1.0 |
Thank you Paul
Works perfectly on VB 4.1.0 |
Just a heads up for anyone using this mod, who also implements Google's CSE (Custom Search Engine) for their site at the same time.
Even if you restrict access to this data within the mod's options set-up with AdminCP, google can sill access the do=wrtviewuser function and display the results to anyone, including unregistered guests being able to view it using Google's "http://webcache.googleusercontent.com/search?" capability. I'm currently looking for a way to either stop the Google CSE from displaying this data, or having the mod itself block access to Google. Although not a serious issue, it is a point of privacy, certainly in having public unregistered guests view this kind of information by circumventing the mod's privacy display options. Any idea Paul? :) Regards, Doug Edit: Would putting the following into the robots.txt file, stop Google from indexing and creating entries from this mod, readable by everyone, including unregistered guests? Disallow: /misc.php |
Quote:
You could also not allow guests to use the who read facility in the first place by restricting it to certain usergroups. |
Quote:
I've updated the robots.txt file with that change and I'll see what happens .... Just for clarity, even unregistered guests (in fact anyone) can use Google's web cache using their http://webcache.googleusercontent.com/search?q=cache function and view any of these screens (see attached pic), regardless of the settings within the mod itself ie: usergroups. Their process appears to circumvent Vbulletin and they add these screens to their web cache. I'm hoping the robots.txt change stops future access, plus I submitted a URL purge request to Google of that specific URL to remove all links existing within their web cache envirionment. I'll update here if and when these things work. Appreciate the support .. :up: Regards, Doug Update: Google said they couldn't remove existing links saying "Your request has been denied because the webmaster of the site hasn't applied the appropriate robots.txt file or meta tags to block us from indexing or archiving this page. Please work with the webmaster of this site or select an alternate removal option from the webpage removal request tool." So, I don't know what's wrong with the new robots.txt file that they feel we haven't done what we're supposed to do? |
Google responded again and indicated that we needed to add a meta tag to the code, as shown in the example below, to block their indexing of this mod's specific pages.
I'm not sure where to put it, except somewhere in the original XML before uploading, or perhaps in a plugin for it? Code:
<html> Any guidance would be appreciated ... :) Thanks .. Regards, Doug |
Quote:
Quote:
|
Quote:
I'll add the meta tag to the Display_Readers_View_User template as well and see what happens ... :up: When I originally installed the "Who Has Read a Thread" mod earlier this year, I set the ability to use it to moderators ONLY, besides the original thread creator. When Google CSE shows a search, it does show a link to the screen (see attached pic for example of a link title List of Threads Viewed by : alarsen303) which appears in Google's CSE to every member who views the search, regardless of whether they are in the mod's AdminCP setup or not. If anyone who is not a moderator clicks on that link, they get the standard vBulletin message that they are "not allowed", as per the mod's setup options in the AdminCp. However, if anyone uses Google's Web Cache search, as shown in the pic in the last post, anyone on the Internet can view the mod's screen, The example pic I posted earlier was posted and sent into us from a regular registered member (not a moderator) who wasn't able to see the screen directly, but was able to get at it through Google's Web Cache search. I'm not sure what I'm missing and I apologize if I don't understand what you're saying, but it appears that all the user screens are accessible using Google Web Cache search, regardless of the AdminCP settings or when they were added? :confused: Thanks for your support.. it is appreciated ... :up: Regards, Doug |
Quote:
|
Quote:
I do use Google Analytics and to do so, I had to paste code into the footer... Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> You can see from the pics I posted that the List of Threads Viewed by xxx do appear in Google CSE searches ... Thanks for the feedback Marv... :) Regards, Doug |
To be honest, I can´t recall wether it was Analytics or AdSense. In one of both you could set a login for their bots to crawl sites in the way registered users see it. I guess it was AdSense but I´m not sure. Guess you have to look into your settings there.
|
Quote:
I use Adsense as well, but I don't remember giving them that privilege, but I'll check it Marv ... :up: Although, even if they were just a registered user, that class of usergroup doesn't have permissions to access this mod's screens. Thanks again ... Regards, Doug |
I have looked into this more deeply this afternoon and confirmed there is an issue within the code.
In short - if you have the "Allow Thread Author" option enabled, a bug within the code will allow guests to bypass the permission check on the viewuser page. The workaround [until its fixed] is to disable that option. |
Thank you so much Paul .... :)
I will disable the "Allow Thread Author" option now.... :up: Unfortunately. I notice that the latest version you have v4.1 is noted as not compatible with vBulletin 4.0.7 or Less. We are still using your v4.0.14 with 4.04pl1 of vBulletin and for a whole range of reasons, won't be able to upgrade vBulletin to be able to use a newer fixed version. If it's possible, a patch through a code statement would be great so we could reactivate that function for the original posters. Regards, Doug ps: I was actually going to spend the holidays going through your excellent mods, as I bet we have nearly every one of them installed, checking to see which ones we can upgrade and which later ones don't support our version any longer. |
Line 686 of the XML ;
Change this ; PHP Code:
To this; PHP Code:
|
Quote:
|
Quote:
I note that there's two occurrences of the XML code (line 686) you recommend get changed. Unfortunately, we don't have an editor with a line counter on our MacBook Pro, just a simple text editor. So, is the one that gets changed the first or second instance of the exact same code shown in your patch? Thanks Paul .. :) Regards, Doug |
It is the second instance (only).
|
All times are GMT. The time now is 01:18 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|