去除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 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

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

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

雲端主機代管服務範圍與售價

Pro-Active Managed Support 每月費用為2500 TWD。我們提供主動式積極監控與管理服務(僅限於CentOS+Cpanel)。 服務範圍如下:...

什麼是FTP?

FTP 檔案標準傳輸協定. 簡單來說它是一個方便的工具,可以用來移動一台電腦的檔案至另外一台電腦注意!FTP 在fantastic-host.net 虛擬主機方案中的連接阜(port)均為21

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...

什麼是虛擬主機?

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