Şub 11
Hangi temayı kullanıyorsanız o tema’da style.css’i aç
BUL
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
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 »
Şub 11
Hangi temayı kullanıyorsanız o tema’da style.css’i aç
BUL
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
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 »
Ara 01
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 »
Kas 22
Ö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 »
Recent Comments