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
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 -->