Sitenin arkaplan resmini değiştirme

SMF 1.X.X 1 Comment »

Hangi temayı kullanıyorsanız o tema’da style.css’i aç

BUL

?Download Download.txt
1
2
3
4
5
6
7
 /* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

DEĞİŞTİR

?Download Download.txt
1
2
3
4
5
6
7
8
 /* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 12px 30px 4px 30px;
             background-image: url(images/arka.gif);
}

Read the rest of this entry »

Siteye arkaplan resmi ekleme

SMF 1.X.X No Comments »

Hangi temayı kullanıyorsanız o tema’da style.css’i aç

BUL

?Download Download.txt
1
2
3
4
5
6
7
 /* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

DEĞİŞTİR

?Download Download.txt
1
2
3
4
5
6
7
8
 /* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 12px 30px 4px 30px;
             background-image: url(images/arka.gif);
}

Read the rest of this entry »

Alt Kategorilerin Önüne Açık/Kapalı İcon Koyma

SMF 1.X.X No Comments »

Default Temada Alt Kategorilerin Önüne Açık/Kapalı İcon Koyma

Yeni bir Mesaj Olduğunda Mavi İcon, Olmadığında İse Kırmızı İcon Çıkar…

Default/Boardindex.template.php de Aşağıdaki Kodu

BUL:

						$child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')">' . $child['name'] . '</a>';
							$children[] = $child['new'] ? '<b>' . $child['link'] . '</b>' : $child['link'];

Read the rest of this entry »

Avatarı olmayan üye’ye otomatik avatar ayarlama

SMF 1.X.X No Comments »

Önce avatarı olmayan üye’ye bir avatar belirleyin. mesela bu isim autoavatar.jpg olsun. images klasörünüze yükleyin daha sonra yapmanız gereken

Display.template.php açın

BUL

if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))

				echo '
								<div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';

Read the rest of this entry »

Toplam 2 sayfa, 1. sayfa gösteriliyor.12
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş