Madhatterr
Customer
Hello,
I've created a custom profile field and I am trying to add it to the postbit tabs but they are not properly displaying.
Here is the code I'm using:
but it just shows up as Vampire Character #1: $post[field28]
I've created a custom profile field and I am trying to add it to the postbit tabs but they are not properly displaying.
Here is the code I'm using:
Code:
<vb:if condition="$post['field28']"><div class="bppostbit"><dt>Vampire Character #1</dt> <dd>$post[field28]</dd></div></vb:if>