縱橫搜索的相關(guān)帖子功能是從云平臺(tái)直接獲取數(shù)據(jù),無(wú)視站點(diǎn)的偽靜態(tài)設(shè)置,況且相關(guān)度還真有有待加強(qiáng),好吧,控訴了半天就關(guān)閉這功能好了,先來(lái)看看最暴力的方法。
改模板關(guān)閉相關(guān)帖子
直接修改縱橫搜索的顯示模板,這個(gè)方法直接暴力,也是流傳最廣的方法,也許你已經(jīng)見(jiàn)過(guò)了,詳細(xì)如下。
找到sourceplugincloudsearchtemplatemodule.htm,把以下的代碼注釋或者刪除:
<script type=&quot;text/javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://cache.soso.com/30d/js/dis ... ;lt;/script> 再在后臺(tái)清理模板緩存就完成了。
改數(shù)據(jù)庫(kù)關(guān)閉相關(guān)帖子
其實(shí),Discuz! 大多數(shù)的功能模塊都是有功能開(kāi)關(guān)的,只是有的沒(méi)在后臺(tái)直接展示,要么存在于配置文件中,要么保存在數(shù)據(jù)庫(kù),縱橫搜索就是后者。
用phpmyadmin訪(fǎng)問(wèn)站點(diǎn)數(shù)據(jù)庫(kù),瀏覽表common_setting,搜索skey 名為 my_search_data 字段。
編輯該字段的值,把里面的 allow_thread_related 和 allow_thread_related_bottom 后面的 i: 設(shè)置為0后保存。
a:11:{s:6:&quot;status&quot;;i:0;s:15:&quot;allow_hot_topic&quot;;i:1;<font color=&quot;Red&quot;>s:20:&quot;allow_thread_related&quot;;i:<span style=&quot;background-color: Silver;&quot;>0</span>;s:27:&quot;allow_thread_related_bottom&quot;;i:<span style=&quot;background-color: Silver;&quot;>0</span>;</font>s:21:&quot;allow_forum_recommend&quot;;i:1;s:19:&quot;allow_forum_related&quot;;i:0;s:24:&quot;allow_collection_related&quot;;i:1;s:20:&quot;allow_search_suggest&quot;;i:0;s:10:&quot;cp_version&quot;;i:1;s:17:&quot;recwords_lifetime&quot;;i:21600;s:6:&quot;domain&quot;;s:14:&quot;so.bbs.178.com&quot;;} 再到后臺(tái)清理數(shù)據(jù)緩存就完成了。