![]() |
Recently Viewed Threads 1.0.0
Recently Viewed Threads 1.0.0 Allow users to browse through threads in which they've recently viewed. This will be a great hit with your members! With this modification, members will easily be able to navigate through topics in which they've recently seen, no matter what page they're on! This will help keep your members on track and increase their participation in your community. Instructions: [/B]
|
That's a pretty sweet idea, I'll install this later on, thanks!
|
Thanks; installed on 2 forums; works fine on one (3.7) and in case someone asks, it does not work on 3.6.11
|
How do you add it to a non-standard style?
|
nice one mate! :D
|
Doesn't work in my board.
|
queries?
|
install it latter...
|
sound nice,will try later
|
installed & works (after clicking two threads when installed :)).
thanks! Markus |
thanks, works fine with 3.7.3
|
what about module? can you make a module with this features ?
thnks great hack |
yop, good idea ;)
|
Quote:
|
Can you create a mod, that allows users to view posts that other people have quoted them in? Who Quoted Me kind of thing?
We crudely use: Code:
http://www.mywebsite.com/forum/search.php?do=process&query=TimberFloorAu&searchdate=lastvisit&showposts=1 |
installed and works, after clicking two threads when installed.
iis 6 + vb 3.7.3 |
There seems to be a couple of bugs.
Firstly, threads in the list are arranged by thread ID, not by most recently viewed. Then, when the database is updated, it appears to only replace the last value. Meaning the first 4 threads you viewed are never removed from the list and the last value (the most recent thread) is constantly updated. Here's a fix for the second issue. In the showthread_complete plugin, change: PHP Code:
PHP Code:
|
Updated the .xml with fixes for both :up:
|
I have it installed, but it is only displaying one recent thread no matter how many I have clicked through. It just keeps replacing the first one. Version 3.7.3 of VB.
|
There was an unintended side effect in my last fix. :o
Although it corrected the problem if you have 5 threads listed, it also removed a thread from the list when you have less than 5 listed. Here's a better tested quick fix for the showthread_complete plugin. Replace: PHP Code:
PHP Code:
|
Quote:
|
Quote:
For those with this problem, just make the change above or uninstall/reinstall. :up: |
Doesn't work for me.
where shld the field display? u didn't mention in clearly. if under the search bar, then its not there. |
Thanks for sharing.
|
Quote:
|
Quote:
|
Great Idea, It would be awesome to do this within a page itself. ex new posts page etc.
|
Quote:
|
French language ;)
Translator: Lo' (Team vBr) |
O i love it!
*installed. |
Tested and working on 3.8 :up:
|
A Small but Important Bug:
When the Thread's Title is Too Long the Search Menu With Goes Too Long Too, even Occupying the Screen Width. :confused: How can the Thread's Names be Limited to xxx Characters? :confused: My Best Regards. :) |
I Experienced a Little with the Code of One of the Plugins and I Found the Way; perhaps you can Include it in the Next Update of your Mod with an Option in the Control Panel for Admins to Set it:
I added the Following Code on the Plugin "Recently Viewed Threads - Browse Recently Viewed", by Code:
$recent_thread['title'] = substr($recent_thread['title'], 0, 30); so that Plugin would be: Code:
if($vbulletin->options['recent_threadviews_enabled'] AND $vbulletin->userinfo['userid'] AND !empty($vbulletin->userinfo['recent_threadviews'])){ My Best Regards. :) |
All times are GMT. The time now is 05:49 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:
|