The Arcive of vBulletin Modifications Site. |
|
How do I disable the scrolling high scores under a user's avatar? Details »»
|
|||||||||||||||||||||||||||
|
How do I disable the scrolling high scores under a user's avatar?
Developer Last Online: May 2017
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. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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....28&postcount=3 |
![]() |
|
|