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:
Code:
<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:
Code:
<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&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></if>
by: bayster
http://batalk.com