有人这样描绘四姑娘山:四姑娘山孕育着银色冬天的梦幻,绿色春天的生命,金色秋天的希望,蓝色夏天的憧憬。四姑娘山,走进她,靠近她,你才知道什么是美,这种美带给你的是各种不同的感受,四季轮转中也无改她的美丽,四姑娘山如婉约的少女,又如豪壮的勇士,伫立在天地间,无比的圣洁,不愧是蜀山之后,东方的阿尔卑斯。
织梦系统的搜索页调用arclist、channelartlist标签的方法有很多,以下是本人常用的一种调用方式,分享给大家!
打开include/arc.searchview.class.php
查找
1 2 | require_once (DEDEINC. "/taglib/hotwords.lib.php" ); require_once (DEDEINC. "/taglib/channel.lib.php" ); |
在下面插入
1 2 | require_once (DEDEINC. "/taglib/arclist.lib.php" ); require_once (DEDEINC. "/taglib/channelartlist.lib.php" ); |
查找
1 2 3 4 | else if ( $tagname == "hotwords" ) { $this ->dtp->Assign( $tagid ,lib_hotwords( $ctag , $this )); } |
在下面插入
1 2 3 4 5 6 7 8 | 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标签调用数据了。
以上就是一篇关于dede织梦搜索页调用arclist标签方法。一念执,千样苦楚来。更多关于一篇关于dede织梦搜索页调用arclist标签方法请关注haodaima.com其它相关文章!