PDA

View Full Version : avatar display!?


robflack
04-22-2003, 08:36 PM
Could some kind fellow please tell me how to return the path of the avatar the user logged in is using?!

so i can do something like this:

<!--Display avatar-->

<img src="$avatarpath" alt="avatar">

Dean C
04-23-2003, 09:46 AM
<img src="avatar.php?id=$bbuserinfo[userid]">

Not 100% sure though :)

- miSt