Google video modu Ekleme

SMF 1.X.X No Comments »

source/Subs.php yi aç

BUL

?Download Download.txt
1
2
3
4
5
 array(
				'tag' => 'green',
				'before' => '<span style="color: green;">',
				'after' => '</span>',
			),

ÖNCESİNE EKLE

?Download Download.txt
1
2
3
4
5
6
7
8
9
10
11
12
 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>',
			),

Read the rest of this entry »

kategorilerin üstündeki tablo’da duyurulardaki yazıyı ortalamak

SMF 1.X.X No Comments »

Boardİndex.template.php ‘yi aç

BUL

?Download Download.txt
1
2
3
4
5
6
7
8
 	// Show the news fader?  (assuming there are things to show...)
	if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
	{
		echo '
	<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
		<tr>
			<td class="catbg"> &nbsp;', $txt[102], '</td>
		</tr>  </table>

Read the rest of this entry »

Duyurular Kısmında Düzenleme Yapmak

SMF 1.X.X No Comments »

Avatarın altındaki Duyuru Yazısını Ortalamak için :

index.template.php’de

BUL

?Download Download.txt
1
2
3
4
5
6
7
 // Show a random news item? (or you could pick one from news_lines...)
	if (!empty($settings['enable_news']))
		echo '
				<td width="90%" class="titlebg2">
					<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
				</td>';
	echo '

Read the rest of this entry »

SMF – Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

index.template.php de

BUL

?Download Download.txt
1
<body>';  </body>

DEĞİŞTİR

?Download Download.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<body>'; echo'
<script type="text/javascript">
 
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
 
omitformtags=omitformtags.join("|")
 
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
 
function reEnable(){
return true
}
 
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
 
</script>';  </body>

Read the rest of this entry »

Toplam 16 sayfa, 2. sayfa gösteriliyor.1234510...Son »
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş