Herşeyde biraz 2de1 - Tekil Mesaj gösterimi - Google Video Modu
Tekil Mesaj gösterimi
  #1 (permalink) Alt 29-06-2007, 17:45
Mr.CoWbOy
~*~ گєà£ Of گpєєd ~*~
 
Mr.CoWbOy - ait Kullanıcı Resmi (Avatar)

ÆonFLux
 
Kayıt: 20.04.2006
Yaş: 25
Mesajlar: 1.479
Rep gücü: 15
Rep derecesi: Mr.CoWbOy Hızlanmaya Başladı Kim Tutar Seni BeaMr.CoWbOy Hızlanmaya Başladı Kim Tutar Seni BeaMr.CoWbOy Hızlanmaya Başladı Kim Tutar Seni Bea

Arrow Google Video Modu

 
Source/Subs.php'yi aç

Bul :


Kod:
array(
				'tag' => 'green',
				'before' => '<span style="color: green;">',
				'after' => '</span>',
			),
Öncesine ekle :

Kod:
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>',
			),
Post.template.php 'yi aç

Bul :


Kod:
'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),
Sonrasına EkLe :

Kod:
'google_video' => array('code' => 'google_video', 'before' => '[google_video=425,350]', 'after' => '[/google_video]', 'description' => $txt['google_video']),
languages/Modifications.turkish.php 'yi aç

Bul :


Kod:
?>
Öncesine ekLe :

Kod:
$txt['google_video'] = 'Google Video';

ekteki resmide temanız/images/bbc dizinine at google_video ismiyle atılacak

Yedeğinizi almayı unutmayın!!!


Resim :


Konu Mr.CoWbOy tarafından (29-06-2007 Saat 18:26 ) değiştirilmiştir..
Mr.CoWbOy Çevrimdışı   Alıntı ile Cevapla
Mr.CoWbOy isimli kullanıcıya, bu konu için teşekkür edenler:
ezay (16-02-2008)