ผู้เขียน หัวข้อ: เพิ่มปุ่ม PHP tag และปุ่ม HTML tag  (อ่าน 961 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ smf

  • [color=green][i]"ถ้าคุณไม่สามารถอธิบายอย่างง่ายๆ ให้คนอื่นเข้าใจได้แล้วล่ะก็ แสดงว่าคุณยังเข้าใจมันไม่ดีพอ"[/i][/color]
  • Administrator
  • Hero Member
  • *****
  • กระทู้: 1,368
  • พอยท์: 5
    • ดูรายละเอียด
    • pordoo.com
    • อีเมล์
เพิ่มปุ่ม PHP tag และปุ่ม HTML tag
« เมื่อ: 2 สิงหาคม 2015, 16:45:40 »
1. เปิดไฟล์ Sources/Subs-Editor.php
โค๊ด: [Select]
array(
'image' => 'quote',
'code' => 'quote',
'before' => '[quote]',
'after' => '[/quote]',
'description' => $txt['bbc_quote']
),
เพิ่มโค๊ดนี้ไปข้างหลัง หรือตำแหน่งที่เราต้องการ

– โค๊ดของ PHP tag
โค๊ด: [Select]
array(
                'image' => 'php',
                'code' => 'php',
                'before' => '[php]',
                'after' => '[/php]',
                'description' => $txt['bbc_php']
            ),

- โค๊ดของ HTML tag
โค๊ด: [Select]
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/
« แก้ไขครั้งสุดท้าย: 2 สิงหาคม 2015, 16:53:52 โดย moojoom »