ทดลองบน SMF v1.16
1. แก้ไฟล์ ./Themes/default/index.template.php-หา
// Show the [home] button.
-เพิ่มไว้ก่อน // Show the [home] button.
// Show the [main] button.
echo ($current_action=='MainSite' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'MainSite' ? 'active_back' : 'back' , '">
<a href="../">', $txt['MainSite'] ,'</a>
</td>' , $current_action == 'MainSite' ? '<td class="maintab_active_' . $last . '"> </td>' : '';