1. เปิดไฟล์ Sources/Subs-Editor.php
array(
'image' => 'quote',
'code' => 'quote',
'before' => '[quote]',
'after' => '[/quote]',
'description' => $txt['bbc_quote']
),
เพิ่มโค๊ดนี้ไปข้างหลัง หรือตำแหน่งที่เราต้องการ
– โค๊ดของ PHP tag
array(
'image' => 'php',
'code' => 'php',
'before' => '[php]',
'after' => '[/php]',
'description' => $txt['bbc_php']
),
- โค๊ดของ HTML tag
array(
'image' => 'html',
'code' => 'html',
'before' => '[html]',
'after' => '[/html]',
'description' => $txt['bbc_html']
),
2. อัพโหลดรูป “php.gif” และ “html.gif” ไปไว้ใน ./Themes/default/images/bbc/ หรือใน ./Themesปัจจุบัน/images/bbc/
เครดิต:
www.1webd.com/ใส่ปุ่ม-php-tag-และปุ่ม-html-tag-ใน-smf-2-0-2/