Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[ADDON] Forum images in recent active topics

Post by Stoker »

Use Forum images in recent active topics instead of the Star img.
This snippet is nice for people who use forum images of small sizes.

You need version 1.0.6 or later for this to work.

Open includes/functions_top_stats.php
Find: f.forum_name
Inline, after add: , f.forum_image
Find: (the first) 'FORUM_NAME' => $row['forum_name'],
After add: 'FORUM_IMAGE' => $row['forum_image'],

Open styles/prosilver/template/recent_active_body.html
Find: {ROOT_PATH}images/starimg.png
Replace with: <!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->

Upload and refresh template.

[ADDON] Forum images in recent active topics

Post by Blackwolf »

Open includes/functions_top_stats.php
Find:
Forum images in recent active topics

Cant find that line, not even part of it in includes/functions_top_stats.php :?

Even checked includes/functions_top_stats.php from 1.0.6....

[ADDON] Forum images in recent active topics

Post by doktornotor »

@Blackwolf, that obviously is a "pasto" error there... search for f.forum_name instead. :D

[ADDON] Forum images in recent active topics

Post by Blackwolf »

doktornotor wrote:@Blackwolf, that obviously is a "pasto" error there... search for f.forum_name instead. :D
Thanks.....but no sign of that either.....

[ADDON] Forum images in recent active topics

Post by Stoker »

Thanks doktornotor. It was f.forum_name
BlackWolf, its there.

[ADDON] Forum images in recent active topics

Post by doktornotor »

@BlackWolf - this assumes using latest version.

[ADDON] Forum images in recent active topics

Post by Arnevb »

Can you also replace it by the standard read/unread icons?

[ADDON] Forum images in recent active topics

Post by Stoker »

Nope, I have not loaded the unread info.
Maybe in a future release.

[ADDON] Forum images in recent active topics

Post by Makis »

Can we reduce the size of the original forum image, and how?

Thanks

[ADDON] Forum images in recent active topics

Post by Stoker »

Use smaller forum images ;)