เปิดไฟล์ ./index.php
ค้นหา
// Load the user's cookie (or set as guest) and load their settings.
loadUserSettings();
เพิ่มไว้ด้านหลัง
//If the user isn't an admin, then hide the version'
if(!$user_info['is_admin'] && !empty($modSettings['hideVersion']) && $modSettings['hideVersion'])
$GLOBALS['forum_version'] = 'SMF';
เปิดไฟล์ ../Sources/ModSettings.php
ค้นหา
array('check', 'securityDisable'),
เพิ่มไว้หลัง
array('check', 'hideVersion'),
เปิดไฟล์ภาษา Modifications.english.php กับ Modifications.thai.php
เพิ่ม
//Hide SMF Version
$txt['hideVersion'] = 'Hide SMF version from normal users';
ต่อไปเป็นการตั้งค่าครับ เข้าไปที่เมนู Admin >> ส่วนปรับแต่งค่าการใช้งาน >> ติ๊กถูกที่ช่อง Hide SMF version from normal users