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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

下载16.8万次缓存版(自动,手动|四格,五格|6.0,6.1,7.0|gbk,utf-8)[版主通过]

[复制链接]
王厚印 发表于 2008-1-19 18:19:55 | 显示全部楼层
//新贴//
$hack_cut_str = 30; //修改标题显示字数
$hack_cut_strauthor = 9;
$new_post_threadlist = array();
$nthread = array();
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid   ORDER BY t.dateline DESC LIMIT 0, 8");
while($nthread = $db->fetch_array($query)) {
        $nthread['forumname'] = $nthread['name'];
        $nthread['view_subject'] = cutstr($nthread['subject'],$hack_cut_str);
        $nthread['view_author'] = cutstr($nthread['author'],$hack_cut_strauthor);
        $nthread['date']= gmdate("$dateformat $timeformat", $nthread['dateline'] + $timeoffset * 3600);
        $nthread['lastreplytime']= gmdate("$dateformat $timeformat", $nthread[lastpost] + ($timeoffset * 3600));
        if($nthread['highlight']) {
                $string = sprintf('%02d', $nthread['highlight']);
                $stylestr = sprintf('%03b', $string[0]);
                $nthread['highlight'] = 'style="';
                $nthread['highlight'] .= $stylestr[0] ? 'font-weight: bold;' : '';
                $nthread['highlight'] .= $stylestr[1] ? 'font-style: italic;' : '';
                $nthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
                $nthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : '';
                $nthread['highlight'] .= '"';
        } else {
                $nthread['highlight'] = '';
        }
        $new_post_threadlist[] = $nthread;
}
//新贴//

我只想调用第一大板块的新帖需要怎么修改呀???
回复

使用道具 举报

51好东西 发表于 2008-1-20 01:09:01 | 显示全部楼层
支持
回复

使用道具 举报

畅意三江水 发表于 2008-1-20 02:37:11 | 显示全部楼层
http://www.7cco.com/bbs/index.php

首页六格(图+新帖+回复+热门+精华+排名).rar (24.82 KB)

我下载的这个··图片调用无效  谁能指点下
回复

使用道具 举报

yhvwcn 发表于 2008-1-20 13:59:16 | 显示全部楼层
留位学习,支持DZ

好贴,学习中,呵呵,支持楼主
回复

使用道具 举报

xiaojin628 发表于 2008-1-20 15:25:49 | 显示全部楼层
非常感谢楼主老大为我们提供这么好的资源.
我在论坛里已经装上了5格,6.0(0904)我是直接安装的
图片显示和今日发贴很正常,但是新贴、回复和热门贴完全没有显示,是怎么回事??
望楼主帮忙解决,万分感激。
地址:
http://bbs.lq366.cn/
回复

使用道具 举报

赢在中国 发表于 2008-1-20 17:26:05 | 显示全部楼层
非常好,十分感谢,一定收藏!
回复

使用道具 举报

wonderxhd 发表于 2008-1-20 21:50:18 | 显示全部楼层
强帖留名
谢谢楼主
回复

使用道具 举报

杨永全 发表于 2008-1-20 22:47:44 | 显示全部楼层
感谢楼主了。。。
回复

使用道具 举报

95wood 发表于 2008-1-21 00:46:44 | 显示全部楼层
LZ好,我安装了“首页四格插件6.0正式版UTF-8”插件后,论坛图片处出现了“Warning: shuffle() expects parameter 1 to be array, boolean given in /home/.zaw/xiaodao/www.xiaodao163.cn/pic.php on line 39”这些字符,而没图片。

请帮忙指点一下!http://www.xiaodao163.cn/index.php

发了个截图在附件里。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

mmliquan 发表于 2008-1-21 11:09:56 | 显示全部楼层
谢谢楼主,十分好用
我的论坛已用上
www.gogobank.net/bbs
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-13 13:16 , Processed in 0.627415 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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