Thanks for replying!
I opened the postbit_legacy template and found the area that talks to the categories, etc... it looks like:
Quote:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
|
I added in this below them:
Quote:
<if condition="$post['field6']"><div>Favorite Movie: $post[field6]</div></if>
|
Field6 is a single-line text box profile category. I entered in, say Star Wars for my favorite movie and on the post area, this is what is under the Location category:
Any idea on what I am doing wrong that it isn't taking the actual text and bringing it over? Also, I have a multiple drop down list category and I get similar results...just a number....
Thanks again for your help!