Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 关闭/删除 首页“热门话题”的方法~~

[复制链接]
luciy01 发表于 2013-2-8 14:41:53 | 显示全部楼层 |阅读模式
找到纵横搜索插件文件 source\plugin\cloudsearch\search.class.php

删掉函数(其实这个地方是可以加个开关控制的)
  1. public function index_catlist_top_output() {

  2.                 if(!$this->allow || !$this->allow_hot_topic) {

  3.                         return;

  4.                 }



  5.                 global $searchparams;



  6.                 $searchHelper = Cloud::loadClass('Service_SearchHelper');

  7.                 $recwords = $searchHelper->getRecWords(14, 'assoc');

  8.                 $srchotquery = '';

  9.                 if(!empty($searchparams['params'])) {

  10.                         foreach($searchparams['params'] as $key => $value) {

  11.                                 $srchotquery .= '&' . $key . '=' . rawurlencode($value);

  12.                         }

  13.                 }

  14.                 return tpl_cloudsearch_index_top($recwords, $searchparams, $srchotquery);

  15.         }
复制代码
ps:我看有其他朋友也提供了方法,不过是修改的插件模板,那样过实际上并没彻底关闭,数据还是在处理的,只是不显示。
1314学习网 发表于 2013-2-8 14:52:04 | 显示全部楼层
前排。。。。
回复

使用道具 举报

chengjiabing 发表于 2013-2-9 23:05:38 | 显示全部楼层
顶个谢谢分享http://www.yioso.com/
回复

使用道具 举报

iyunxi 发表于 2013-2-12 16:52:34 | 显示全部楼层
收藏用的,回头试试!
回复

使用道具 举报

众成天下 发表于 2013-3-5 00:14:33 | 显示全部楼层
感谢楼主的精彩分享,www.136936.com 谢谢了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-6-2 10:43 , Processed in 0.117374 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表