RedGTiVR6
05-02-2007, 08:26 PM
At one time I had this working, but in applying a mod, I overwrote it without realizing it and now I can't get it back.
I have a user profile field (field5) called Vehicle.
I want this to show up under Location in the postbit.
I've created the phrase as follows:
Custom Field
Product: vBulletin
Varname: field5_title
Text: Vehicle
And the code I've added in the postbit:
<if condition="$post['field5']"><div>$vbphrase[field5_title]: $post[field5]</div></if>
However, the phrase won't show up.
The field information will show up but the word 'Vehicle' will not...
so it looks like this:
: VW GTi VR6 / Ducati 900 SS & S4R / Dakota R/T Supercharged
I want it to look like this:
Vehicle: VW GTi VR6 / Ducati 900 SS & S4R / Dakota R/T Supercharged
What am I doing wrong?
I have a user profile field (field5) called Vehicle.
I want this to show up under Location in the postbit.
I've created the phrase as follows:
Custom Field
Product: vBulletin
Varname: field5_title
Text: Vehicle
And the code I've added in the postbit:
<if condition="$post['field5']"><div>$vbphrase[field5_title]: $post[field5]</div></if>
However, the phrase won't show up.
The field information will show up but the word 'Vehicle' will not...
so it looks like this:
: VW GTi VR6 / Ducati 900 SS & S4R / Dakota R/T Supercharged
I want it to look like this:
Vehicle: VW GTi VR6 / Ducati 900 SS & S4R / Dakota R/T Supercharged
What am I doing wrong?