My Threads/My Posts Links in Header
This is a very simple template modification to show links for "My Threads" and "My Posts" under the welcome box.
In the Header Template: Find: Code:
<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if> </div> Code:
<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if> <div class="memberInfo"> <a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]&starteronly=1">» My Threads</a> <a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">» My Posts</a> </div></div> That's it! Note: Depending on your style, you might need to fix your search box, If your searchbox looks weird now, add this to your additional css in the "Main CSS" page for your style: Code:
.loginBox { height: 28px; margin-top: 0px; } Please mark as installed for support! Download No files for download. |