avatar on index?

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

avatar on index?

Post by Fire-Fox »

Hey!

How is the avatar in the index been done?
[edit]i i haven't made it clear enought sorry, im looking for the avatar thing like here on the site, when you post a post. Then the avatar shows in "last post"[/edit]
Last edited by Fire-Fox on 08 Jun 2010, 13:55, edited 1 time in total.

Re: avatar on index?

Post by cisco007 »

have you searched in the snippets forum, i am sure it's there!

Re: avatar on index?

Post by Fire-Fox »

This one:
Use custom forum images.

Re: avatar on index?

Post by Stoker »

Its in the mods database.

Re: avatar on index?

Post by Fire-Fox »

Thank you :)

i assume it's this one: modsdb.php?mode=moddetail&m=58
Last edited by Fire-Fox on 08 Jun 2010, 14:44, edited 1 time in total.

Re: avatar on index?

Post by Stoker »

Yes, its the latest added mod ;)

Re: avatar on index?

Post by Fire-Fox »

How do i add the "no avatar" to the script?

Re: avatar on index?

Post by Fire-Fox »

can't find

find
open includes/functions_display.php as the text says

Code: Select all

        return '<img src="images/avatars/no_avatar.gif" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';

Re: avatar on index?

Post by petroleum »

neither can i.. ?