Warlock 999
05-29-2009, 10:00 PM
This edit will work for 3.6.X +
The pictures aren't the best but they are good for me xD
First make a profile field with these:
* Single-Line Text Box
* Title: What Prestige are you?
* Description: What level prestige are you?<br>Eg. <br>10 for 10th prestige 0 for none
* Max length of allowed user input: 2
* Field Length: 25
* Private Field: No
* Field Searchable on Members List: No
* Show on Members List: No
* Which page displays this option? Edit Your Details
Now in postbit_legacy or postbit depends on what one you use
find
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Under that add
<if condition="$post[field#]"><fieldset><legend>Prestige</legend>
<div>
<center><img src="http://yoursite.com/images/$post[field#].png">
</div>
</fieldset></if>
Change field# with your profile field.
The pictures aren't the best but they are good for me xD
First make a profile field with these:
* Single-Line Text Box
* Title: What Prestige are you?
* Description: What level prestige are you?<br>Eg. <br>10 for 10th prestige 0 for none
* Max length of allowed user input: 2
* Field Length: 25
* Private Field: No
* Field Searchable on Members List: No
* Show on Members List: No
* Which page displays this option? Edit Your Details
Now in postbit_legacy or postbit depends on what one you use
find
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Under that add
<if condition="$post[field#]"><fieldset><legend>Prestige</legend>
<div>
<center><img src="http://yoursite.com/images/$post[field#].png">
</div>
</fieldset></if>
Change field# with your profile field.