打开 discuz.htm
2 r+ q0 G# O, Z: ]
找:
复制内容到剪贴板
代码:
<th width="$cat[forumcolwidth]"{$forum[folder]}>后面添加:
复制内容到剪贴板
代码:
<a href="forumdisplay.php?fid=$forum[fid]">{$forum[icon]}</a>完毕!
8 i+ \/ d. X% q# K! L. Q1 Q4 M' n$ B
) u0 w. g" r* u$ B
如果要同时去掉前面有无新帖图标,
" L7 |- I, q& B* e; y& S3 ?' \9 p
打开css.htm,
: @9 w! C5 D% u" s# U" M9 s% L" 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); }删除之。