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

 找回密码
 立即注册
搜索

[已答复] 帮我看下这个6.0的首页4格热帖代码是调用的本周热帖吗

[复制链接]
ziseqishi033 发表于 2010-6-2 11:34:34 | 显示全部楼层 |阅读模式
//热帖
$hack_cut_str = 26; //标题字数
$hack_cut_strauthor = 9;
$new_hot_threadlist = array();
$mthread = array();
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid AND t.displayorder not in (-1,-2) AND t.closed NOT LIKE 'moved|%' AND t.replies !=0 ORDER BY t.views DESC LIMIT 0, 9");
while($mthread = $db->fetch_array($query)) {
        $mthread['forumname'] = ereg_replace('<[^>]*>','',$mthread['name']);
        $mthread['view_subject'] = cutstr($mthread['subject'],$hack_cut_str);
        $mthread['view_lastposter'] = cutstr($mthread['lastposter'],$hack_cut_strauthor);
        $mthread['date']= gmdate("$dateformat $timeformat", $mthread['dateline'] + $timeoffset * 3600);
        $mthread['lastreplytime']= gmdate("$dateformat $timeformat", $mthread[lastpost] + ($timeoffset * 3600));
        if($mthread['highlight']) {
                $string = sprintf('%02d', $mthread['highlight']);
                $stylestr = sprintf('%03b', $string[0]);
                $mthread['highlight'] = 'style="';
                $mthread['highlight'] .= $stylestr[0] ? 'font-weight: bold;' : '';
                $mthread['highlight'] .= $stylestr[1] ? 'font-style: italic;' : '';
                $mthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
                $mthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : '';
                $mthread['highlight'] .= '"';
        } else {
                $mthread['highlight'] = '';
        }
        $new_hot_threadlist[] = $mthread;
}
$curdata .= "\$new_hot_threadlist = ".arrayeval($new_hot_threadlist).";\n\n";

        writetocache("showother", '', $curdata);
        include $cachename;
}
?>
回复

使用道具 举报

hellokai 发表于 2010-6-2 18:08:35 | 显示全部楼层
为什么 不见有什么人回复啦,抢沙发。
回复

使用道具 举报

 楼主| ziseqishi033 发表于 2010-6-3 01:06:26 | 显示全部楼层
怎么没人啊
大家帮我看看吧
用了这个代码是调用的论坛总热帖
而不是本周的 怎么改啊?
回复

使用道具 举报

 楼主| ziseqishi033 发表于 2010-6-3 23:32:56 | 显示全部楼层
帮我看看啊
回复

使用道具 举报

elevensky 发表于 2010-7-8 13:49:37 | 显示全部楼层
你再换个首页四格的插件呗。有好多版本有的有问题的是。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-8-30 13:12 , Processed in 0.084403 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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