Discuz7.1首页横排去掉有无新帖显示自定义图标


去除有无新贴图标,其实和7.0是一样的,打开template/default/css_common.htm

找到:.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }

在找到:.list th.new { background-image: url({IMGDIR}/forum_new.gif); }

把这两段代码去掉。记得改的时候要备份源文件。

改好上传覆盖,后台更新缓存。

横排显示自定义图标:

打开templates\default\discuz.htm

查找:<th width="$cat[forumcolwidth]"{$forum[folder]}>

改为:<th width="$cat[forumcolwidth]">{$forum[icon]}

就可以了。

相关内容