ผู้เขียน หัวข้อ: เพิ่มปุ่ม Td, Tr Button  (อ่าน 814 ครั้ง)

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

ออฟไลน์ smf

  • [color=green][i]"ถ้าคุณไม่สามารถอธิบายอย่างง่ายๆ ให้คนอื่นเข้าใจได้แล้วล่ะก็ แสดงว่าคุณยังเข้าใจมันไม่ดีพอ"[/i][/color]
  • Administrator
  • Hero Member
  • *****
  • กระทู้: 1,368
  • พอยท์: 5
    • ดูรายละเอียด
    • pordoo.com
    • อีเมล์
เพิ่มปุ่ม Td, Tr Button
« เมื่อ: 7 ธันวาคม 2015, 18:53:03 »
Mod Name:Add Table, Td, Tr Button
http://custom.simplemachines.org/mods/index.php?mod=3642
Type:Posting



File Edits
./Sources/Subs-Editor.php
Find:
โค๊ด: [Select]
array(
'image' => 'table',
'code' => 'table',
'before' => '[table]\n[tr]\n[td]',
'after' => '[/td]\n[/tr]\n[/table]',
'description' => $txt['table']
),
Add After:
โค๊ด: [Select]
array(
'image' => 'td',
'code' => 'td',
'before' => '[td]',
'after' => '[/td]',
'description' => $txt['table_td']
),
array(
'image' => 'tr',
'code' => 'tr',
'before' => '[tr]',
'after' => '[/tr]',
'description' => $txt['table_tr']
),

File Operations

Move the included file "td.gif" to "./Themes/default/images/bbc".
Move the included file "tr.gif" to "./Themes/default/images/bbc".