SMF Moderatörler Yanda Görünsün
(yedek alarak)Defult temada Boardindex.template'yi aç ınbu kodu bulun ve silin
sonra bu kodu bulun
bu kodla değiştirin
Modifikasyon sonucunda alt konuların devamında blok hatası oluşursa
bunu bulun
yazan yerdeki değeri 4 yapın veya blok sayınıza göre değeri yükseltin.
Edit : Aynı Görüntüyü Alt Kategoriler de de Elde Etmek İsteyenler Aynı İşlemleri MessageIndex.template.php Dosyasında da Yapabilirler...
Sadece Modifikasyon Sonucu Blok Hatası Oluşur İse Aşağıdaki Uygulamayı Yapınız...
Bul :
Değiştir :
(yedek alarak)Defult temada Boardindex.template'yi aç ınbu kodu bulun ve silin
PHP:
// 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>';
PHP:
/* 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" alt="Message Icon" align="absmiddle" />
', $txt['smf88'], ' ', $board['last_post']['link'], '<br />
', $txt[30], ' ', $board['last_post']['time'];
echo '
</span>
</td>
</tr>';
PHP:
/* 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']);
bunu bulun
PHP:
<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
PHP:
<td colspan="3" class="windowbg', !
Edit : Aynı Görüntüyü Alt Kategoriler de de Elde Etmek İsteyenler Aynı İşlemleri MessageIndex.template.php Dosyasında da Yapabilirler...
Sadece Modifikasyon Sonucu Blok Hatası Oluşur İse Aşağıdaki Uygulamayı Yapınız...
Bul :
PHP:
<td colspan="4" class="catbg">', $txt['parent_boards'], '</td
PHP:
<td colspan="6" class="catbg">', $txt['parent_boards'], '</td