Temanizin Boardindex.template.php Dosyasini Acin
Moderator Bolumu
bunu 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>’;
bunu 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 />
‘, $txt['smf88'], ‘ ‘, $board['last_post']['link'], ‘<br />
‘, $txt[30], ‘ ‘, $board['last_post']['time'];
echo ‘
</span>
</td>
hemen altina bunu ekleyin
<td class=”windowbg” valign=”middle” align=”center” style=”width: 12ex;”><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”><i>’, count($board['moderators']) == 1 ? $txt[298] : $txt[299], ‘: ‘, implode(‘, ‘, $board['link_moderators']), ‘</i></div>’;
</span></td>
[hepsi bu kadar
dikkat yazinin en altindaki bolumu uygulayin
Konu Mesaj Bolumunu Ayirmak
bunu bulun
// 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”>’;
bununla degistirin
// 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], ‘ </span></td>
<td class=”windowbg” valign=”middle” align=”center” style=”width: 12ex;”><span class=”smalltext”>
‘, $board['topics'],’ ‘, $txt[330], ‘
</span></td>
<td class=”windowbg2″ valign=”middle” width=”22%”>
<span class=”smalltext”>’;
hepsi bu kadar [b]dikkat alttaki bolumu uygulayin
uygulanacak bolum
bu bolumu eger alt forumlariniz varsa uygulamaniz gerekiyor yoksa alt bolumler eksik yani tablo hatali cikiyor
bu kodu bulun
<td colspan=”3″ class=”windowbg’, !empty($settings['seperate_sticky_lock']) ? ’3′ : ”, ‘”>
eger ustteki modifikasyonlardan sadece birini yaptiysaniz colspan=”3″ degerini 4 yapin ikisini birden uyguladiysaniz 5 yapin iste hersey sadece bu kadar basit sadece biraz html bilginiz olsun cozemiyeceginiz problem yok
Alintidir..!