纵横搜索的相关帖子功能是从云平台直接获取数据,无视站点的伪静态设置,况且相关度还真有有待加强,好吧,控诉了半天就关闭这功能好了,先来看看最暴力的方法。,改模板关闭相关帖子, 直接修改纵横搜索的显示模板,这个方法直接暴力,也是流传最广的方法,也许你已经见过了,详细如下。, 找到sourceplugincloudsearchtemplatemodule.htm,把以下的代码注释或者删除:,<script type=&quot;text/javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://cache.soso.com/30d/js/dis … ;lt;/script> 再在后台清理模板缓存就完成了。,改数据库关闭相关帖子, 其实,Discuz! 大多数的功能模块都是有功能开关的,只是有的没在后台直接展示,要么存在于配置文件中,要么保存在数据库,纵横搜索就是后者。, 用phpmyadmin访问站点数据库,浏览表common_setting,搜索skey 名为 my_search_data 字段。, , , 编辑该字段的值,把里面的 allow_thread_related 和 allow_thread_related_bottom 后面的 i: 设置为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;;} 再到后台清理数据缓存就完成了。,纵横搜索的相关帖子功能是从云平台直接获取数据,无视站点的伪静态设置,况且相关度还真有有待加强,好吧,控诉了半天就关闭这功能好了,先来看看最暴力的方法。 改模板关闭相关帖子 直接修改纵横搜索的显示模板,这个方法直接暴力,也是流传最广的方法,也许你已经见过了,详细如下。 找到sourceplugincloudsearchtemplatemodule.htm,把以下的代码注释或者删除: <script type=&quot;text/javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://cache.soso.com/30d/js/dis … ;lt;/script> 再在后台清理模板缓存就完成了。 改数据库关闭相关帖子 其实,Discuz! 大多数的功能模块都是有功能开关的,只是有的没在后台直接展示,要么存在于配置文件中,要么保存在数据库,纵横搜索就是后者。 用phpmyadmin访问站点数据库,浏览表common_setting,搜索skey 名为 my_search_data 字段。 编辑该字段的值,把里面的 allow_thread_related 和 allow_thread_related_bottom 后面的 i: 设置为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;;} 再到后台清理数据缓存就完成了。