Back to vBulletin 3.8 Template Modifications

My Threads/My Posts Links in Header
Mod Version: 1.00, by vBNinja

vB Version: 3.8.7 Rating: (1 vote - 5.00 average) Installs: 7
Released: 21 Apr 2012 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code Translations  

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>
Replace all of it with:
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>
Feel free to replace the text to whatever you want!

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;
}
Replace 0px with what best suits your style

Please mark as installed for support!

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024