The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
My latest posts -- wanted hack
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.
|
#2
|
||||
|
||||
Here's a little template modification. In your navbar template add the code:
HTML Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">Show Your Posts</a></td></tr> |
#3
|
|||
|
|||
Thanks man. This work really well in the navbar
Code:
<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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|