Duyurular kasmında bazı düzenlemeler yapmak

SMF 1.X.X No Comments »

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

index.template.php’de

BUL

// 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 '

DEĞİŞTİR

// 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"><center><b>', $txt[102], '</b></center>: ', $context['random_news_line'], '</span>
				</td>';
	echo '

Sitenizden Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

Bu işlem için

index.template.php de

BUL

</head><body>';

Read the rest of this entry »

Geçiş Efekti Nasıl yapılır

SMF 1.X.X No Comments »

Geçiş Efekti

index.template.php içinde

Bul

<meta name="description" content="', $context['page_title'], '" />

Read the rest of this entry »

Smf’de sitenin arka plan resmini değiştirme işlemi

SMF 1.X.X No Comments »

Smf’de sitenin arka plan resmini değiştirme işlemi

Sitenizde kullandığınız Temanın style.css dosyasını açın

ve aşağıdaki kodu bulun
Read the rest of this entry »

Toplam 16 sayfa, 10. sayfa gösteriliyor.« İlk...89101112...Son »
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş