Intermediary trading http://www.aliyun.com/zixun/aggregation/6858.html"> SEO diagnostic Taobao customer hosting technology hall
Plug-in address: http: //www.56.html "> discuz.net/thread-696558-1-1.html
Plug-ins are not bad, but the theme posts of the forums that can be viewed in a hidden forum or a specific user group will be displayed on the first four grids
How to modify the first four grid can not call the designated forum posts? For example fid = 10 forum posts
1, open the system file index.php, find the following similar code:
$ colorarray = array ('', red, orange, yellow, green, cyan, blue, purple, gray);
// new post
$ hack_cut_str = 26; // title words
$ hack_cut_strauthor = 9;
$ new_post_threadlist = array ();
$ nthread = array ();
$ query = $ db-> query ("SELECT t. *, f.name FROM {$ tablepre} threads t, {$ tablepre} forums f WHERE t.fid <> '$ fid' AND f.fid = t.fid
AND f.fid not in (0,60,247,257,268) AND t.displayorder not in (-1, -2) ORDER BY t.dateline DESC LIMIT 0, 10 ");
2, if you do not want to call the theme of a forum paste, you can modify the above code
and f.fid not in (0)
for:
and f.fid not in (10), of which 10 do not want to call the forum fid,
Or just want to call the fid = 10 section, you can modify the above code: and f.fid in (10)
3, demo address: http://www.fjdatian.cn/