Helpful Information
 
 
Category: vBulletin 3.0 Template Modifications
My Posts link in Quick Links navbar menu

A navigation bar Quick Link to show the user's most recent posts.
Simple one which I had on vB2.
Works on 3.01 (and probably 3.00 aswell).
I find this very useful and going by the amount of requests for it, so do my members.
And despite zero hacking experience I managed to get working:

Add a phrase into GLOBAL
title : my_posts_nav
text : My Posts

Edit the navbar template under Navigation / Breadcrumb Templates

after
<tr><td class="thead">$vbphrase[quick_links]</td></tr>

insert
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&userid=$bbuserinfo[userid]">$vbphrase[my_posts_nav]</a></td></tr></if>

another:
under where says " Private Messages: " in user name box

added:
My Posts:: New Posts:: Log Out

Add a phrase into GLOBAL
title : my_posts_nav
text : My Posts

Find:

<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if><br>


After Add:

<if condition="$vboptions['enablesearches']"><a href="search.php?$session[sessionurl]do=finduser&userid=$bbuserinfo[userid]">$vbphrase[my_posts_nav]</a></if>::
<if condition="$vboptions['enablesearches']"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></if>::
<if condition="$bbuserinfo['userid']"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></if>


by: bayster http://batalk.com

Very Nice!

Will want to install in the morning when my eyes are focusing!

What would make this utterly brilliant is if it could optionally include all posts made by others who "Quote" my posts/threads. A "My Conversations" search, if you will.

Thanks. I just installed this :D










privacy (GDPR)