|
  
- UID
- 1
- 帖子
- 738
- 精华
- 28
- 积分
- 14443
- 金币
- 2507
- 威望
- 1647
- 贡献
- 1455
|
Discuz6.0.0版块横排, 添加版块图标的办法
打开 discuz.htm
4 G6 c% Z" B5 G7 Q. L/ G找:- <th width="$cat[forumcolwidth]"{$forum[folder]}>
复制代码 后面添加:- <a href="forumdisplay.php?fid=$forum[fid]">{$forum[icon]}</a>
复制代码 完毕!9 | K: r. t2 s& ]; M) p5 K" N B8 w
- @: ^, B8 ~* X! {6 O- {; ~) a
如果要同时去掉前面有无新帖图标,
, a+ _, K7 F* g$ \" `# ?打开css.htm,! y5 b" f; v% G* N* u
找:- .forumlist th { padding-left: 55px !important; }
- .forumlist h2 em { color: {HIGHLIGHTLINK}; }
- .forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat: no-repeat; background-position: 13px 50%; }
- .forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
复制代码 删除之。 |
|