Misafir Misafir
| Konu: Anasayfada Son mesajları ziyaretçilerden Gizleme Paz Mart 02, 2008 4:55 pm | |
| İçerik Gizlenmiştir Görebilmek için Konuya Mesaj atınız . Modifications.turkish.php yi aç bul - Kod:
-
?> Üstüne ekle - Kod:
-
$txt[1234] = 'Son Mesajları Görüntülemek için Lütfen <a href="' . $scripturl . '?action=login"><font color=red><b>giriş yapın</b></font><a href="' . $scripturl . '?action=register"> Yada <font color=red><b>üye olun</b></font></a> '; Boardindex.template.php de bul - Kod:
-
// 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> Devamına ekle - Kod:
-
'; if ($context['user']['is_logged']) { echo' 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> </td> Devamına ekle - Kod:
-
'; } else { echo' <td class="windowbg2" valign="middle" width="22%"> <span class="smalltext">', $txt[1234], '</span> </td>'; } echo' Recent.template.phpyi aç bul - Kod:
-
?> üstüne ekle - Kod:
-
is_not_guest(); |
|