修改过程如下:
打开
1 |
include /arc.searchview. class .php |
查找:
1 |
require_once (DEDEINC. "/taglib/hotwords.lib.php" ); require_once (DEDEINC. "/taglib/channel.lib.php" ); |
1 |
require_once (DEDEINC. "/taglib/arclist.lib.php" ); require_once (DEDEINC. "/taglib/channelartlist.lib.php" ); |
找到:
1 |
else if ( $tagname == "hotwords" ) { $this ->dtp->Assign( $tagid ,lib_hotwords( $ctag , $this )); } |
在下面插入:
1 |
else if ( $tagname == "arclist" ) { $this ->dtp->Assign( $tagid ,lib_arclist( $ctag , $this )); } else if ( $tagname == "channelartlist" ) { $this ->dtp->Assign( $tagid ,lib_channelartlist( $ctag , $this )); } |
这样就可在dedecms织梦搜索页面使用arclist和channelartlist标签调用数据了