Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 求读取数据库,论坛分区顺序号

[复制链接]
05309 发表于 2010-11-8 03:20:18 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X1.5
浏览器: IE6 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: #
本帖最后由 05309 于 2010-11-8 18:54 编辑

$sql = "SELECT * FROM ".DB::table('forum_forum')." WHERE status IN ('1','2') ORDER BY type, displayorder";
$query = DB::query($sql);
while($forum = DB::fetch($query)) {
if($forum['type'] != 'group') {
$todayposts += $forum['todayposts'];
if($forum['type'] == 'forum' && isset($catlist[$forum['fup']])) {
$catlist[$forum['fup']]['forums'][] = $forum['fid'];
$catlist[$forum['fup']]['posts'] += $forum['posts'];
$forumlist[$forum['fid']] = $forum;
} elseif(isset($forumlist[$forum['fup']])) {
$catlist[$forumlist[$forum['fup']]['fup']]['posts'] += $forum['posts'];
}
} else {
$catlist[$forum['fid']] = $forum;
}
}



论坛分区顺序号怎么调出来?帮忙在上面添加读取数据库
 楼主| 05309 发表于 2010-11-8 18:54:14 | 显示全部楼层
回复

使用道具 举报

 楼主| 05309 发表于 2010-11-9 17:45:49 | 显示全部楼层
还是靠自己快点,已经做出来了
回复

使用道具 举报

jojo_xiaoqi 发表于 2012-4-11 02:23:46 | 显示全部楼层
为什么不告诉我们怎么搞定的呢??谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-27 15:27 , Processed in 0.025694 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表