avatar on index?
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.
Else your topic may be ignored or locked!
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.
Else your topic may be ignored or locked!
avatar on index?
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]
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, 15:55, edited 1 time in total.
Re: avatar on index?
have you searched in the snippets forum, i am sure it's there!
Re: avatar on index?
This one:
Use custom forum images.
Use custom forum images.
Re: avatar on index?
Last edited by Fire-Fox on 08 Jun 2010, 16:44, edited 1 time in total.
Re: avatar on index?
How do i add the "no avatar" to the script?
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: avatar on index?
For default Avatar read:
http://www.phpbb.com/community/viewtopi ... 0#p9055405
and
http://www.lefty74.com/viewtopic.php?f= ... =100#p3823
http://www.phpbb.com/community/viewtopi ... 0#p9055405
and
http://www.lefty74.com/viewtopic.php?f= ... =100#p3823
Board rules! No PM support
Re: avatar on index?
can't find
find
open includes/functions_display.php as the text says
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) . '" />';