ใช้ recent post ของ board อยู่ใช้ไหมครับ คือถ้าใช่ให้เขาfไปปรับที่ Themes/default/BoardIndex.template.php ครับ
หา
if ($settings['number_recent_posts'] == 1)
{
// latest_post has link, href, time, subject, short_subject (shortened with...), and topic. (its id.)
echo '
<b><a href="', $scripturl, '?action=recent">', $txt[214], '</a></b>
<div class="smalltext">
', $txt[234], ' "', $context['latest_post']['link'], '" ', $txt[235], ' (', $context['latest_post']['time'], ')<br />
</div>';
อันนี้เป็นตัวที่แสดงกระทู้ล่าสุดของโพสครับโดยจะแสดงยังงี้
ชื่อกระทู้ โดย ชื่อผู้ใช้ (หมวด)
ลองแก้ไขดูน่ะครับตรงหลัง echo ถ้าให้แสดงภาพก็ <img scr="ที่อยู่ของภาพ"></img>