Log in

View Full Version : How to show recently read threads?


chikkoo
11-23-2008, 07:52 AM
Hello,

I have very little knowledge about programming.

I took this code below from Who has visited threads Mod, and using in vb3.6.8 MemberInfo template to display the users recent visited threads, it was very useful to my Moderators, it was perfectly working in 3.6.8.

Now after update I forgot what I modified in it, it is not working anymore. can someone guide me what is wrong in this code?

<a rel="nofollow" href="#" title="$threadreader[wrdate]" onclick="window.open('misc.php?do=wrviews&amp;u=$threadreader[userid]','_blank','statusbar=no,menubar=no,toolbar=no,scr ollbars=yes,resizable=yes,width=800,height=600'); return false;">This User Visited Threads</a>

--------------- Added 1227445777 at 1227445777 ---------------

--------------- Added 1227445808 at 1227445808 ---------------

Ok, never mind. I have fixed it.

I just replaced "u=$threadreader[userid]" with "u=$userinfo[userid]" started working fine.