The Arcive of vBulletin Modifications Site. |
|
Simple Posbit legacy Details »»
|
|||||||||||||||||||||||||||||||||
Simple Posbit legacy. 1. postbit_onlinestatus delete all and change this code. Code:
<vb:if condition="$onlinestatus==0"><font color="#424242">Offline</font></vb:if> <vb:if condition="$onlinestatus==1"><font color="#00FF00"><b>Online</b></font></vb:if> <vb:if condition="$onlinestatus==2"><font color="#424242">invisible</font></vb:if> 3. Go admincp > Styles & Templates open the additional.css template of the theme that you use and add Simple-Posbit-legacy.txt code to the top 4. Open postbit_legacy 4.x if you have more field. ------------------------------------------------ Gender Field Code:
<vb:if condition="$post['fieldx']"><dt>{vb:rawphrase gender}</dt><dd> {vb:raw post.fieldx}</dd></vb:if>
Code:
<dt>User ID</dt><dd> {vb:raw post.userid}</dd>
Code:
<dt>Liked</dt><dd> {vb:raw post.vbseo_likes_in} times</dd>
Code:
<vb:if condition="$post['fieldx']"><dt>Country</dt><dd> {vb:raw post.fieldx}</dd></vb:if>
color: #424242; font-size: 11px; font-family: Trebuchet MS, Geneva; enjoy. Demo : www.shiafriends.com Compatible with vBulletin 4.2 Mark as Installed. Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| 3 благодарности(ей) от: | ||
| baghdad4ever, McAtze, sodasusu | ||
| Comments |
|
#5
|
||||
|
||||
|
if u like dark style change background for postbit. use style variable editor.
|
|
#7
|
||||
|
||||
|
How may i use this ? Please be more specific and im not good at HTML much
|
|
#8
|
||||
|
||||
|
Quote:
additional.css template: Go > Admincp > Styles & Templates > Search Templates and Search 'additional.css' field. postbit_legacy. <div class="post_field"><dt>Threads</dt> <dd>{vb:raw post.threads}</dd> if not done send login and pass in pm. |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
||||
|
||||
|
if u have custom profile fields. use this code in postbit_legacy.
|
![]() |
|
|