Quarantine
01-26-2010, 04:08 AM
Is this the correct code?:
<vb:if condition="$post['field11']"><div class="smallfont">Label text: $post[field11]</div></vb:if>
For some reason, when I implemented it in my postbit and postbit_legacy, it appears as:
Label text: $post[field11]
instead of
Label text: Actual text here
Any ideas? :/
<vb:if condition="$post['field11']"><div class="smallfont">Label text: $post[field11]</div></vb:if>
For some reason, when I implemented it in my postbit and postbit_legacy, it appears as:
Label text: $post[field11]
instead of
Label text: Actual text here
Any ideas? :/