去除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 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

使用防火牆Phpwind 網站如何獲取用戶的真實IP?

使用WAF後,用戶訪問網站的是通過WAF服務器間接訪問網站服務器的,Phpwind論壇可能會在獲取用戶IP時,直接獲取WAF的IP,而不能直接獲取到用戶的真實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...

網頁出現無效的伺服器憑證?! (google chrome)

請檢查一下電腦的系統時間是不是跑掉了,或瀏覽器設定→進階選項→HTTPS/SSL→不要打勾,檢查伺服器憑證撤銷即可解決。...

Discuz 7.0版塊橫排顯示版塊圖標和版塊簡介的方法

一、顯示板塊圖標1.找到templates\\default\\discuz.htm2.查找:<th...

什麼是虛擬主機?

虛擬主機指的是使用者操作一台電腦提供放置檔案的空間....