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

 找回密码
 立即注册
搜索

将版块前的图标去掉,并且在并排的版块前显示图片。

[复制链接]
ifu25 发表于 2009-10-25 02:11:13 | 显示全部楼层 |阅读模式
去掉板块前的新帖图标:
打开 templates/default/css_common.htm,搜索到这一行:

  1. .list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }
复制代码

改为下面这样的:

  1. .list th { background: none !important; padding-left: 0 !important; }
复制代码


删掉

  1. .list th.new { background-image: url({IMGDIR}/forum_new.gif); }
复制代码


并排的版块前也显示图标:
打开 templates/default/discuz.htm 找到到这行:

  1. <th width="$cat[forumcolwidth]"{$forum[folder]}>
复制代码

在后面加上:

  1. {$forum[icon]}
复制代码


本帖子中包含更多资源

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

x
回复

使用道具 举报

999test.cn 发表于 2009-10-25 02:38:31 | 显示全部楼层
分享精神可嘉。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-8-30 13:28 , Processed in 0.104372 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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