> 1 <
Etiketler: forum sıralaması
| Author | Message |
Xiao
866 posts |
#4913 2007-07-22 15:50 GMT |
|
Dvdbil daha önceki sitelerimde de görmüştün alt forumu sorunsuzca çalıştırıyordum.Örneğin Forum 1 Forum 2 Forum 3 Forum 4 şeklinde alt forumlarımız olsun.ben bunları: Forum1 Forum2 Forum3 Forum4 şeklinde sıralayabiliyorum.Fakat bunu 2 li yani Forum1 Forum2 Forum3 Forum4 şeklinde birtürlü sıralayamadım.Kategorileri gösteren kodlar forums.inc.php deki kodlar yani Code: while ($sufor = sed_sql_fetcharray($sql3)) bunlar!Yardımcı olursan sevinirim { $sufor['fs_title'] = stripslashes($sufor['fs_title']); $t-> assign(array( "FORUMS_SECTIONS_ROW_SF_TITLE" => $sufor['fs_title'], "FORUMS_SECTIONS_ROW_SF_URL" => "forums.php?m=topics&s=".$sufor['fs_id'], )); $t->parse("MAIN.FORUMS_SECTIONS_ROW.FORUMS_SECTIONS_ROW_SECTION.FORUMS_SECTIONS_ROW_SF"); $tct = $tct + $sufor['fs_topiccount'] + $sufor['fs_topiccount_pruned']; $pct = $pct + $sufor['fs_postcount'] + $sufor['fs_postcount_pruned']; $tc = $tc + $sufor['fs_topiccount']; $pc = $pc + $sufor['fs_postcount']; $vc = $vc + $sufor['fs_viewcount']; $vcs = $vcs + $sufor['fs_viewcount_short']; } $fsn['fs_topiccount_all'] = $fsn['fs_topiccount'] + $fsn['fs_topiccount_pruned'] + $tct; $fsn['fs_postcount_all'] = $fsn['fs_postcount'] + $fsn['fs_postcount_pruned'] + $pct; $fsn['fs_topiccount'] = $fsn['fs_topiccount'] + $tc; $fsn['fs_postcount'] = $fsn['fs_postcount'] + $pc; $fsn['fs_viewcount'] = $fsn['fs_viewcount'] + $vc; $fsn['fs_viewcount_short'] = $fsn['fs_viewcount_short'] + $vcs; $fsn['fs_newposts'] = '0'; $fsn['fs_desc'] = sed_bbcode($fsn['fs_desc']); $fsn['fs_desc'] .= ($fsn['fs_state']) ? " ".$L['Locked'] : ''; if ( sed_sql_numrows($sql3) > '1' ) { $t-> assign(array( "FORUMS_SECTIONS_ROW_SF" => $L['Subforums'].":", )); } elseif ( sed_sql_numrows($sql3) == '1' ) { $t-> assign(array( "FORUMS_SECTIONS_ROW_SF" => $L['Subforum'].":", )); } else { $t-> assign(array( "FORUMS_SECTIONS_ROW_SF" => "", )); } |
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
Dvdbil
2,178 posts |
#4934 2007-07-22 22:36 GMT |
|
Bu konuda hiç bilgim yok, ama not alıyorum..
|
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Forumlarda Kategori Sıralaması | 2 | Dvdbil | 418 Gün |
| Son Yazdığı Forum Mesajları, Son Açtığı Forum Konuları ve News | 5 | Kaan | 230 Gün |
| Chat İndex Forum Forum Post İçin Hazırlandı | 10 | MadowNzer | 142 Gün |
| Forum | 3 | Kaan | 343 Gün |
| Forum Url | 9 | dark-shark | 539 Gün |




