ที่มา :
http://custom.simplemachines.org/mods/index.php?mod=2554 
เปิดไฟล์ index.template.php ของ Themes ที่ใช้
หา
foreach ($context['linktree'] as $link_num => $tree)
แทนที่ด้วย
$i = 1;
$count = count($context['linktree']);
foreach ($context['linktree'] as $link_num => $tree)
หา
// Show the link, including a URL if it should have one.
แทนที่ด้วย
if($count == $i)
echo'<h1 style="font-size: 1em; display: inline;">';
// Show the link, including a URL if it should have one.
หา
// Show something after the link...?
เอาไว้ก่อนที่หา
if($count == $i)
echo'</h1>';
$i++;
ถูกใจ + กันหน่อยนะครับ