PDA

View Full Version : Why Won't This Field Show In My Postbit_legacy


mcyates
11-26-2004, 12:26 PM
I have looked at the other bits of info which is displayed on the postbit_legacy template which shows up for example:

<if condition="$post['age']"><div>$vbphrase[age]:
<b>$post[age]</b></div></if>

But I want one of my custom field to show such as the football team the member supports and this is field10 i put this into the template:

<if condition="$post['field10']"><div>Team:
<b>$post[field10]</b></div></if>

But nothing is showing, what am i doing wrong?

Thanks in advance

Zachery
11-26-2004, 02:38 PM
I have looked at the other bits of info which is displayed on the postbit_legacy template which shows up for example:

<if condition="$post['age']"><div>$vbphrase[age]:
<b>$post[age]</b></div></if>

But I want one of my custom field to show such as the football team the member supports and this is field10 i put this into the template:

<if condition="$post['field10']"><div>Team:
<b>$post[field10]</b></div></if>

But nothing is showing, what am i doing wrong?

Thanks in advance
Is there anything in field 10?

mcyates
11-26-2004, 02:42 PM
yes i have the team Middlesbrough in the box

mcyates
11-26-2004, 02:44 PM
ahh I see the problem:

Team:
Multiple-Line Text Box Required, Editable, Searchable field16

FIELD16 wtf did i think it was 10???

Oh the Display Order is 10

Sorry about wasting your time zachery!!!

mcyates
11-26-2004, 02:45 PM
it shows up now

cheers for making me think!!!

Zachery
11-26-2004, 02:52 PM
it shows up now


cheers for making me think!!!
No problem :) good luck