Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
discuz!7.0 is Sing (Comsenz) company released in December 2008, a forum BBS construction station products. I see some stationmaster in ask, how to remove have no new post plate icon, and for the section set their favorite personalized icon, in this deliberately write the method, hope can help to have the webmaster.
Take discuz!7.0 as an example:
First, remove discuz! default has no new posts icon
Before removal, discuz! The default display has no new posts icon:
Open the template file css_common.htm and locate the following code:
. 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);}
Copy Code
Modified to:
. list th {background: #FFF; padding-left:5px!important}/* Remove the no new post icon and set the width of the blank on the left side of the plate icon * *
. narrowlist th {Vertical-align:top}
. List Th.new {background-image: #FFF}/* Remove new post icon/*
Copy Code
When you have finished modifying, save the file.
After the cache is updated to the background, the foreground is refreshed, and you can see that there is no new post icon in the default:
Second, the background to add a new forum icon
First put the plate to add to the directory can be accessed, such as in the forum root images under the new folder, named Forums, to add the forum icon to the directory.
Second, the Forum Backstage => plate => section Management => Edit:
Add Forum Icon:
Click "Submit".
III. Update Cache
In the background => tool => Update cache, after execution, to the foreground refresh can see:
Note: If the background update cache is not available temporarily, you may try to delete the following files from the forum root:
/forumdata/cache/all documents;
/forumdata/templates/all other documents except index.htm;
Then the foreground is refreshed.