Quote:
Originally Posted by Devil Woman
I am having a problem with this, all going in all showing up just in the wrong place its showing up right next to the username rather than below it, can anyone help
Thanks
|
Instead of the postbit(_legacy) edit included in the zip file, do this
FIND
Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
ADD BELOW
Code:
<div>
<if condition="$post[fieldx]">$vbphrase[gender] <img src="$stylevar[imgdir_misc]/$post[fieldx].gif" alt="$post[fieldx]" /></if>
</div>
Don't forget to change the x's to your profile field number