The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Create a new user profile field.
Select Single-Line Text Box. Call it for example HONOURS, or something if for giving medals to your users. After that, note the FIELD NUMBER. Then go to Postbit or Postbit_legacy, and find: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post[fieldX] != ''"><div> <img src="$post[fieldX]"> </div></if> NOTE: Replace X with the profile field number. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|