PDA

View Full Version : Profile Field not working


Greenskull
11-15-2008, 03:58 AM
Hey. I'm trying to call a profile field in MEMBERINFO but it doesn't regocnize it or any other profile field. What is wrong? Here's what the code is:

<if condition="$post[field5]">
<img src="http://avatar.xboxlive.com/avatar/$post[field5]/avatar-body.png"></img>
</if>

Lynne
11-15-2008, 03:34 PM
Use $userinfo instead of $post

Greenskull
11-15-2008, 07:35 PM
Use $userinfo instead of $post

it worked thanks!