In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to call custom fields on the Weaving Dream CMS search results page, which can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.
1: locate and open the extend.func.php file in the include directory, and add the following code at the end of the file:
Function Search_addfields ($id,$result) {global $dsql; $dedejs = $dsql- > GetOne ("SELECT * FROM `dede_ addonsoft` where aid='$id'"); $name=$dedejs [$result]; return $name;}
Addosoft is an additional table to call custom fields. In Weaving Dream backend Core-> Channel Model-> content Model Management, you can see that the software model is generally addonsoft, and ordinary articles are generally addonarticle. This is changed according to specific needs, and others do not need to be modified.
2: next, find and open the arc.searchview.class.php file in the include directory, search for "/ / handle some special fields", and add the following code below:
$row ["softsize"] = Search_addfields ($row ["id"], "softsize")
Softsize is the name of the software-sized field. If you have multiple custom fields, add multiple lines, but be sure to change the softsize to the field name.
After the addition is completed, the final step is to call the search template too. Using the [field:softsize/] tag in search.htm, you can call out the software size.
Thank you for reading this article carefully. I hope it will be helpful for everyone to share the dream weaving CMS search results page how to call the custom field content. At the same time, I also hope that you will support more, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!
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.