XSiR.NeT | Temiz Internet » WeBMaSTeR » Forum Ve Portal Sistemleri » Smf » Moderatörleri Yanda Gösterin
kayit ol

Moderatörleri Yanda Gösterin

Forum Ve Portal Sistemleri forumlarındaki Moderatörleri Yanda Gösterin konusunu görüntülemektesiniz. boardindex.template.php de bul ve sil : Kod: // 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: ...


Yeni Konu aç  Cevapla
 
LinkBack Konu Seçenekleri Modları Göster
Eski 02-07-2008, 12:46   #1 (permalink)
Üstad
t-gun - ait Avatar
Durum:Offline
Üyelik Tarihi: Dec 2007
Nerden: Adana
Mesajlar: 5.964
Takım: Galatasaray
KanGrubu: 0 rh+
Eğitim: Ç.Ü Biyoloji
Sevdiği Bölüm: Galatasaray
Burcunuz: İkizler
Arkadaşları:9
Ettiği Teşekkür: 20
Aldığı Teşekkür 235
Xsir Gücü: 50
Xsir Puanı: 63
Xsir Grafiği: t-gun will become famous soon enough
Tanımlı Moderatörleri Yanda Gösterin



boardindex.template.php de bul ve sil :

Kod:
// 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>';

bul :

Kod:

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




altına ekle :

Kod:
<td class="moderator" 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 '
<div style="padding-top: 1px;" class="smalltext">' , implode('<br/>', $board['link_moderators']), '</div>';
echo'
</td>




bul :



Kod:
<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
<small><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</small>
</td>


</tr>';




değiştir :



Kod:

<td colspan="4" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
<span class="smalltext"><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</span>
</td>';






eklenti sonucu blok hatası oluşursa :


boardindex.template.php de bul :


Kod:

<td colspan="4" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">



değiştir :

Kod:
<td colspan="5" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">



messageindex.template.php de bul ve sil :


Kod:

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





bul :


Kod:

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






altına ekle :


Kod:

<td class="moderator" 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 '
<div style="padding-top: 1px;" class="smalltext">' , implode('<br/>', $board['link_moderators']), '</div>';
echo'
</td>





bul :


Kod:


<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
<small><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</small>
</td>


</tr>';




değiştir :




Kod:

<td colspan="4" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
<span class="smalltext"><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</span>
</td>';





eklenti sonucu blok hatası oluşursa :


messageindex.template.php de bul :


Kod:

<td colspan="4" class="catbg">', $txt['parent_boards'], '</td>




değiştir :

Kod:

<td colspan="6" class="catbg">', $txt['parent_boards'], '</td>





style.css aç ve bul :


Kod:

/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}




üstüne ekle :


Kod:

.moderator
{
color: #000000;
background-color: #E0E1E8;

}
.moderator, .moderator a:link, .moderator a:visited
{
font-weight: bold;
color: green;
font-style: normal;
}
__________________




Düşman kelimesinin anlamını arkadas sıfatını taşıyanlardan öğrendim
SAGOPA KAJMER


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Cevapla

Bookmarks

Konu Seçenekleri
Modları Göster

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık
Gitmek istediğiniz forumu seçin

Okuduğunuz Konuya Benzer Konular
Konu Konuyu Açan Forum Cevaplar Son Mesaj
vBulletin Sıkça Sorulan Sorular(Moderatörler Yanda Gözüksün) Trance-Apache Temel Webmasterlik Bilgileri 0 02-03-2008 10:19


Forum saati Türkiye saatine göredir. GMT +2. Şuan saat: 04:05 .
(Türkiye için GMT +2 seçilmelidir.)

Powered by: vBulletin Version 3.7.4
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Design by Htworks Licenced To XSiR.NeT | Temiz Internet