Bug Custom Fields not working

Status
Not open for further replies.

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:
Code:
<vb:if condition="$post['field28']"><div class="bppostbit"><dt>Vampire Character #1</dt> <dd>$post[field28]</dd></div></vb:if>
but it just shows up as Vampire Character #1: $post[field28]
 
That's because you are mixing vB4 and vB3 template syntax, which doesn't work.

Use {vb:raw post.field28} instead.
 
Status
Not open for further replies.

Legacy Postbit Tabs

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
497
Customer rating
0.00 star(s) 0 ratings
Back
Top