I did the following:
Go to AdminCP --> User Profile Fields --> Add New User Profile Field
for profile field type select Single-Line Text Box
Title= Clan Tag
Profile Field Category= (Uncategorized)
Max length of allowed user input= 4
Field Required= Yes, at registration and profile updating
Field Editable by User= Yes
Private Field= No
Field Searchable on Members List= Yes
Show on Members List= Yes
Now Go To postbit_legacy And Find:
HTML Code:
Code:
<vb:else />
{vb:raw post.musername}
right above it add: (Replace Red XX with the profile feild number)
Code:
Code:
<vb:if condition="$post['fieldXX']">
<font color="red" size="4"><B>{vb:rawphrase fieldXX}[{vb:raw post.fieldXX}]</B></font></vb:if>