Log in

View Full Version : Postbit Legacy Rawphrase Code Error


coachgilbert
05-19-2010, 01:45 PM
I added the code below to have additional fields show in my Postbit Legacy. The field appers but not the field title.

For example: http://www.winningeveryday.org/example.png

I belive the error is in the {vb:rawphrase field6_perm} code but none of the variations I have tried worked.

<vb:if condition="$post['field6']"><div class="bppostbit"><dt>{vb:rawphrase field6_perm}</dt> <dd>{vb:raw post.field6}</dd></div></vb:if>

Lynne
05-19-2010, 03:58 PM
Did you verify that the phrase exists?

coachgilbert
05-19-2010, 04:27 PM
Thanks for the quick reply Lynne. Would I verify in the Phrase Manager?

--------------- Added 1274294402 at 1274294402 ---------------

I looked in the Phrase Manager. Field 6 is listed as field6_desc. How would write the code to correct the display.

I changed field6_perm to field6_desc and the title still is not showing

--------------- Added 1274294975 at 1274294975 ---------------

I added a new phrase in the phrase manager.

New phrase > varname > field6_title

Text>Sports

Thanks Lynne