PDA

View Full Version : How do I disable the scrolling high scores under a user's avatar?


BF777
03 Sep 2010, 15:43
How do I disable the scrolling high scores under a user's avatar?

In VB 4.0 this causes the location, post info alignment. Therefore, I'd like to disable the scrolling high scores displayed underneath the user's avatar.

Hippy
03 Sep 2010, 21:57
do the reverse edits

in the AdminCP:



•Open the Menu Styles & Templates
•Click Style Manager
•Select "Edit Templates" in the Dropdown-Menu
•Scroll down and double-click on Postbit Templates

•vBulletin 4.x - Search for:
<dl class="userstats">
•Below add:
{vb:raw post.crowns}{vb:raw post.champtext}<br />

•Click SAVE and edit the Template postbit_legacy

•vBulletin 4.x - Search for:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
•Above add:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

•click SAVE


or to fix the miss alignment
do this fix
http://www.vbulletin.org/forum/showpost.php?p=2090028&postcount=3