Thanks Paul! But I don't know what else to do. I'm just trying to replace it with what the modification requires:
Quote:
POSTBIT TEMPLATE EDIT
-----------
POSTBIT OR POSTBIT_LEGACY
-------
FIND
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
ADD BELOW
<if condition="$post[field6]">$vbphrase[gender]: <img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if>
CHANGE X TO THE FIELD NUMBER NOTED IN STEP 2 (6)
----------------------------------------------
MEMBERS LIST TEMPLATE EDIT
In Template memberlist_resultsbit
FIND
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
AFTER ADD
<if condition="$userinfo[field6]"><div class="smallfont">$vbphrase[gender] <img src="$stylevar[imgdir_misc]/$userinfo[field6].gif" alt="$userinfo[field6]" /></div></if>
|