Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: forum sıralaması

Author Message

Xiao

Moderators


Online status

866 posts
http://www.seditione.com
Pagerank: 0

Location: Turkey Trabzon
Occupation: Orman Mühendisi
Age: 30

#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))
          {
          $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&amp;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" => "",
          ));
          }
bunlar!Yardımcı olursan sevinirim
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com

Dvdbil

Administrator


Online status

2,178 posts
http://www.seditio-tr.com
Pagerank: 3

Location: Turkey istanbul
Occupation: Web Site(ler) İşletmeciliği :)
Age: 28

#4934   2007-07-22 22:36 GMT      
Bu konuda hiç bilgim yok, ama not alıyorum..
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205]