Thats because you need to use this aswell : viewtopic.php?f=9&t=528
i found out later on forgot to post about it
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!
Re: avatar on index?
ahh.. nice.. i was almost hacking my way
thanks & cheers
thanks & cheers
Last edited by petroleum on 09 Jun 2010, 18:56, edited 1 time in total.
Re: avatar on index?
btw.. you dont need a couple of these to ?
Code: Select all
<!-- IF topicrow.LAST_POST_AUTHOR_AVATAR -->
<td width="{topicrow.AVATAR_WIDTH}">{topicrow.LAST_POST_AUTHOR_AVATAR}</td>
<!-- ELSE -->
<td width="{topicrow.AVATAR_WIDTH}"><img src="images/no_avatar.gif" width="40" height="40" alt="" /></td>
<!-- ENDIF -->
Last edited by petroleum on 09 Jun 2010, 18:47, edited 1 time in total.