PDA

View Full Version : Recently Viewed Threads


Gio~Logist
11-28-2008, 11:48 PM
Description
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.

Demo

Screenshots: See attachments below

Installation


Step 1: Upload the product

Step 2: Did you upload it right?

Step 3: That's it! :p

christianmoche
02-02-2009, 10:06 PM
this is nice. :D

yahoooh
02-04-2009, 07:34 AM
i suggest to make it as :

block in profile for every user and he has option to show his recent xx thread reading
and this is will be great feature for user profile if it will be depend on the who read thread hack from paul

ForYou
02-21-2009, 08:58 PM
nice mod , thanks

best2
04-21-2009, 07:25 PM
thanksssssssssssssssssssssssssssssssssssssssssssss

MediaHound
08-10-2009, 04:40 AM
Looks like a good mod, but - installed, and its not displaying there in my navbar.
3.6.8
What are the steps to do the manual template replacements?
Thanks in advance.

Gio~Logist
08-11-2009, 04:32 AM
It utilizes the $template_hook[navbar_search_menu] hook, so try inserting this wherever you'd like. But if you need to manually create a dropdown you may have to do something like:
<td class="vbmenu_control" id="recentviewedthreads" nowrap="nowrap">
<a href="#">Recently Viewed</a>
<script type="text/javascript"> vbmenu_register("recentviewedthreads"); </script>
</td>

<div id="recentviewedthreads_menu" style="display: none;">

$template_hook[navbar_search_menu]

</div>

MediaHound
08-17-2009, 12:14 AM
Gio,
I tried several iterations and slightly different versions of that code you suggested. I still cant get it to work.

I can tell you that I already had $template_hook[navbar_search_menu] in my template.
I would also like to mention that I can get as far as having it appear when I fold out the search menu, but as soon as I place my cursor on the "Recently Viewed <downarrow>" row, it makes the entire Search foldout menu disappear. And it is not expanded by default like your screenshot above would suggest it would be, no big deal, but I cant get it to fold open.

When I say I tried different versions, I experimented with placing the hook inside the div id="recentviewedthreads_menu", as well as outside that div (where it previously always existed).
I also tried with and without the style="display: none;".
Any advice or tips here? Looks like a nice mod to have, I would hate to have to uninstall it this far along.

.:MONTAZER:.
03-27-2010, 10:46 PM
oh!
not work!
why?