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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 显示横排板块简介?求解决

[复制链接]
h934381299 发表于 2011-9-27 07:00:47 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2
浏览器: IE6 IE7 IE8 360 
使用模板: 官方模板
BUG地址: http://bbs.di8.org
求横排显示板块简介 发现好多人都问这个问题然后没个高手回答下吗?  给新手参考下啊  求解决
cr180 发表于 2011-9-27 21:37:13 | 显示全部楼层
请参考本版置顶帖即可
回复

使用道具 举报

设若有你 发表于 2011-12-30 22:50:55 | 显示全部楼层
这个很简单把,

修改文件;template/风格/forum/下discuz.htm文件。

  1. 把<dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
  2.                                                                         <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}-->$_G[setting][anonymoustext]<!--{/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>
复制代码

修改成
  1. <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><span style="color: #808080;"> <em>    ($forum[threads]</em>/<em>$forum[posts])</em></span><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> (+$forum[todayposts])</em><!--{/if}-->                                                                                                                                                </dt>                                                                        <dd>                                                                        <!--{if $forum[description]}--><p class="xg2"><!-- 本版简介: -->$forum[description]</p><!--{/if}-->                                                                        <!--{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}-->$_G[setting][anonymoustext]<!--{/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>
复制代码


其中主要修为主题/帖子数显示位置、加入板块介绍。分别代码如下

板块介绍代码:<!--{if $forum[description]}--><p class="xg2"><!-- 本版简介: -->$forum[description]</p><!--{/if}-->
复制代码
主题数/帖子数代码;<span style="color: #808080;"> <em>    ($forum[threads]</em>/<em>$forum[posts])</em></span>
复制代码
板块介绍代码加在<dd></dd>中,我是加在了第一个显示位置

  1. 主题数帖子数代码,加在了今日新帖<!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> (+$forum[todayposts])</em><!--{/if}-->前面
复制代码

演示地址:http://bbs.sheruo.com/thread-294-1-1.html
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 16:28 , Processed in 0.027591 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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