แจกของฟรี
Website => SMF => Modยอดนิยม => ข้อความที่เริ่มโดย: smf ที่ 7 ธันวาคม 2015, 18:53:03
-
Mod Name:Add Table, Td, Tr Button
http://custom.simplemachines.org/mods/index.php?mod=3642
Type:Posting
(http://www.pordoo.com/pic/Add Table, Td, Tr Button.jpg)
File Edits
./Sources/Subs-Editor.php
Find:array(
'image' => 'table',
'code' => 'table',
'before' => '[table]\n[tr]\n[td]',
'after' => '[/td]\n[/tr]\n[/table]',
'description' => $txt['table']
),
Add After: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".