PDA

View Full Version : Custom Profile Field Images, issue.


Sage Knight
05-11-2012, 10:00 AM
<vb:if condition="$post['field10']">
<div id="gender"><img src="images/{vb:raw post.field10}.png" alt="{vb:raw post.field22}" />
</div>
</vb:if>


I'm using the code above to insert a gender option, and it does works but only for my account (when I'm logged in). If I'm viewing it as a guest it does not show up at all nor to other accounts.

Any possible reason for this? Thanks.

Edit; Solved it myself, I forgot to set the field public, lol.