ไปที่ไฟล์ภาษา แล้วใส่รูปในนั้น
ตัวอย่าง
$txt['thank_you'] = ' <img src="' . $settings['images_url'] . '/buttons/thank_you.png" alt="" border="0" />';
แก้ไขเมนู SMF
smf เพิ่มปุ่มเมนูด้านบน
เปิด index.template.php ของธีมที่ใช้
(เวอร์ชั้น 2.0 ไปดูไฟล์ /Source/Subs.php)
หา
// Show the [home] button.
เพิ่มก่อนหน้าที่หา
// Show the [main] button.
echo ($current_action==’MainSite’ || $context[‘browser’][‘is_ie4’]) ? ‘<td> </td>’ : ” , ‘
<td valign=”top”>
<a href=”../”>’, $txt[‘MainSite’] ,'</a>
</td>’ , $current_action == ‘MainSite’ ? ‘<td> </td>’ : ‘ ‘;
// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '">' , $txt[103] , '</a>
</td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
แก้ไขไฟล์ภาษา
modification.english.php เพิ่ม $txt[‘MainSite’]=’Home’;
modification.thai.php เพิ่ม $txt[‘MainSite’]=’หน้าแรก’;
แก้ไขไฟล์ภาษา
index.thai.php
ค้นหา $txt[103]=’หน้าแรก’;
เปลี่ยน หน้าแรก เป็น คำที่คุณต้องการ เช่น วีดีโอ
index.english.php
ค้นหา $txt[103]=’Home’;
เปลี่ยน Home เป็น คำที่คุณต้องการ เช่น video