อยากให้โชว์รูปในหน้าแรก เหมือนใน messageindex ครับ
หน้าแรก

หน้า messageindexที่ลง Thumbnail Topic Mod ไว้
http://www.ตลาดม้า.com/index.php/board,3.0.html

ผมลองcopy codeในmodไปวางเลย มันขึ้นอะไรก็ไม่รู้ว่างๆ
// Thumbnail Topic Mod
if ($context['show_thumbnails'])
{
echo '<td class="windowbg2" valign="middle" align="center">';
$imagefound = false;
foreach ($topic['image'] as $image)
{
if ($imagefound == true)
break;
if (isset($image['id']))
{
echo '<a href="', $topic['first_post']['href'], '"><img src="', $image['url'], '" width="120"', $image['width'], '"
height="', $image['height'], '" alt="" /></a>';
$imagefound = true;
}
}
echo '</td>';
}
// End Thumbnail Topic Mod
echo '
รบกวนด้วยครับ ขอบคุณครับ