file Sources/ModSettings.php
ค้นหา -->>
array('int', 'max_signatureLength'),
เพิ่มไว้หลัง -->>
// Posting notice by Crazy™
array('check', 'enable_crazynotice'),
array('large_text', 'text_crazynotice', '2'),
file Display.template.php
ค้นหา -->>
echo '
</td>
</tr><tr>
<td valign="bottom" class="smalltext" id="modified_', $message['id'], '">';
// Show "ซ Last Edit: Time by Person ป" if this post was edited.
if ($settings['show_modify'] && !empty($message['modified']['name'])) แก้เป็น -->>
echo '
</td>
</tr>';
// Posting notice by Crazy™
if (!empty($modSettings['enable_crazynotice']))
echo '
<tr>
<td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" class="smalltext">
<img src="', $settings['images_url'], '/icons/assist.gif" /> <b>',$modSettings['text_crazynotice'],'</b>
</td>
</tr>
<tr>
<td valign="bottom" class="smalltext" id="modified_', $message['id'], '">';
// Show "ซ Last Edit: Time by Person ป" if this post was edited.
if ($settings['show_modify'] && !empty($message['modified']['name']))
file languages/Modifications.thai-utf8.php
เพิ่ม -->>
//Posting notice by Crazy™
$txt['enable_crazynotice']='ใช้งานแสดงประกาศใต้กระทู้';
$txt['text_crazynotice']='การแสดงประกาศ<div class="smalltext">ใช้ HTMLได้ ใช้ BBC ไม่ได้</div>';
file languages/Help.thai-utf8.php
เพิ่ม -->>
//Posting notice by Crazy™
$helptxt['enable_crazynotice'] = 'ที่นี่คุณสามารถแสดงข้อความ ใต้กระทู้ทุก ๆ กระทู้<div class="smalltext">ตัวอย่าง: กรุณาคลิกที่นี่หลังจากตั้งกระทู้</div><br />';
$helptxt['text_crazynotice'] = 'ข้อความนี้จะแสดงให้สมาชิกเห็นทุก ๆ กระทู้<div class="smalltext">ใช้ html ได้ ใช้ BBC ไม่ได้</div><br />';


เปลี่ยนรูปที่นี่
<img src="', $settings['images_url'], '/icons/assist.gif" />
หากต้องการข้อความเพียงอย่างเดียวลบโค๊ดนี้ออกเลย
ถ้าต้องการให้รูปอยู่หลังข้อความแก้เป็น
<b>',$modSettings['text_crazynotice'],'</b><img src="', $settings['images_url'], '/icons/assist.gif" />
ถูกใจ + ให้ด้วยนะ

เครดิต : Crazy™
http://www.zone-it.com/61856
ปล.ก่อนทำการแก้ไข ควรเก็บไฟล์ต้นฉบับ สำรองไว้1ชุดนะครับ กันพลาด
