Page 5 of 5

[ADDON] Forum images in recent active topics

Posted: 24 Nov 2012, 20:51
by Martin_K
Thanks, worked fine for me, with the instructions in the first post.

[ADDON] Forum images in recent active topics

Posted: 12 Feb 2013, 00:59
by Martin_K
doktornotor wrote: In recent_active_body.html, find:

Code: Select all

<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
and replace with

Code: Select all

<!-- IF recent_active.FORUM_IMAGE --><img src="{ROOT_PATH}{recent_active.FORUM_IMAGE}" width="32" height="32" alt="" /><!-- ELSE --><img src="{ROOT_PATH}images/starimg.png"  alt="" /><!-- ENDIF -->
Always a good idea to put the image width and height attributes in and to make your icons of that size, so there is no re-sizing going on, this is 'good practice' for images. 32*32 px is a good size for forum images.
Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
- http://gtmetrix.com

[ADDON] Forum images in recent active topics

Posted: 20 Feb 2013, 07:32
by smithjohn
wow am I ever having some bad luck

[ADDON] Forum images in recent active topics

Posted: 20 Feb 2013, 11:56
by Blackwolf
Its about to get a lot worse.

[ADDON] Forum images in recent active topics

Posted: 08 Apr 2013, 11:19
by m1s3rys1gn4l
is that included in phpbb3bbcode premod ? :evil:

[ADDON] Forum images in recent active topics

Posted: 08 Apr 2013, 15:34
by Stoker
no, the premod doesnt have topstats.

Re: [ADDON] Forum images in recent active topics

Posted: 05 Dec 2014, 16:46
by UPSIDE
nice mod