PDA

View Full Version : Profile field images in profiles?


Andio
08-09-2009, 08:26 AM
Is there anyway for them to show up? For example, I have a gender icon on my forum and the image shows up in postbit, but not in the profiles?

I tried making a new block in the profiles and copying the posbit info, but that didn't do anything :|

Lynne
08-09-2009, 02:45 PM
Post up the code you used and the template name you put it in so we can see what is wrong. Please use the code/html/php tags for your code.

Andio
08-09-2009, 08:23 PM
<if condition="$post[field6]"><img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if>

I tried the MOD that displays in "Similar threads" right here, but that didn't work either.

Lynne
08-09-2009, 08:48 PM
What template? Using a $post variable in anything other than a postbit template isn't going to work. I think you need to use $userinfo in most templates in the profile page.

Andio
08-11-2009, 04:29 AM
I will try that, thanks! :)