In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Dedecms chinese and english search results to achieve the method? This problem may be our daily study or work often see. I hope you learned something from this question. The following is the reference content brought to you by Xiaobian. Let's take a look together!
Dedecms English search results how to achieve?
Generally speaking, when we use DEDECMS to make Chinese and English stations, we need to search only the contents of Chinese stations on Chinese stations, while only the contents of English stations will be searched on English stations. At this time, we need to make a separate template for the search column of English stations, which can be realized according to the following methods.
Copy the serach.php file in the plus directory and rename it searche.php as the new search file.
Edit searche.php to find this line of code
The code is as follows:
require_once(DEDEINC. "/arc.searchview.class.php");
Replace with:
The code is as follows:
require_once(DEDEINC. "/arc.searchviewen.class.php");
Copy the arc.searchview.class.php file in the include directory and rename it arc.searchviewen.class.php
Edit arc.searchviewen.class.php to find this line of code
The code is as follows:
$tempfile = $GLOBALS['cfg_basedir'].$ GLOBALS['cfg_templets_dir']. "/".$ GLOBALS['cfg_df_style']. "/search.htm";
changed to
The code is as follows:
$tempfile = $GLOBALS['cfg_basedir'].$ GLOBALS['cfg_templets_dir']. "/".$ GLOBALS['cfg_df_style']. "/search_en.htm";
Copy search.htm in the template and rename it search_en.htm. At this time, the template of the English station has been completed, and find the relevant search code of the English station, as follows:
The code is as follows:
/plus/searche.php, searche.php to search,name="typeid" value="26" This is the specified column ID.
Thank you for reading! After reading the above, do you have a general understanding of the implementation method of dedecms English and Chinese search results? I hope the content of this article is helpful to everyone. If you want to know more about related articles, please pay attention to 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.
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.