PDA

View Full Version : avatar on any page


kino
04-03-2003, 07:10 PM
Is there a way to make a users avatar appear on any page you wish by editing templates or maybe just the template and php file you want?

Dean C
04-04-2003, 12:44 PM
Yes but it's not reccomended - it adds one query for every page loaded :)

- miSt

Erwin
04-04-2003, 01:09 PM
For custom avatars, you can just add this anywhere in any template:

<img src="avatar.php?userid=$bbuserinfo[userid]">

This only works for custom avatars though. To make normal site avatars work, that requires hacking.