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

 找回密码
 立即注册
搜索

batch.search.php 只能搜索资讯里的内容

[复制链接]
benba 发表于 2009-10-31 11:28:31 | 显示全部楼层 |阅读模式
通过搜索只能出资讯里的内容.是因为在batch.search.php里加了type的判断吧.
我把:
  1. $urlplus = 'searchkey='.rawurlencode($searchkey).'&type='.rawurlencode($type);
复制代码
改成了:
  1. $urlplus = 'searchkey='.rawurlencode($searchkey);
复制代码
及删除了:
  1.         $type = postget('type');
  2.         if(!in_array($type, $_SGLOBAL['type'])) $type = '';
复制代码
可以搜索出其它频道的内容了.
回复

使用道具 举报

五元超市 发表于 2009-11-1 09:20:41 | 显示全部楼层
不错的修改。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-15 18:56 , Processed in 0.123574 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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