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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 首页四格-随机图片调用+最新话题+最新回复+精华帖或任意组合(20061028最新更新)

[复制链接]
 楼主| H5N1 发表于 2006-9-20 00:27:24 | 显示全部楼层
都不用感谢,你们能用上就是我最大的希望和安慰!

不过,求助不能显示图片的过一半人都是论坛里面没有图片而大叫的,
没有图片又如何显示呢?!晕死了,过于粗心哦。
回复

使用道具 举报

ragnarok2 发表于 2006-9-20 09:45:25 | 显示全部楼层
谢谢楼主, 看过那么多的首页四格, 感覺你的最好, 夠简单
回复

使用道具 举报

19851021 发表于 2006-9-22 10:58:57 | 显示全部楼层
收藏了
谢谢楼主 了
回复

使用道具 举报

xky691 发表于 2006-9-24 00:39:41 | 显示全部楼层
已弄好,顶一下
回复

使用道具 举报

spopeye 发表于 2006-9-24 14:09:49 | 显示全部楼层
首页调用成功,Happy!
回复

使用道具 举报

hszl 发表于 2006-9-24 14:13:12 | 显示全部楼层
支持下,不错~
回复

使用道具 举报

hszl 发表于 2006-9-24 14:14:38 | 显示全部楼层
PS:会不会影响速度呢?
回复

使用道具 举报

八方 发表于 2006-9-24 22:41:34 | 显示全部楼层
最热主题不能按时间段显示,怎么解决?
或替换为受时间限制的热帖『同样是修改(已经改好的)index.php』:


[Copy to clipboard]CODE:
//热帖
$hack_cut_str = 29; //修改标题显示字数
$hack_cut_strauthor = 9;
//这个可以选择安装或者不安装//
//热贴指定天数//
$this_time= time();
$sort_time = $today - ( 60*60*24*7); //7天内
$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.closed NOT LIKE 'moved|%' AND t.replies !=0 and t.dateline > $sort_time ORDER BY t.views DESC LIMIT 0, 10"); //修改显示帖子条数
while($mthread = $db->fetch_array($query)) {
        $mthread['forumname'] = $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;
}
//热帖,四格代码结束//
回复

使用道具 举报

bigdonkey 发表于 2006-9-25 07:48:15 | 显示全部楼层
正在使用,谢谢楼主!

http://www.bbstz.cn
回复

使用道具 举报

 楼主| H5N1 发表于 2006-9-26 01:52:14 | 显示全部楼层
回复48楼的朋友:
非常抱歉,原帖漏了一个步骤,现在已经补上了。
请按照原帖做就好了。
抱歉!!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-23 19:58 , Processed in 0.031714 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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