View Full Version : My latest posts -- wanted hack
SurreDeth
07-29-2004, 06:20 PM
I'm looking for a modification that will let me put a link either in the navbar or the welcome box that will link to logged in user's last few posts.
the Sandman
07-29-2004, 06:26 PM
Here's a little template modification. In your navbar template add the code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">Show Your Posts</a></td></tr>where you want it among the other "Quick Links" links.
SurreDeth
07-30-2004, 07:25 PM
Thanks man. This work really well in the navbar
<if condition="$show['member']"><td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">Show Your Posts</a></td></if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.