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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 论坛5格中 今日发帖改成一周发帖 请问改动哪些代码

[复制链接]
tx366 发表于 2010-4-8 18:41:50 | 显示全部楼层 |阅读模式
本帖最后由 tx366 于 2010-4-8 18:42 编辑

<!-- 首页五格代码开始 -->
<div class="mainbox forumlist" style="padding:0;">
        <table cellspacing="0" cellpadding="0">
                <thead class="category">
                <tr>
                        <td align="center" style="padding:0 1px 0 0"><h3>≡ 论坛图片 ≡</h3></td>
                        <td align="center" style="padding:0"><h3>≡ 最新帖子 ≡</h3></td>
                        <td align="center" style="padding:0 1px 0 1px"><h3>≡ 最新回复 ≡</h3></td>
                        <td align="center" style="padding:0"><h3>≡ 本周热门 ≡</h3></td>
                        <td align="center" style="padding:0 0 0 1px"><h3>今日发帖</h3></td>
                </tr>
                </thead>
                <tr>
                        <td width="24%">
                                <script type="text/javascript" src="pic.php"></script>
                        </td>
                        <td width="21%">
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr valign="top">
                                                <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
                                                <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
                                                <!--{loop $new_post_threadlist $nthread}-->
                                                        <!--{if $nthread[replies]}-->
                                                                <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新帖子 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回复: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]'>$nthread[view_subject]</a></div>
                                        <!--{else}-->
                                                                <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新帖子 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回复: 暂时没有回复'>$nthread[view_subject]</a></div>
                                                        <!--{/if}-->
                                                <!--{/loop}-->
                                                </td>
                                        </tr>
                                </table>
                        </td>
                        <td width="21%">
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr valign="top">
                                                <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
                                                <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
                                                <!--{loop $new_reply_threadlist $rthread}-->
                                                        <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title='最新回复 {LF}所在论坛: $rthread[forumname]{LF}主题标题: $rthread[subject]{LF}主题作者: $rthread[author]{LF}发表时间: $rthread[date]{LF}浏览次数: $rthread[views] 次{LF}回复次数: $rthread[replies] 次{LF}最后回复: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]'>$rthread[view_subject]</a></div>
                                                <!--{/loop}-->
                                                </td>
                                        </tr>
                                </table>
                        </td>
                        <td width="21%">
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr valign="top">
                                                <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
                                                <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
                                                <!--{loop $new_hot_threadlist $mthread}-->
                                                        <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$mthread[tid]" $mthread['highlight'] title='本周热门 {LF}所在论坛: $mthread[forumname]{LF}主题标题: $mthread[subject]{LF}主题作者: $mthread[author]{LF}发表时间: $mthread[date]{LF}浏览次数: $mthread[views] 次{LF}回复次数: $mthread[replies] 次{LF}最后回复: $mthread[lastreplytime]{LF}{lang lastpost}: $mthread[lastposter]'>$mthread[view_subject]</a></div>
                                                <!--{/loop}-->
                                                </td>
                                        </tr>
                                </table>
                        </td>
                        <td width="13%">
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr valign="top">
                                                <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
                                                <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
                                                        $poststar
                                                </td>

                                        </tr>
                                </table>
                        </td>
                </tr>
        </table>
</div>
<!-- 首页五格代码结束 -->




                <td width="13%">
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr valign="top">
                                                <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
                                                <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
                                                        $poststar
                                                </td>

   

应该是  $poststar 这个吧   请教高手~~~~~~~~~~~
 楼主| tx366 发表于 2010-4-8 19:11:09 | 显示全部楼层
老大门帮帮小弟
回复

使用道具 举报

江南道 发表于 2010-4-8 19:43:28 | 显示全部楼层
老大门帮帮小弟
tx366 发表于 2010-4-8 19:11



    待会研究一下
回复

使用道具 举报

 楼主| tx366 发表于 2010-4-8 20:07:29 | 显示全部楼层
回复 3# 江南道


    不要待会啊 现在帮帮我啊
回复

使用道具 举报

shmoost 发表于 2010-4-18 16:07:14 | 显示全部楼层
没的说.直管顶就是了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-20 20:25 , Processed in 0.016933 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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