Mod Name:Add Table, Td, Tr Button
http://custom.simplemachines.org/mods/index.php?mod=3642Type:Posting
File Edits./Sources/Subs-Editor.phpFind:
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 OperationsMove the included file "td.gif" to "./Themes/default/images/bbc".
Move the included file "tr.gif" to "./Themes/default/images/bbc".