เขียนทั้งหมด: 3
เข้าร่วม: Aug 2008
คะแนนความนิยม 0
อับเดทเป็น mybb 14 และมีปัญหาเรื่องภาษาไทย
ปรึกษาด่วนครับ
เรื่องมีอยู่ว่า ผมได้ใช้ mybb แล้วก็ได้มีการปรับแต่งเป็นภาษาไทยโดยใช้คำสั่งเป็น ตามนี้
<?php
// The friendly name of the language
$langinfo['name'] = "Thai";
// The author of the language
$langinfo['author'] = "กระดานสนทนา";
// The language authors website
$langinfo['website'] = "http://www.mybboard.com/";
// Compatible version of MyBB
$langinfo['version'] = "100.05";
// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;
// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;
// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "thai";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "windows-874";
?>