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!

Re: avatar on index?

Post by Fire-Fox »

Thats because you need to use this aswell : viewtopic.php?f=9&t=528

i found out later on forgot to post about it :)

Re: avatar on index?

Post by petroleum »

ahh.. nice.. i was almost hacking my way :)

thanks & cheers :thumb:
Last edited by petroleum on 09 Jun 2010, 16:56, edited 1 time in total.

Re: avatar on index?

Post by petroleum »

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, 16:47, edited 1 time in total.

Re: avatar on index?

Post by Stoker »

Nope, not if you have the first one.