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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

下载16.8万次缓存版(自动,手动|四格,五格|6.0,6.1,7.0|gbk,utf-8)[版主通过]

[复制链接]
MR山 发表于 2008-5-1 14:18:24 | 显示全部楼层
好东西  顶上去
回复

使用道具 举报

28614761 发表于 2008-5-2 21:04:08 | 显示全部楼层
谁能帮我看看.我的网站是哪里设置错了..图片显示不出来啊..上边的方法我都已经看过了...还是不行啊
http://lp28614761.qiatw.net
回复

使用道具 举报

28614761 发表于 2008-5-2 21:05:58 | 显示全部楼层
谁能帮我看看.我的网站是哪里设置错了..图片显示不出来啊..上边的方法我都已经看过了...还是不行啊
http://lp28614761.qiatw.net
回复

使用道具 举报

怡诺 发表于 2008-5-2 22:34:44 | 显示全部楼层
不显示!
回复

使用道具 举报

香港一定得 发表于 2008-5-3 10:58:44 | 显示全部楼层
这个不错!支持一下!!
回复

使用道具 举报

zhupc 发表于 2008-5-3 12:58:07 | 显示全部楼层
支持一下
回复

使用道具 举报

www.ai43.com 发表于 2008-5-3 14:37:38 | 显示全部楼层
用了五格的,可算有个好用的了.
演示一下www.rainest.com
discuz.htm要填加的代码是下面的.
  1. <!-- 首页五格代码开始 -->
  2. <div class="mainbox forumlist" style="padding:0;">
  3.         <table cellspacing="0" cellpadding="0">
  4.                 <thead class="category">
  5.                 <tr>
  6.                         <td align="center" style="padding:0 1px 0 0"><h3>≡ 论坛图片 ≡</h3></td>
  7.                         <td align="center" style="padding:0"><h3>≡ 最新帖子 ≡</h3></td>
  8.                         <td align="center" style="padding:0 1px 0 1px"><h3>≡ 最新回复 ≡</h3></td>
  9.                         <td align="center" style="padding:0"><h3>≡ 本周热门 ≡</h3></td>
  10.                         <td align="center" style="padding:0 0 0 1px"><h3>今日发帖</h3></td>
  11.                 </tr>
  12.                 </thead>
  13.                 <tr>
  14.                         <td width="24%">
  15.                                 <script type="text/javascript" src="pic.php"></script>
  16.                         </td>
  17.                         <td width="21%">
  18.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  19.                                         <tr valign="top">
  20.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  21.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  22.                                                 <!--{loop $new_post_threadlist $nthread}-->
  23.                                                         <!--{if $nthread[replies]}-->
  24.                                                                 <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>
  25.                                         <!--{else}-->
  26.                                                                 <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>
  27.                                                         <!--{/if}-->
  28.                                                 <!--{/loop}-->
  29.                                                 </td>
  30.                                         </tr>
  31.                                 </table>
  32.                         </td>
  33.                         <td width="21%">
  34.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  35.                                         <tr valign="top">
  36.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  37.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  38.                                                 <!--{loop $new_reply_threadlist $rthread}-->
  39.                                                         <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>
  40.                                                 <!--{/loop}-->
  41.                                                 </td>
  42.                                         </tr>
  43.                                 </table>
  44.                         </td>
  45.                         <td width="21%">
  46.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  47.                                         <tr valign="top">
  48.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  49.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  50.                                                 <!--{loop $new_hot_threadlist $mthread}-->
  51.                                                         <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>
  52.                                                 <!--{/loop}-->
  53.                                                 </td>
  54.                                         </tr>
  55.                                 </table>
  56.                         </td>
  57.                         <td width="13%">
  58.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  59.                                         <tr valign="top">
  60.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  61.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  62.                                                         $poststar
  63.                                                 </td>
  64.                                         </tr>
  65.                                 </table>
  66.                         </td>
  67.                 </tr>
  68.         </table>
  69. </div>
  70. <!-- 首页五格代码结束 -->
复制代码
回复

使用道具 举报

rockyleen 发表于 2008-5-3 15:13:44 | 显示全部楼层
太强了!!
回复

使用道具 举报

fhj1998 发表于 2008-5-4 00:23:23 | 显示全部楼层
我靠,这个不顶不行,超级强手
回复

使用道具 举报

lixin5843 发表于 2008-5-4 00:32:18 | 显示全部楼层
好东西 支持啦
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-12 09:59 , Processed in 0.489237 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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