Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Modify the method of supporting dede tag call on the Weaving Dream DEDECMS search page

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you to modify the dream weaving DEDECMS search page to support dede tag call method, I believe that most people do not know much about it, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!

Dream DEDECMS search page support dede tag call how to modify?

Recommended study: dream weaving cms

The DedeCMS dream template search page supports the modification method called by the dede tag:

The php file of the dede template search page is search.php. If we want to make the search page support the dede tag, we have to modify this file to create a dream template group.

Let's talk about how to make the search page support arclist and channelartlist tag calls.

Open include/arc.searchview.class.php

Find

Require_once (DEDEINC. "/ taglib/hotwords.lib.php"); require_once (DEDEINC. "/ taglib/channel.lib.php")

Insert below

Require_once (DEDEINC. "/ taglib/arclist.lib.php"); require_once (DEDEINC. "/ taglib/channelartlist.lib.php")

Find

Else if ($tagname== "hotwords") {$this- > dtp- > Assign ($tagid,lib_hotwords ($ctag,$this);}

Insert below

Else if ($tagname== "arclist") {$this- > dtp- > Assign ($tagid,lib_arclist ($ctag,$this);} else if ($tagname== "channelartlist") {$this- > dtp- > Assign ($tagid,lib_channelartlist ($ctag,$this));}

Here, if we need to support other dede tags, you can refer to the above code to modify it.

The above is all the contents of the methods that modify the Weaving Dream DEDECMS search page to support dede tag calls, thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report