veoh Bbc Tag manuel anlatım

sources klasörü içinde Subs.php dosyasını aç

bu kodu bul
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),
öncesine ekle
array(
'tag' => 'veoh',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.veoh.com/videos/$1" ></param><embed src="http://www.veoh.com/videodetails.swf?permalinkId=$1&id=1&player=videodetails&videoAutoPlay=0" width="$2" height="$3" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),


kullandığın tema içerisinde Post.template.php dosyasını aç

bu kodu bul
'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),
sonrasına ekle
'veoh' => array('code' => 'veoh', 'before' => '[veoh=425,350]', 'after' => '[/veoh]', 'description' => $txt['veoh']),
languages klasörü içinde Modifications.turkish.php dosyasını aç

bunu bul
?>
öncesine ekle
$txt['veoh'] = 'veoh';
ekteki gifi images içindeki bbc klasörü içine at

hepsi bukadar geçmiş olsun