Log in

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


BF777
09-03-2010, 02:43 PM
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
09-03-2010, 08:57 PM
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
https://vborg.vbsupport.ru/showpost.php?p=2090028&postcount=3