PDA

View Full Version : Showing user's avatar in news script :)


Aaow AnD wHiTe
01-12-2002, 02:04 AM
We've just installed PluhNews! (Cool script, by the way) and we are customizing it :)

We are trying to find a way to show the avatar of the user who posted the news... but we're not being succesfull :(

Anyone?

Admin
01-12-2002, 04:41 AM
You can always use a simple <img> tag like this:
<img src="avatar.php?userid=$userid">
where $userid is the ID of the user that posted the news.