PDA

View Full Version : custom fieldbit from a specific user


TheRayden
10-25-2005, 09:21 AM
Hey guys,

I know you can posts a custom field bit, but how can I specifiy from what user it should post from?

So how can I attach a user ID to this bit?
$post[fieldX]

peterska2
10-25-2005, 06:43 PM
<if condition="$userinfo[userid]==y">$post[fieldx]</if>perhaps? where y is the userid number of the user that you want it to show for.