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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 首页四格带建站天数 for D5.0正式版(加天气预报显示)

[复制链接]
wh2206 发表于 2006-9-6 17:12:16 | 显示全部楼层 |阅读模式
小弟我第一次发插件,也不知道其他人发过没有,希望各位DZ长辈们支持下

这个是我根据4.1的改过来的,版权不是我^_^,喜欢的就用咯~~改之前请备份好。

演示地址:http://www.whgxw.com/


1‧在index.php找

} else {
        $showoldetails = false;
}


下面加上

$hack_subject_len=34; //每个标题最多显示得字数
$hack_subject_num=10; //需要显示记录数
//最新贴
$query = $db->query("SELECT dateline,tid,subject,author,views,replies FROM {$tablepre}threads ORDER BY dateline DESC LIMIT 0, $hack_subject_num");
while($thread = $db->fetch_array($query)) {
         $thread[subject0]=$thread[subject];
        $thread['subject'] = cutstr($thread['subject'], $hack_subject_len);
        $hack_newthreads_threadlist[] = $thread;
}


$threadview = $threadreply = array();

//最新回复
$query = $db->query("SELECT replies, tid, subject,author,views,lastposter FROM {$tablepre}threads where replies !=0 ORDER BY lastpost DESC LIMIT 0, $hack_subject_num");
        while($thread = $db->fetch_array($query)) {
                 $thread[subject0]=$thread[subject];
                $thread[subject] = cutstr($thread[subject], $hack_subject_len);
                $threadreply[] = $thread;
        }


再找

$newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;


下面加上

$today  = mktime (0,0,0,date("m")  ,date("d"),date("Y"));
$build_date = mktime (0,0,0,11,20,2005);//请修改后面的三个数字,分别代表你论坛运行第一天的月,日,年。
$build_days = (int)(($today-$build_date)/(24*3600));


2‧在discuz.htm 找

<!--{if !empty($newpmexists)}-->
        <div style="clear: both; margin-top: 5px">
        {template pmprompt}
        </div>
<!--{/if}-->


下面加上

{template hot_topics}


再找

<div class="right" style="line-height: 18px;">
<a href="search.php?srchfrom=$newthreads&searchsubmit=yes">{lang show_newthreads}</a> |
<!--{if $discuz_uid}-->
        <!--{if $allowuseblog}-->
                <a href="blog.php?uid=$discuz_uid" target="_blank">{lang blog}</a> |
        <!--{/if}-->
<!--{/if}-->
<a href="digest.php">{lang digest}</a> |
<a href="member.php?action=markread">{lang mark_read}</a>
<!--{if $rssstatus}--><a href="rss.php?auth=$rssauth" target="_blank"><img src="images/common/xml.gif" border="0" class="absmiddle" alt="{lang rss_subscribe_all}" /></a><!--{/if}-->
<br>
{lang total} <span class="smalltxt">$threads</span> {lang index_threads} / <span class="smalltxt">$posts</span> {lang index_posts} / {lang index_today} <span class="smalltxt">$todayposts</span> {lang index_posts}<br>
{lang total} <span class="smalltxt">$totalmembers</span> {lang index_members} / {lang welcome_newmember} <a href="viewpro.php?username=$memberenc"><span class="bold">$lastmember</span></a>
</div>


如果需要根据IP显示天气预报的请用以下代码替换,如果不需要的请全部删除

<div class="right" style="line-height: 18px;">
                <tr>
                  <td><div class=txt><IFRAME name=I1 marginWidth=0 marginHeight=0 src="http://weather.369.com/weather.html" frameBorder=0 width=178 scrolling=no height=50></IFRAME></div>
<div></div>
<!--CS--></td>
                </tr>
              </div>



3.上传hot_topics.htm到./templates/default 完成

[ 本帖最后由 wh2206 于 2006-9-30 13:39 编辑 ]

本帖子中包含更多资源

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

x
onlinexm 发表于 2006-9-6 18:07:12 | 显示全部楼层
已经有了~~~~ 还是要支持一下。
回复

使用道具 举报

gm8fox 发表于 2006-9-6 18:10:53 | 显示全部楼层
坑~~
回复

使用道具 举报

enbony 发表于 2006-9-6 18:15:04 | 显示全部楼层
成功了!谢谢分享!
顶啊!
回复

使用道具 举报

lukeliu 发表于 2006-9-6 18:43:42 | 显示全部楼层
谢谢分享!用上了!
http://xiushen.com/bbs/
回复

使用道具 举报

SilentHunter 发表于 2006-9-6 18:44:54 | 显示全部楼层
支持下吧
回复

使用道具 举报

jackerbauer 发表于 2006-9-6 18:49:08 | 显示全部楼层
支持一下吧
回复

使用道具 举报

qianmeng 发表于 2006-9-7 00:17:36 | 显示全部楼层
继续支持
回复

使用道具 举报

黄箭 发表于 2006-9-7 01:31:38 | 显示全部楼层
收下了
回复

使用道具 举报

缘亦如此 发表于 2006-9-7 01:46:59 | 显示全部楼层
这个要支持下!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 17:04 , Processed in 0.032761 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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