Google Video Modu
-
manuel kodları
source/Subs.php yi aç bul
[code]array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),[/code]öncesine ekle
[code]array(
'tag' => 'google_video',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1" ></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),[/code]Post.template.php yi aç bul
[code]'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),[/code]
sonrasına ekle
[code]'google_video' => array('code' => 'google_video', 'before' => '[google_video=425,350]', 'after' => '[/google_video]', 'description' => $txt['google_video']),[/code]
languages/Modifications.turkish.php yi aç bul
[code]?>[/code]
öncesine ekle
[code]$txt['google_video'] = 'Google Video';[/code]
-
Asp si yokmu bunun?
-
olm bi ton kod verion hangi portala ait bu bi sölesen dioz
-
ne işe yarıyor bu?
-
anladıgım kadarıyla smf modülü bu, 2-3 konu daha açmışsın insan hangi script için oldugunu yazar...
-
evet smf sanırım da Türkçe destek siteleri var zaten oralardan bulunur c/p yapmaya ne gerek var buraya ben onu çözemedim..
-
evet smf
