View Full Version : How to disable scrolling arcade achievements
BF777
05-18-2010, 03:16 PM
How do I disable the scrolling text underneath a user's avatar which displays that they are the current champion of a particular game?
Hippy
07-25-2010, 01:21 PM
take the postbit template edit out
BF777
09-03-2010, 02:46 PM
take the postbit template edit out
Where is this located and what do I remove?
Hippy
09-03-2010, 07:57 PM
postbit & postbit_legacy template are in your style ..
just revert them back to default..
these are the edits from the ibproarcade install file..
do the reverse for the vb4 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
•
•Choose postbit and click CUSTOMIZE in the right menu
•vBulletin 3.x - Search for:
<td valign="top" nowrap="nowrap">
•Below add:
<div class="smallfont">$post[crowns]$post[champtext]<br /></div>
•
•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 3.x - Search for:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
•Above add:
$post[crowns]$post[champtext]<br />
•
•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 and edit the Template navbar (below "Navigation/Breadcrumb Templates")
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.