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.