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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

非常简洁的今日发帖排行榜

[复制链接]
拳头 发表于 2008-10-6 20:06:48 | 显示全部楼层 |阅读模式
先看效果:


打开index.php
查找:
  1. $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
复制代码
后面加:
  1. $tomonth=date(n);
  2. $todate=date(j);
  3. $toyear=date(Y);
  4. $time=mktime(0,0,0,$tomonth,$todate,$toyear);
  5. $query=$db->query("select count(pid) as num,authorid,author from $tablepre"."posts where dateline>=$time group by authorid order by num desc limit 0,10");
  6. while($result=$db->fetch_array($query)){
  7.         $poststar.="<a href=space.php?uid=".$result[authorid].">".cutstr($result[author],10)."</a> <font color=red>[".$result[num]."]</font>  ";
  8. }
复制代码
limit 0,10");10为显示会员人数,[author],10).10为会员ID字符

discuz.htm
查找:
  1. <!--{if empty($gid) && $announcements}-->
复制代码
上面添加:
  1. <div class="popupmenu_popup">今日发帖排行榜:$poststar</div><br />
复制代码

[ 本帖最后由 拳头 于 2008-10-7 11:54 编辑 ]

本帖子中包含更多资源

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

x

评分

2

查看全部评分

singlin 发表于 2008-10-6 20:14:43 | 显示全部楼层
沙发~
顶!
支持好东西!
回复

使用道具 举报

 楼主| 拳头 发表于 2008-10-6 20:22:30 | 显示全部楼层
首页N格不喜欢,调下这个就行,感觉还行
回复

使用道具 举报

popuppp 发表于 2008-10-6 20:26:14 | 显示全部楼层

回复 3# 拳头 的帖子

支持支持,拳头,你QQ不在?我找你学风格呢
回复

使用道具 举报

终端传媒 发表于 2008-10-6 23:38:08 | 显示全部楼层
谢谢   
回复

使用道具 举报

 楼主| 拳头 发表于 2008-10-7 01:49:36 | 显示全部楼层
今晚得再美化下
回复

使用道具 举报

Flykaoyan 发表于 2008-10-7 01:57:43 | 显示全部楼层

回复 6# 拳头 的帖子

拳头哥真我偶像啊,辛苦了,老哥
回复

使用道具 举报

h0138197 发表于 2008-10-7 02:00:36 | 显示全部楼层
拳头的东西绝对顶
回复

使用道具 举报

popuppp 发表于 2008-10-7 02:11:55 | 显示全部楼层

回复 8# h0138197 的帖子

(::15::) 说的正确
回复

使用道具 举报

 楼主| 拳头 发表于 2008-10-7 02:15:14 | 显示全部楼层
一群夜猫 提提神

本帖子中包含更多资源

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

x
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 00:20 , Processed in 0.209276 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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