PDA

View Full Version : A little help, please?


VAN
03-11-2004, 03:13 AM
I'd like to add a small icon in the postbit for each user that has added a Profile Pic. I tried simply using these <if condition=$post['profilepic']>icon here</if>
<if condition=$userinfo['profilepic']>icon here</if>
But neither work. Can someone point me in the right direction here? Should be fairly simple.

Boofo
03-11-2004, 03:39 AM
How about this?

<if condition="$show['profilepic']">

You need the quotes around the condition. ;)

VAN
03-11-2004, 03:57 AM
No, I tried that as well. I also just forgot the quotes in my post. Oops. From what I've been told at vb.com, theres gonna need to be a file edit. Perhaps showthread.php? I dunno.

Boofo
03-11-2004, 06:49 AM
I would say /includes/functions_showthread.php.

I could probably fix something up for you fairly easily. ;)