Subs.php dosyasında bulun:
[code] array(
'tag' => 'green',
'before' => '',
'after' => '',
),[/code]
Sonrasına Ekleyin:
[code]
array(
'tag' => 'dmotion',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '$1',
),[/code]
Post.template.php sunu bulun:
[code] 'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),[/code]
öncesine veya Sonrasına Ekleyin (Zaten oradaki o kodların mantığını çözdükten sonra istediğiniz yere ekleyebilirsiniz.)
[code]'dmotion' => array('code' => 'dmotion', 'before' => '[dmotion=425,350]', 'after' => '[/dmotion]', 'description' => $txt['dmotion']),
[/code]
Modifications.turkish.php de en altta ” ?> “ bunun hemen üzerine ekleyin:
[code]$txt['dmotion'] = 'Daily Motion';[/code]
