Smf Destek !!
-
Selam Değerli Karderşlerim:
Gördüğüm kadarıyla Web programlama bölümünde bir çok arkadaşımız farklı konular açarak Smf konusunda bilgi talep ediyorlar. Bu bilgiler, Sorular ve Paylaşımları daha kullanışlı ve Tek bir yerde toplamaya yarar var diye düşündüm.
Bundan Böyle Smf ile alakalı her türlü Sorularınızı, Modifikasyon istek ve Paylaşımlarınızı, Tema istek ve paylaşımlarınızı buradan yapabilirsiniz. Şahsen size birebir yardım etmeye çalışacağım.
Selametle kalın. -
Connection Problems Hatasını Türkçe Yapınız...!!!
sources/subs-auth.php dosyasını aç
<html>
<head>
<title>Connection Problems</title>
</head>
<bOdy>
<h3>Connection Problems</h3>
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.
</bOdy>
</html>’;
O Kısımda Yazıyı Gördünüz Bunu İstediğiniz Şekilde Değiştirebilirsiniz
<html>
<head>
<title>Bağlantıda Problem Var.</title>
</head>
<bOdy>
<h3>Bağlantıda Problem Var .</h3>
Hemen Telaşa Kapılma, Geçiçi Bir Sorun Yakında Düzelecektir.
</bOdy>
</html>’; -
Kimler Online Listesinde Adminin Yaptıklarını Gizleme
Themes/default/Who.template.php dosyasını açın ve alttaki kodları aratın.
<td>’, $member[’action’], ’</td>
alttakilerle değiştirin.
<td>’;
if($member[’id’] == "1")
echo’<font color=red><b>Adminler Görünmez!</b></font>’;
else
echo’
’, $member[’action’], ’’;
echo’
</td>
Üstte yazdığım "Adminler Görünmez" kısmını Kendinize göre değiştirebilirsiniz. -
Benim Temaya İhtiyacım var :(
-
Moderatörleri Sağ Tarafa Alma
Defult temada Boardindex.template’yi aç ın bu kodu bulun ve silin :
// Show the "Moderators: ". Each has name, href, link, and id. (but we’re gonna use link_moderators.) if (!empty($board[’moderators’]))
echo ’
<div style="padding-top: 1px;" class="smalltext"><i>’, count($board[’moderators’]) == 1 ? $txt[298] : $txt[299], ’: ’, implode(’, ’, $board[’link_moderators’]), ’</i></div>’;
sonra bu kodu bulun :
//* The board’s and children’s ’last_post’s have:
time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
link, href, subject, start (where they should go for the first unread post.),
and member. (which has id, name, link, href, username in it.) */
if (!empty($board[’last_post’][’id’]))
echo ’
<b>’, $txt[22], ’</b> ’, $txt[525], ’ ’, $board[’last_post’][’member’][’link’] , ’<br /><img src= " , $settings images_url , /post/ , $board last_post icon , .gif"> ’, $txt[30], ’ ’, $board[’last_post’][’time’];
echo ’
</span>
</td>
</tr>’;
Bu Kodla değiştirin :
//* The board’s and children’s ’last_post’s have:
time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
link, href, subject, start (where they should go for the first unread post.),
and member. (which has id, name, link, href, username in it.) */
if (!empty($board[’last_post’][’id’]))
echo ’
<b>’, $txt[22], ’</b> ’, $txt[525], ’ ’, $board[’last_post’][’member’][’link’] , ’<br />
’, $txt[’smf88’], ’ ’, $board[’last_post’][’link’], ’<br />
’, $txt[30], ’ ’, $board[’last_post’][’time’];
echo ’
</span></td>
<td class="windowbg" align="center" valign="middle" width="10%">
<span class="smalltext">’;
// Show the "Moderators: ". Each has name, href, link, and id. (but we’re gonna use link_moderators.)
if (!empty($board[’moderators’]))
echo ’
<b>’, count($board[’moderators’]) == 1 ? $txt[298] : $txt[299], ’:</b> ’, implode(’, ’, $board[’link_moderators’]);
Hepsi Bu kadar (Denenmiştir) -
sole guzel temalar paylassan ?
-
Türkçe Temalar
SMFone
lg-Oh
Helios
Dilber MC
Red Darkness
Eşsiz Unique Multicolor
Saf-MultiColor
EPIC MultiColor
BB Black
Nostalgia
Cerberus
Birisi Tema Mı Dedi ? :D -
-
Linklerin Üzerinde Kıvılcım Çıksın
Kullandığınız temanın style.css açın ve en altta bu kodları ekleyin :
/* ***** don’t change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
a:hover{background-image:url(’images/link-back.gif’);}
A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }
Sonra bu resmi de kullandığınız temanın images klasörü içinde atın :
http://img508.imageshack.us/img508/9262/linkbackpq4.gif
Hepsi bu kadar. -
ellerine saglık
-
smfyi sevmıyorum :)
ama en güvenli sistem sanırım elimiz mahkum :P
