![]() |
cheers paul this is a must have :)
|
it doesn't list the people who have readed on some threads now after a while.
on the beginning it listed all threadreaders correctly. now i recognized that on some new threads no reading people exists (i mean no members exists who readed the thread, in the list), but many members readed the thread already. the old hack works fine (for 3.5) with all threads. the new hack must have a bug somewhere because i set all settings surely correctly (its not my first installed hack). the first five hours it works and then on some threads beginner to be no new readers displayed. i have a clean 3.62 engl. version. i needed to uninstall and i hope on a soon fix. till it i will use your older working one. |
Hmm, do you have a value set in the Table Clean-up setting ?
|
There was a bug in the records clean-up code - the setting was being treated as hours, not days, so if you set it to (say) 180, it would remove records after a week, not six months. The default on installation was for this option to be disabled, so you would only be affected if you changed this. To upgrade simply import the new product XML.
|
i got tis error when i updated the plugin
### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO vbplugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', 'Display Thread Readers (1)', 'cache_templates', 'if ($vbulletin->options[\'whohasread\'])\r\n{\r\n $groups = explode(\',\',$vbulletin->options[\'whohasreadgrps\']); \r\n if (is_member_of($vbulletin->userinfo,$groups) OR $groups[0] == 0) \r\n {\r\n $show[\'whohasread\'] = true;\r\n $globaltemplates[] = \'Display_Readers\';\r\n }\r\n else \r\n {\r\n $show[\'whohasread\']= false;\r\n }\r\n $wripgrps = explode(\',\',$vbulletin->options[\'whoreadipgrps\']); \r\n if (is_member_of($vbulletin->userinfo,$wripgrps)) \r\n {\r\n $show[\'whohasreadip\'] = true;\r\n }\r\n else \r\n {\r\n $show[\'whohasreadip\'] = false;\r\n }\r\n}\r\nelse\r\n{\r\n $show[\'whohasread\']= false;\r\n}\r\nif ($vbulletin->options[\'whoreadauthor\'])\r\n{\r\n $globaltemplates[] = \'Display_Readers\';\r\n}', 'paulm_20050716'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 Date : Tuesday, October 10th 2006 @ 12:30:22 PM |
I must say how much I love this add on. It is so useful to see who has read a thread and when - especially with some of the +++++ier comments my members make about people (well one sensitive person in particular). Also nice to see such prompt support.
|
Thanx for another update :)
|
Thanks yet again Paul... I love the reset feature... great for announcement threads.
so let me make sure I have this right: Quote:
Thanks as always. :) |
Quote:
|
Quote:
|
Oops, I installed too fast.
I had the prior version installed on a 3.6.0 forum, and have not upgraded to 3.6.2 and didn't notice this was for 3.6.2 until after I installed. Is the prior version still available? This does not work on my forum. It worked before, now nothing shows. Thanks, Cliff |
This works on any 3.6 version.
|
Hmm, not working. Any suggestions?
|
Is there a modification I can make to only display the "Who has read a thread" at the bottom of the thread and remove it from the top?
Sorry if this has already been addressed. |
This installed effortlessly and the table at the bottom of the thread shows up BUT there are no member names who have viewed the thread listed.
I double checked all the settings and all appears to set correctly. Is there a cron job that must be setup to get the names listed? Thanks in advance. |
Has anyone viewed it yet ?
Quote:
Quote:
|
Quote:
Are you trying to install on a 3.5.4? |
I installed the update but I members that visted are not showing up.
Is there a special cron job that I must setup in order for the viewing members to be listed? Thanks in advance. |
Bugs in the new version just released?
|
Quote:
|
Quote:
|
Quote:
|
Thanks for the update.
I already have version (3.21) installed of this mod. do i have to uninstall the one before first then install this one? is the list of names under the thread will be deleted after the update? |
No, do not uninstall, just import the new version (with overwrite = yes). The names will not be lost, but you may need to redo your settings.
|
TY Paul, installed again on 3.6.x.
In next release, will be possible to let date to be set as vBulletin settings are. Example I have set to display today, yesterday on date display. so will be amazing that also this mod will follow the rules set in vB display parameters ciao & take care Please accept my apologize for my bad english |
I think that's unlikely, but we'll see when I next look at this.
|
Thanks Paul.
installed |
Quote:
|
Quote:
What else could be causing no members to be listed? I have posted a graphic of my settings screen and a graphic showing the who viewed table with no names in it. This specific topic has 47 replies and over 400 views. |
Do you actually have records in the whoread table ?
|
Quote:
I have attached a graphic showing the first page of records. |
Perhaps I should have been clearer, I meant do you have records for that specific thread.
Also, those records displayed are very old (and missing the ip address ?) can you sort them in dateline order (desc) and post the most recent ones. |
Quote:
I just want to make sure this is what I should look for. I will also sort the table by dateline order and post. |
Ok, I took a guess at what fields you wanted in the thread table.
The first graphics are of a single record of a recent topic that has over 200 views. I had to break the graphic up into two because of the size. One of the who fields is empty the other has a value. The third graphic is the vb3_whoread table by dateline and descending. Thank you for all your time in helping me with this issue. I appreciate it very much. |
The reason none are being displayed is clear from the whoread table - the newest record in it dates from 17 Aug 2006. Something is stopping the mod from adding records to the database.
Check the plugins and make sure you have the "Display Thread Readers (2)" plugin and it's enabled. If it is then I would say another plugin connected to the showthread_complete hook is broken and preventing this from running - change the above plugin execution order from 5 to 4, that should mean it gets run first. If that does mean records start getting added again then you should change it back to 5 and start disabling other plugins on that hook until it starts working - you have then found the broken hook. |
I disabled all plugins that had a showthread_complete hook and that didn't work.
So I disabled all plugins except CMPS and that didn't work either. There is a hook with showthread_complete under the Vbulletin heading (refer to graphic) that I didn't touch because it looks like it's a core vb hook. I have done the above and uninstalled the mod and reinsntalled and have the same problem. Any other ideas? Thanks in advance. |
Quote:
That looks like a very old plugin from an early version of my mod. Disable it. Other than that, there is nothing I can do unless you want to give me admin access. |
Hello Paul,
At line 83, you should use collapse_tcat instead of collapse_thread, it looks better, IMHO ;) Thank you for your product :) |
Ever since I installed this, my attachment icons such as zip,notepad etc Don't show... Ive tried this out on 2 forums :(
|
Quote:
|
All times are GMT. The time now is 01:15 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:
|