SMF Mesaj, Konu ve Son Mesajlar Kısmının Yerlerini Değiştirme....

Son güncelleme: 30.07.2010 10:14
  • noimage



    Boardindex.template.php yi Aç ve Bul :

    // Show some basic information about the number of posts, etc.
    echo '
    </td>
    <td class="windowbg" valign="middle" align="center" style="width: 12ex;"><span class="smalltext">
    ', $board['posts'], ' ', $txt[21], ' <br />
    ', $board['topics'],' ', $txt[330], '
    </span></td>
    <td class="windowbg2" valign="middle" width="22%">
    <span class="smalltext">';

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

    Değiştir :

    // Show some basic information about the number of posts, etc.
    echo '
    </td>

    <td class="windowbg2" valign="middle" width="22%">
    <span class="smalltext">';

    /* 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" valign="middle" align="center" style="width: 12ex;"><span class="smalltext">
    ', $board['posts'], ' ', $txt[21], ' <br />
    ', $board['topics'],' ', $txt[330], '
    </span></td>
#18.01.2008 00:42 0 0 0
  • teşekkürler
#09.02.2008 22:04 0 0 0
  • yokk link ölüü:(
#02.04.2010 13:19 0 0 0
  • Link ölü derken ? Ortada zaten link yok.Kodları değiştirip yapıcaksın arkadaşım.
#30.07.2010 10:14 0 0 0