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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 楼层与楼层间实现空隙的修改方法!!

[复制链接]
faishao 发表于 2011-10-12 21:13:27 | 显示全部楼层 |阅读模式

看到很多朋友都比较喜欢楼层与楼层之间单独显示。
演示:http://www.pp2760.com


本人花了一个小时时间整理出来的!!

下面就跟大家分享下实现方法:

要改的代码很多,有懒人包提供下载。懒人包使用前提:没修改过viewthread.htm这个文件,否则可能出错。

懒人包只包含:viewthread.htm文件,请直接覆盖。。

懒人包:
本人还发布过的1.楼主帖不翻页效果代码https://discuz.dismall.com/thread-2432800-1-1.html

2.去除”面包屑导航“中”分区名称"的代码https://discuz.dismall.com/thread-2432732-1-1.html

下面是要修改的代码,请仔细看清楚在修改,并做好备份。

一. 修改template\default\forum目录下的viewthread.htm文件:
1.找到:
  1. <div id="postlist" class="pl bm">
  2.         <table cellspacing="0" cellpadding="0">
  3.                 <tr>
复制代码
改为:
  1. <div id="postlist" class="pl">
  2.         <div class="bmtt mbm">
  3.                 <div class="bm_ts">
  4.         <table cellspacing="0" cellpadding="0">
  5.                 <tr>
复制代码
2.找到:
  1. <!--{hook/viewthread_title_extra}-->
  2.                                 </h1>
  3.                         </td>
复制代码
在后面添加:
  1. <td class="pls ptm pbm">
  2.                                 <!--{if $_G['page'] > 1}-->
  3.                                 <div id="tath" class="cl">
  4.                                         <!--{if $_G[forum_thread][authorid] && $_G[forum_thread][author]}-->
  5.                                                 <a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]"><!--{avatar($_G[forum_thread][authorid],small)}--></a>
  6.                                                 {lang thread_author}: <a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]">$_G[forum_thread][author]</a>
  7.                                         <!--{else}-->
  8.                                                 {lang thread_author}:
  9.                                                 <!--{if $_G['forum']['ismoderator']}-->
  10.                                                         <a href="home.php?mod=space&uid=$_G[forum_thread][authorid]">{lang anonymous}</a>
  11.                                                 <!--{else}-->
  12.                                                         {lang anonymous}
  13.                                                 <!--{/if}-->
  14.                                         <!--{/if}-->
  15.                                 </div>
  16.                                 <!--{else}-->
  17.                                 <div class="hm">
  18.                                         <span class="xg1">{lang show}:</span> <span class="xi1">$_G[forum_thread][views]</span><span class="pipe">|</span><span class="xg1">{lang reply}:</span> <span class="xi1">$_G[forum_thread][replies]</span>
  19.                                 </div>
  20.                                 <!--{/if}-->
  21.                         </td>
复制代码
3.找到:
  1. <!--{if $_G['forum_thread']['replycredit'] > 0 || $rushreply}-->
复制代码

在它前面添加:
  1. </div>
  2.         </div>
复制代码
4.删除:
  1. <table cellspacing="0" cellpadding="0" class="ad"><tr><td class="pls"></td><td class="plc"></td></tr></table>
复制代码
5.找到:
  1. <div id="post_$post[pid]">
复制代码
改为:
  1. <div id="post_$post[pid]" class="mbm">
复制代码
二.修改template\default\forum目录下的viewthread_node.htm文件
找到:
  1. <div id="p_btn" class="mtw mbm cl">
复制代码
改为:
  1. <div id="p_btn" class="mtw mbmm cl">
复制代码



三. 在template\default\common目录下的common.css文件最后面添加:
  1. #postlist .mbm {background: none repeat scroll 0 0 #ffffff;border: 1px solid #cdcdcd;}
  2. .mbm{margin-bottom:10px !important;}
  3. .mbmm{margin:0px 0px 5px 0px;}
复制代码





本帖子中包含更多资源

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

x
花到飞靡 发表于 2011-10-12 21:20:45 | 显示全部楼层
感谢分享。支持一下  。、·~~
回复

使用道具 举报

fsome 发表于 2011-10-13 11:56:13 | 显示全部楼层
谢谢分享,回头试试
回复

使用道具 举报

skys_9 发表于 2011-10-13 12:18:41 | 显示全部楼层
严重支持!!
回复

使用道具 举报

wbpp58 发表于 2011-10-14 20:31:24 | 显示全部楼层
谢谢分享,期待楼主更多作品.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 20:40 , Processed in 0.027483 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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