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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 【for D4.0 + D4.1】首页三格帖子调用(新帖+新回复+热帖/新帖+新回复+精华)+美化+作者

[复制链接]
mengxinxu99 发表于 2006-4-28 04:06:23 | 显示全部楼层
想请问的是如何调用当日的热门主题?
回复

使用道具 举报

mengxinxu99 发表于 2006-5-1 21:00:50 | 显示全部楼层
4.0的精华贴是不是有问题呢?
回复

使用道具 举报

kiki-x 发表于 2006-5-7 22:42:06 | 显示全部楼层
幫頂~~
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-5-13 14:01:36 | 显示全部楼层
kiki消失了..
回复

使用道具 举报

boyang.com.cn 发表于 2006-8-10 17:47:21 | 显示全部楼层
什么时候出Discuz! 5.0的呀????????
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-8-14 20:53:06 | 显示全部楼层
这个就不清楚了,用5.0的时候才会改改
回复

使用道具 举报

shiyou 发表于 2006-8-15 20:32:03 | 显示全部楼层
各么我想问一下,刚才我在前面回复帖里也仔细翻了一下..也有人提问..但是没解决的.

就是这个会在每个分版下面出现..

各么不好意思咯..我把三格变成两格了..因为版面本身就小...三格的话..模版不够分配..>"<

回复

使用道具 举报

hubingandtvb 发表于 2006-8-16 16:03:41 | 显示全部楼层
谢谢了
这个好象比较简单
回复

使用道具 举报

hubingandtvb 发表于 2006-8-16 23:25:22 | 显示全部楼层
可以少点吗
一下子显示15 个好象太多了
回复

使用道具 举报

weike1130 发表于 2006-8-21 13:46:30 | 显示全部楼层
DZ5.0是在upload\discuz.php里修改(以改为8个帖显示为例)::

//新贴//
$hack_cut_str =29; //修改标题显示字数
$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");

//新回覆
$hack_cut_str = 29; //修改标题显示字数
$hack_cut_strauthor = 9;
$new_reply_threadlist = array();
$rthread = 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 ORDER BY t.lastpost DESC LIMIT 0, 8");

//热帖
$hack_cut_str = 29; //修改标题显示字数
$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.closed NOT LIKE 'moved|%' AND t.replies !=0 ORDER BY t.views DESC LIMIT 0, 8");
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 03:43 , Processed in 0.030871 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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