How are you supposed to add custom profile fields in the postbit? Every mod or template modification I have found to do this only worked before 4.02; and since then a lot of people seem to be struggling to add custom profile fields to the postbit.
At the moment I'm using
Code:
<vb:if condition="$post['field5']"><dt>Playing:</dt> <dd>{vb:raw post.field5}</dd></vb:if>
But nothing is displayed whatsoever.
Thanks for any help!