织梦在搜索结果页按栏目分块显示数据(无分页)
类别:建站知识   时间:06-11

1、搜索框代码里使用name="q"作为搜索框属性,例如

2、打开 /include/taglib/arclist.lib.php 找到,大概在188行

$innertext = trim($innertext);

在它下面加入

preg_match("/~([A-Za-z0-9_]+)~/s", $keyword, $conditions);if(isset($_REQUEST['q']) && $keyword = '~q~'){preg_match("/~([A-Za-z0-9_]+)~/s", $keyword, $conditions);$keyword = addslashes(trim($_REQUEST['q']));}

继续找到

$taghash = md5(serialize($ctag).$typeid);

改成

$taghash = md5(serialize($ctag).$typeid.$keyword);

3、搜索结果模板search.htm里调用标签写法

{dede:channelartlist row=5 typeid=top}<h2>{dede:field.typename/}</h2><div><ul>{dede:arclist row='20' titlelen='250' keyword='~q~'}<li><a href="[field:arcurl/]" target="_blank">[field:title/]</a></li>{/dede:arclist}</ul></div>{/dede:channelartlist}

完成

智慧半岛,是一家专注于青岛网站建设青岛网站开发的青岛网络公司,Copyright ©2007-2019 Ebandao.Cn 版权所有 All Rights Reserved.(建议在1366x768以上的浏览器中访问)鲁ICP备08014496号

13153297890