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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 如何实现将板块图标放在板块名称上面,急急急急急急急急急急急急急急急急急急急急.

[复制链接]
2510258885 发表于 2012-8-7 15:18:10 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2.5
浏览器: IE10 
使用模板: 官方模板
BUG地址: https://discuz.dismall.com/thread-2990809-1-1.html
本帖最后由 2510258885 于 2012-8-7 16:24 编辑

应该修改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>
  3.                                                                                 <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: <!--{echo dnumber($forum[threads])}--></em>, <em>{lang forum_posts}: <!--{echo dnumber($forum[posts])}--></em></dd><!--{/if}-->
  4.                                                                                 <dd>
  5.                                                                                 <!--{if $forum['permission'] == 1}-->
  6.                                                                                         {lang private_forum}
  7.                                                                                 <!--{else}-->
  8.                                                                                         <!--{if $forum['redirect']}-->
  9.                                                                                                 <a href="$forumurl" class="xi2">{lang url_link}</a>
  10.                                                                                         <!--{elseif is_array($forum['lastpost'])}-->
  11.                                                                                                 <!--{if $forumcolumns < 3}-->
  12.                                                                                                         <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>
  13.                                                                                                 <!--{else}-->
  14.                                                                                                         <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
  15.                                                                                                 <!--{/if}-->
  16.                                                                                         <!--{else}-->
  17.                                                                                                 {lang never}
  18.                                                                                         <!--{/if}-->
  19.                                                                                 <!--{/if}-->
  20.                                                                                 </dd>
  21.                                                                                 <!--{hook/index_favforum_extra $forum[fid]}-->
  22.                                                                         </dl>
复制代码
在线等待。。。
要求效果图如下。。


 楼主| 2510258885 发表于 2012-8-7 15:18:40 | 显示全部楼层
自己顶
回复

使用道具 举报

 楼主| 2510258885 发表于 2012-8-7 15:20:12 | 显示全部楼层
应该修改上面那段代码吗?
回复

使用道具 举报

w4rd3n 发表于 2012-8-7 15:24:31 | 显示全部楼层
发出来你的站看看
回复

使用道具 举报

 楼主| 2510258885 发表于 2012-8-7 15:25:37 | 显示全部楼层
w4rd3n 发表于 2012-8-7 15:24
发出来你的站看看

http://lkst.yiy5.com/forum.php 已发送
回复

使用道具 举报

 楼主| 2510258885 发表于 2012-8-7 15:33:26 | 显示全部楼层
继续等高人
回复

使用道具 举报

w4rd3n 发表于 2012-8-7 15:53:34 | 显示全部楼层
你的模板改动的比较多了,
1.discuz.htm下查找所有的class="fl_icn_g"后面的style="xxxpx;"删掉
2.<dl style="margin-left: xxxpx;"> ,style删掉
查找common文件夹下的两个css文件,
3.查找
.fl_icn_g {
float: left;
width: 31px;
}
把width:31px;改成width: 100%;
4.查找
.fl_g dl {
margin-left: 31px;
padding-left: 10px;
}
把里面的两个属性删掉
回复

使用道具 举报

 楼主| 2510258885 发表于 2012-8-7 15:58:24 | 显示全部楼层
w4rd3n 发表于 2012-8-7 15:53
你的模板改动的比较多了,
1.discuz.htm下查找所有的class="fl_icn_g"后面的style="xxxpx;"删掉
2. ,sty ...

感谢,我试下,
回复

使用道具 举报

 楼主| 2510258885 发表于 2012-8-7 16:06:33 | 显示全部楼层
w4rd3n 发表于 2012-8-7 15:53
你的模板改动的比较多了,
1.discuz.htm下查找所有的class="fl_icn_g"后面的style="xxxpx;"删掉
2. ,sty ...

common里面不只有2个css文件,难道要一个一个排除?
回复

使用道具 举报

w4rd3n 发表于 2012-8-7 16:09:36 | 显示全部楼层
2510258885 发表于 2012-8-7 16:06
common里面不只有2个css文件,难道要一个一个排除?

两个css里面只有一个定义了,我不知道是哪个 所以只能找找看了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 14:55 , Processed in 0.027705 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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