PDA

View Full Version : add proflile pic to postbit?


ryancooper
03-03-2004, 07:59 PM
How would I add the users profile pic to the postbit, say below the avatar?

I tried <if condition="$show['profilepic']">
<img src="image.php?u=$userinfo[userid]&amp;type=profile" alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" />
</if>

but it didn;t show up?

Thanks

Wayne Luke
03-03-2004, 08:36 PM
I don't think the profile picture is available to the postbit. I would have to double check the code. The only place the default vBulletin is designed to show it is in the profile though so it wouldn't be a member of $show at the very least.

ryancooper
03-03-2004, 09:24 PM
Hmmm, Would that be a hack request then? I will request it on VB.org if so.

Thanks for yro quick reply! :)