[ADDON] Forum images in recent active topics
- Martin_K
- BBCoder III
- Posts: 121
- Joined: 02 Sep 2011, 11:13
- BBCodes: 10
- Favourite BBCode: textarea
- Favourite MOD: Newsletter Add on
- Location: London, UK
- Contact:
[ADDON] Forum images in recent active topics
Thanks, worked fine for me, with the instructions in the first post.
- Martin_K
- BBCoder III
- Posts: 121
- Joined: 02 Sep 2011, 11:13
- BBCodes: 10
- Favourite BBCode: textarea
- Favourite MOD: Newsletter Add on
- Location: London, UK
- Contact:
[ADDON] Forum images in recent active topics
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.doktornotor wrote: Inrecent_active_body.html
, find:
and replace withCode: Select all
<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
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 -->
- http://gtmetrix.comSpecifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
[ADDON] Forum images in recent active topics
wow am I ever having some bad luck
- Blackwolf
- BBCoder IV
- Posts: 272
- Joined: 04 Dec 2010, 12:36
- BBCodes: 101
- Favourite BBCode: Dropcap
- Favourite MOD: mchat
- Location: Melbourne Australia
[ADDON] Forum images in recent active topics
Its about to get a lot worse.
Ultimate Edition, Ultimate Edition Oz, Oz Unity
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
-
- BBCoder II
- Posts: 9
- Joined: 20 Jul 2012, 13:37
- BBCodes: 6
[ADDON] Forum images in recent active topics
is that included in phpbb3bbcode premod ?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
[ADDON] Forum images in recent active topics
no, the premod doesnt have topstats.
Board rules! No PM support