SMF Moderatörler Yanda Görünsün

Son güncelleme: 06.08.2008 15:03
  • (yedek alarak)Defult temada Boardindex.template'yi aç ınbu 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([/swf2][swf3], $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" alt="Message Icon" align="absmiddle" />
    ', $txt['smf88'], ' ', $board['last_post']['link'], '<br />
    ', $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([/swf2][swf3], $board['link_moderators']);


    Modifikasyon sonucunda alt konuların devamında blok hatası oluşursa

    bunu bulun
    <td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '[/swf2][swf3]">


    <td colspan="3" class="windowbg', ! 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 :

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

    Değiştir :

    <td colspan="6" class="catbg">', $txt['parent_boards'], '</td
#16.01.2008 08:20 0 0 0
  • Tebrik ederim güzel anlatım arkadaşım
#06.08.2008 15:03 0 0 0