ปกติใน editor จะไม่มีปุ่ม HTML tag มาให้ มีแต่ code tag และอื่นๆ
HTML tag จะทำให้สามารถโชว์ สคริปต์พวกที่เป็น html <iframe เป็นต้น ได้
File Edits ต้องแก้ไขไฟล์ดังนี้ Sources/Subs-Editor.php
Find :
array(
'image' => 'code',
'code' => 'code',
'before' => '[ code ]',
'after' => '[ /code ]',
'description' => $txt['bbc_code']
),
***ระวังอย่างแรง ! หุบปีกของ [ code ] [ /code ] โค้ดนี้ด้านบนด้วยเดี๋ยวจะหาไม่เจอนะครับ***Add After :
array(
'image' => 'html',
'code' => 'html',
'before' => '[html]',
'after' => '[/html]',
'description' => $txt['bbc_html']
),
ไฟล์ภาษาที่จะต้องแก้ไข Themes/default/languages/Modifications.thai-utf8.php
Find (at the end of the file): ค้นหาแท็กปิดตัวสุดท้าย
?>
Add Before:
$txt['bbc_html'] = 'html';
อัพโหลดรูป
"html.gif" ไปไว้ใน Themes/default หรือธีมที่ใช้ในปัจจุบัน/images/bbc/html.gif
html tag แค่ทำให้โชว์โค้ด html ได้เท่านั้นครับ
ส่วนการใช้พวก iframe script ได้ ต้องไปตั้งค่าที่ ผู้ดูแล/ควบคุมการวางรูปแบบ/กระทู้และหัวข้อ/รหัสบอร์ดประกาศทั่วไป (BBC) ติ๊กใช้งาน HTML พื้นฐานในกระทู้
ที่มา:
http://www.welovethailand.com/webboard/index.php?topic=92.0