去除Discuz7.0有無新帖版塊圖標

打開模板文件 css_common.htm,找到如下代碼:

.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }  
.narrowlist th { vertical-align: top; }
.list th.new { background-image: url({IMGDIR}/forum_new.gif); }

複製代碼
修改為:

.list th { background: #FFF; padding-left: 5px !important; }  /* 去除無新帖圖標,並配置版塊圖標左邊的空白的寬度大小*/
.narrowlist th { vertical-align: top; }
.list th.new { background-image: #FFF; }  /* 去除有新帖圖標*/

複製代碼

修改完畢,保存文件。

  • 37 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

網站出現了509 Bandwidth Limit Exceeded 的訊息?

網站出現了下列錯誤訊息,表示您的網站流量已經超出您所購買之方案限制,解決方法1.升級方案 2.等到下個月後流量重新計算 網站即可正常瀏覽。 Bandwidth Limit Exceeded...

HTTP Status Codes ( 狀態碼 )

HTTP CODES - 100-101 100 - Continue ( 繼續 ) Tells the client that the first part of the...

使用防火牆Discuz 獲取真實IP解決方案

DISCUZ論壇如需啟用論壇自帶的CC防護,請按照如下配置。使用WAF後,用戶訪問網站的是通過WAF服務器間接訪問網站服務器的,Discuz論壇可能會在獲取用戶IP時,直接獲取WAF的IP,而不...

How to Create a phpinfo File?

In the phpinfo.php page, the PHP version can be seen at the top of the file, listing the current...

測試您的網站是否有惡意程式

Urlvoid.com 是  NoVirusThanks  這家公司發展的免費服務, 提供了20幾個偵測引擎來偵測網站的安全性,是否有惡意程式值入網站。網址:...