ดาวน์โหลด SMF 2.0.13 แบบติดตั้งใหม่และอัพเกรดพร้อมไฟล์ภาษาไทย
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
ในไฟล์ index.template.php ในธีมที่คุณใช้อยู่เปิดไปท้าย ๆ ของไฟล์ หาบรรทัดประมาณว่า// Show the [home] and [help] buttons.(ใน SMF 1.0.5 ธีมมาตราฐาน จะอยู่บรรทัดที่ 425)แล้วแทรก Code ประมาณนี้นะครับแก้ไขเอาตามความเหมาะสมนะครับโค้ด: [เลือก]<?php// Show the [home] and [help] buttons. echo ' <a href="/index.php?PHPSESSID=d9lrhtk8pcu5qqroejdaet5f86&">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/mainsite.gif" alt="' . $txt['mainsite'] . '" style="margin: 2px 0;" border="0" />' : $txt['mainsite']), '</a>', $context['menu_separator'], ' <a href="', $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/forum.gif" alt="' . $txt['webboard'] . '" style="margin: 2px 0;" border="0" />' : $txt['webboard']), '</a>', $context['menu_separator'], ' <a href="/faq.php">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/faq.gif" alt="' . $txt['faq'] . '" style="margin: 2px 0;" border="0" />' : $txt['faq']), '</a>', $context['menu_separator'];?>แล้วไปแก้ไฟล์ Modifications.thai.php ด้วยนะครับ โดยเพิ่มโค้ด: [เลือก]$txt['mainsite'] = 'หน้าเว็บหลัก';$txt['faq'] = 'คำถามที่มักถามกันบ่อย ๆ';ในกรณีที่ไม่ได้แก้ไขชื่อของตัวแปร $txt อ่ะนะครับ (เอาในแบบไปใช้)ป.ล. อย่าลืมหารูปปุ่มไปใส่นะ แก้ชื่อไฟล์ให้ถูกด้วย
<?php// Show the [home] and [help] buttons. echo ' <a href="/index.php?PHPSESSID=d9lrhtk8pcu5qqroejdaet5f86&">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/mainsite.gif" alt="' . $txt['mainsite'] . '" style="margin: 2px 0;" border="0" />' : $txt['mainsite']), '</a>', $context['menu_separator'], ' <a href="', $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/forum.gif" alt="' . $txt['webboard'] . '" style="margin: 2px 0;" border="0" />' : $txt['webboard']), '</a>', $context['menu_separator'], ' <a href="/faq.php">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/faq.gif" alt="' . $txt['faq'] . '" style="margin: 2px 0;" border="0" />' : $txt['faq']), '</a>', $context['menu_separator'];?>
$txt['mainsite'] = 'หน้าเว็บหลัก';$txt['faq'] = 'คำถามที่มักถามกันบ่อย ๆ';
<a href="/index.php">