In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you the solution that dedecms search pages can not use tags such as arclist. I hope you will gain a lot after reading this article. Let's discuss it together.
What if the dedecms search page cannot use tags such as arclist?
This paper illustrates the solution that dedecms search pages can not use tags such as arclist. Share it with you for your reference. The specific methods are as follows:
This describes the method that the dedecms template search page search.php supports arclist and channelartlist tag calls. The steps are as follows:
Open include/arc.searchview.class.php.
Find:
The code is as follows:
Require_once (DEDEINC. "/ taglib/hotwords.lib.php"); require_once (DEDEINC. "/ taglib/channel.lib.php")
Insert below
The code is as follows:
Require_once (DEDEINC. "/ taglib/arclist.lib.php"); require_once (DEDEINC. "/ taglib/channelartlist.lib.php")
Find
The code is as follows:
Else if ($tagname== "hotwords") {$this- > dtp- > Assign ($tagid,lib_hotwords ($ctag,$this);}
Insert below
The code is as follows:
Else if ($tagname== "arclist") {$this- > dtp- > Assign ($tagid,lib_arclist ($ctag,$this));} else if ($tagname== "channelartlist") {$this- > dtp- > Assign ($tagid,lib_channelartlist ($ctag,$this));} after reading this article, I believe you have some understanding of the solution that arclist and other tags can not be used in dedecms search pages. Want to know more about it, welcome to follow the industry information channel, thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.