
11-27-2010, 01:33 PM
|
 |
|
|
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
- 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:
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
- click SAVE and edit the Template navbar (below "Navigation/Breadcrumb Templates")
|