Log in

View Full Version : yet another phase problem...


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?

tobybird
05-02-2007, 08:46 PM
Forgive me, I could be off here.... Shouldn't the phrase type being global do the trick?

RedGTiVR6
05-02-2007, 08:56 PM
recreated it as a global and it works now.

What's got me stumped is that it worked previously, with the same phrase type as I listed.