สำหรับ SMF 2.0.xแก้ไขไฟล์:file $sourcedir/Load.php
ค้นหา -->>
'link' => '<a href="' . $scripturl . '?action=profile;u=' . $profile['id_member'] . '" title="' . $txt['profile_of'] . ' ' . $profile['real_name'] . '">' . $profile['real_name'] . '</a>',
แก้เป็น -->>
'link' => '<a href="' . $scripturl . '?action=profile;u=' . $profile['id_member'] . '" title="' . $txt['profile_of'] . ' ' . (empty($modSettings['display_join_date']) ? $profile['real_name'] : $profile['member_name']) . '">' . $profile['real_name'] . '</a>',
ค้นหา -->>
'blurb' => $profile['personal_text'],
เพิ่มไว้ก่อน -->>
'joined' => empty($profile['date_registered']) ? '' : timeformat($profile['date_registered'], '%b %Y'),
file $sourcedir/ManageSettings.php
ค้นหา -->>
// Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!!
เพิ่มไว้หลัง -->>
array('check', 'display_join_date'),
file $themedir/Display.template.php
ค้นหา -->>
// Show avatars, images, etc.?
เพิ่มไว้ก่อน -->>
// Show users join date?
if (!empty($modSettings['display_join_date']) && !empty($message['member']['joined']))
echo '
<li>', $txt['date_registered'], ': ', $message['member']['joined'], '</li>';
file $languagedir/Modifications.thai-utf8.php
เพิ่ม -->>
ขออภัย! ส่วนนี้สงวนไว้เฉพาะสมาชิกเท่านั้น กรุณา เข้าสู่ระบบ หรือ ลงทะเบียนการตั้งค่า:
ลิงค์หัวข้อ:
http://dexmore.com/topic/7466