Log in

View Full Version : whats the <if> tag to show a profile field


GreigScott
11-28-2008, 11:27 PM
I want this Profile Field when they type somthing in the box it will show in a marquee at the top of the page. Anyone know like the $profilefield[9] or something the field number is 9 btw.

Lynne
11-29-2008, 02:23 AM
Perhaps $bbuserinfo[field9] ?

Qleb
11-29-2008, 04:50 AM
try this

if they type somthing its well apears if they not its well not


in posts

<if condition="$post[field9]">$post[field9]</if>



in other


<if condition="$bbuserinfo[field9]">$bbuserinfo[field9]</if>

GreigScott
11-29-2008, 03:16 PM
gleb - worked like a charm. thanks both of you!