免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[分享] 如何去掉dz7.0版塊前邊的有無新帖圖標看這裡

本帖最後由 bossll 於 2011-1-26 16:52 編輯

各位sclub會員友人你們好~


很多人感覺版塊前的那個有無新帖圖標沒什麼作用請詳閱如下:


如果想把它去掉的話,需要在相應模板文件夾下的 css_common.htm 文件中分別查找以下代碼

首先去掉圖標:

.forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat: no-repeat; background-position: 13px 50%; }
CODE: [COPY]
.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); }
CODE: [COPY]
.forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
將其刪除,去掉了有新貼的圖標。

然後再去掉留下的空白,查找:

.forumlist th { padding-left: 55px !important; }
CODE: [COPY]
.forumlist th { padding-left: 55px !important; }
將其刪除,然後更新 css 緩存即可。

附加dz官方網址:http://faq.comsenz.com/viewnews-421
請需要友人前往詳閱如修改

並請回應一下文章喔~
謝謝~
如何去掉版塊前邊的有無新帖圖標-1.jpg
1

評分人數

没错,感谢大大的教学!

TOP

返回列表