| Author | Message |
chernotr
60 posts |
#5495 2007-08-03 18:34 GMT |
|
dvdbil burdaki gibi nasıl yapabilirim
|
|
Kaan
2,082 posts |
#5498 2007-08-03 20:25 GMT |
|
Forumlarımızda yeterince var azcık araştırma yap mutlaka bulucaksın.
|
|
chernotr
60 posts |
#5524 2007-08-04 16:07 GMT |
|
|
|
Kaan
2,082 posts |
#5526 2007-08-04 16:13 GMT |
|
son forum konuları diye aratırsan bir sürü seçenek çıkar.
http://ntka.org/page.php?id=314 fazla arama burdan indir. |
|
chernotr
60 posts |
#5528 2007-08-04 16:20 GMT |
|
zaten bende senden indirdim ama o resimdeki gibi olmuyor
|
|
babakonda
120 posts |
#5532 2007-08-04 16:44 GMT |
|
Code: <?PHP Bunu Dene...Resimdeki Stil..
/* ==================== Land Down Under - Website engine Copyright Kaan http://www.ntka.org [BEGIN_SED] File=plugins/latestposts/latestposts.php Version=2 Updated= Type=Plugin Author=| Kaan | www.ntka.org a.q bunu yanlış yazanın İpneler adam gibi yazın yazıyorsanız. Description=Ana Sayfada Son Forum Konulari [END_SED] [BEGIN_SED_EXTPLUGIN] Code=latestposts Part=main File=latestposts Hooks=index.tags Tags=index.tpl:{PLUGIN_latestposts} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Hacking attempt."); } $plimit = "20"; // define number of rows you want to see... $sql = sed_sql_query("SELECT t.ft_id, t.ft_sectionid, t.ft_title, t.ft_updated, t.ft_postcount, t.ft_viewcount, t.ft_lastposterid, t.ft_lastpostername, s.fs_id, s.fs_title, s.fs_category FROM $db_forum_topics t,$db_forum_sections s WHERE t.ft_sectionid=s.fs_id AND t.ft_movedto=0 AND t.ft_mode=0 ORDER by t.ft_updated DESC LIMIT $plimit"); $latestposts = "<table class='cells' width='100%' cellspacing='3' cellpadding='0' align='center'>"; $latestposts .= "<tr><td class=\"coltop\">Konu</td><td class=\"coltop\">Mesajlar</td><td class=\"coltop\">Okunma</td><td class=\"coltop\">Son Gönderen</td><td class=\"coltop\">Tarih</td></tr>"; $ii=0; while ($row = sed_sql_fetcharray($sql)){ if (sed_auth('forums', $row['fs_id'], 'R')){ $ii++; $img = ($usr['id']>0 && $row['ft_updated']>$usr['lastvisit']) ? "<a href=\"forums.php?m=posts&q=".$row['ft_id']."&n=unread#unread\"><img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a>" : "<a href=\"forums.php?m=posts&q=".$row['ft_id']."\"><img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a> "; $latestposts .= "<tr><td> "; $latestposts .= $img." <a href=\"forums.php?m=posts&q=".$row['ft_id']."\">".sed_cc(sed_cutstring(stripslashes($row['ft_title']),38))."</a></td>"; $latestposts .="<td> (" .$row["ft_postcount"]. ") </td>"; $latestposts .="<td> (" .$row["ft_viewcount"]. ")</td>"; $latestposts .= "<td> <a href='users.php?m=details&id=".$row["ft_lastposterid"]."'>".$row["ft_lastpostername"]."</a></td>";$latestposts .= "<td> ".date($cfg['formatmonthdayhourmin'], $row['ft_updated'] + $usr['timezone'] * 3600)."</td></tr>"; } } if($ii==0){ $latestposts .= "<tr><td colspan=\"5\"><center><font color='red'>Son Forum Konularını Görmek için Giriş Yapınız</font></center></td></tr>"; } $latestposts .= "</table>"; $t-> assign(array( "PLUGIN_latestposts" => $latestposts, )); ?> |
|
|
Kah Ç?kar?m Gökyüzüne ?zlerim El aLemi Kah ?nerim Yeryüzüne ?zler El Alem Beni
|
|
Kaan
2,082 posts |
#5534 2007-08-04 17:00 GMT |
|
çogunluk benim sitedekini kullanıyor yukardaki kodlar benim sitedekinin bir yerde yanlış yapıyorsunuzdur. bende aynı eklentiyi kullanıyorum sorun yok.
|
|
babakondaa
45 posts |
#5540 2007-08-04 17:28 GMT |
|
Sadece Coltop Ekledim.Ama Resimdeki Gibi Olduğuna Eminim.
|
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Latest Post | 4 | rocktutkunu | 79 Gün |
| Latest Post Gorunumu | 8 | MUST! | 56 Gün |
| Latest Post eklentisi varmı ? | 2 | TRouBLeSHooTeR | 15 Gün |
| latest post görünümü arkadaşlar lütfen yardım edin | 18 | TRouBLeSHooTeR | 107 Gün |
| Deişik bir haberler stili | 4 | Black_Kin? | 273 Gün |




