vBNinja
04-20-2012, 10:00 PM
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:
<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:
<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:
.loginBox {
height: 28px;
margin-top: 0px;
}
Replace 0px with what best suits your style
Please mark as installed for support!
In the Header Template:
Find:
<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:
<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:
.loginBox {
height: 28px;
margin-top: 0px;
}
Replace 0px with what best suits your style
Please mark as installed for support!