本帖最后由 明月无痕 于 2013-12-8 09:51 编辑
插件名称: DISCUZ X3.x 论坛首页版块横排美化
插件来源: 二次修改他人插件
适用版本: DISCUZ X3.x
语言编码: GBK简体
发布时间: 2013-12-08
插件作者: 明月无痕
插件简介: DISCUZ X3.x 论坛首页版块横排美化 显示简介、子版、版主等
已测试/完美支持Discuz X3.0!GBK
效果图:
因为正常的竖排比较单调,所以一直以来总想改出个横排美化样式,看了不少帖子,但都不理想,就参照别人的东西自己改了一个,自己对代码也只知道点皮毛,代码里面肯定有错误和冗余,请大侠们指教。
1、打开 template/default/forum/discuz.htm 查找
- <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
- </tr>
- <!--{if $forum['orderid'] < $cat['forumscount']}-->
- <tr class="fl_row">
- <!--{/if}-->
- <!--{/if}-->
- <td class="fl_g" width="$cat[forumcolwidth]">
- <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
- <!--{if $forum[icon]}-->
- $forum[icon]
- <!--{else}-->
- <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
- <!--{/if}-->
- </div>
- <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
- <dt><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></dt>
- <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: $forum[threads]</em>, <em>{lang forum_posts}: $forum[posts]</em></dd><!--{/if}-->
- <dd>
- <!--{if $forum['permission'] == 1}-->
- {lang private_forum}
- <!--{else}-->
- <!--{if $forum['redirect']}-->
- <a href="$forumurl" class="xi2">{lang url_link}</a>
- <!--{elseif is_array($forum['lastpost'])}-->
- <!--{if $cat['forumcolumns'] < 3}-->
- <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--></cite>
- <!--{else}-->
- <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
- <!--{/if}-->
- <!--{else}-->
- {lang never}
- <!--{/if}-->
- <!--{/if}-->
- </dd>
- </dl>
- </td>
复制代码
替换成
- <!--横排开始 落脚论坛-明月无痕 研究版 -->
- <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
- </tr>
- <!--{if $forum['orderid'] < $cat['forumscount']}-->
- <tr class="fl_row">
- <!--{/if}-->
- <!--{/if}-->
- <td class="fl_g" width="$cat[forumcolwidth]" style="padding:10px; ">
- <div class="b-top w100">
- <div class="b-name">
- <h2 class="margin"><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a> </h2>
- </div>
- <div style="clear mod w100">
- <!--{if $forum['moderators']}--> {lang forum_moderators}: <span class="xi2">$forum[moderators]</span><!--{/if}-->
- </div>
- <div class="clear w100"><div class="b-icon">$forum[icon]</div><!--板块图片 -->
- <div class="b-des">$forum[description]</div><!--板块简介 -->
- <!--子板块开始 -->
- <div class="clear w100">
- <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}--></div>
- </div>
- <!--子板块结束 -->
- <div class="clear b-thread" style="background: url(images/listbg_li.gif) no-repeat;">
- <ul id="dateline_$forum[fid]" style="display:none;" class="list">
- <!--{loop ${"new_no".$forum[fid]."_threadlist"} $row}-->
- <div class="t_no-pms">
- <!--{if $forum['permission'] == 1}-->
- {lang private_forum}, 您目前没有权限可查阅主题及内容
- <!--{else}-->
- <small class="t_date">$row['date']</small><a href="forum.php?mod=viewthread&tid=$row[tid]" $row[highlight] title="$row[subject] ($row['date'])" target='_self'>$row[view_subject]</a>
- <!--{/if}-->
- </div>
- <!--{/loop}-->
- </ul>
- </div>
- <div id="lastpost_$forum[fid]">
- <div class="clear t-lastpost w100">
- <!--{if $forum['permission'] == 1}-->
- {lang forum_lastpost}: {lang private_forum}
- <!--{else}-->
- <!--{if $forum['redirect']}-->
- {lang forum_lastpost}: <a href="$forumurl" class="xi2">{lang url_link}</a>
- <!--{elseif is_array($forum['lastpost'])}-->
- {lang forum_lastpost}: <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 22)}--></a> <cite><!--{if $forum['lastpost']['author']}-->($forum['lastpost']['author'])<!--{else}-->{lang anonymous}<!--{/if}--></cite>
- <!--{else}-->
- {lang forum_lastpost}: {lang never}
- <!--{/if}-->
- <!--{/if}-->
- </div>
- <div style="clear mod w100">
- {lang forum_threads}数: $forum[threads] | 总{lang forum_posts}: $forum[posts]
- <span style="today-post">
- <!--{if $forum[todayposts] && !$forum['redirect']}--> | 今日帖数: <em class="p-yes" title="今日帖数forum[todayposts]">$forum[todayposts]</em><!--{else}--> | 今日帖数: <em class="p-no" title="今日帖数:0">0</em><!--{/if}-->
- </div>
- </div>
- </td>
- <!--横排结束 -->
复制代码
2、打开 template/default/common/common.css
在最后面添加
- /*横排美化*/
- /*~~~~~~~~~~~ EXTRA Common~~~~~~~~~~~~~*/
- .hand { cursor:hand; cursor: pointer; }
- .clear { clear:both; }
- .w100 { width:100%; }
- /*~~~~~~~~~~~ EXTRA Index Forumlist~~~~~~~~~~~~~*/
- .forumlist th.board { vertical-align: top; background-image: none; padding:10px !important; }
- div.b-top { display:block; width:100%; overflow: hidden; }
- div.b-name { float:left; height: 20px; width:60%; overflow:hidden; }
- div.b-name h2.margin { margin:0 0 3px 0; }
- div.crtl { float:right; text-align:right; }
- div.ctrl img { vertical-align:middle; margin:1px 0; }
- span.today-post em, span.today-post em b { font-family: Verdana, Arial, Helvetica, sans-serif; }
- em.p-yes { padding:0 5px; border:1px solid #F06; background:#FFFFE1; color:#F06; font-size:11px; font-weight:bold; }
- em.p-no { padding:0 5px; border:1px solid #CCC; font-size:11px; }
- div.b-icon { float:left; }
- div.b-des { color:{LIGHTTEXT}; overflow:hidden; }
- div.b-thread { margin-top:5px; padding:1px 0; background-image: url(images/listbg_li.gif) no-repeat; width:100%; }
- div.b-thread ul.list { padding:0 2px 0 10px; list-style-type: none; line-height: 20px; }
- div.b-thread ul.list .t_no-pms { overflow: hidden; height:20px; width:100% }
- div.b-thread ul.list .t_date { float:right; color:{LIGHTTEXT}; margin: 0 0 0 5px }
- div.t-lastpost { color:{LIGHTTEXT}; margin-top:5px;overflow: hidden; height:1.3em; }
- div.mod { color:{LIGHTTEXT}; overflow: hidden; height:1.5em; }
复制代码
完毕。
说明一下,样式中有多余的项目,大家自己对照删除吧。
在discuz.htm中可能会找到2个相同的东西,改靠近下面的那段。
另外,版块图片和版块简介间挨得过近不好看,不知道在什么地方调整,没办法只能在做图片时左右两边各留出了点空白,谁能帮助解决下。
|