In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how dedecms weaves dreams to add search function to the list of backstage administrators, 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.
How does dedecms dream weave a search function to the list of background administrators?
Recently, we have made a management system for a customer with the dream weaving system. The number of administrator accounts assigned by the customer has reached more than 300, which is very inconvenient to search. It is actually quite easy to add an administrator account search function at the request of the customer. There are two ways to modify the file. First, open the file:
1. Default is / dede/templets/sys_admin_user.htm, and add the code in the appropriate location:
Administrator search:
2. Find / dede/sys_admin_user.php, find:
Else $rank = "WHERE CONCAT (dede_admin.usertype) ='$rank'"
Add under this:
If (! isset ($keyword)) $keyword ='; else $keyword = trim (FilterSearch ($keyword))
Find: $query = "SELECT dede_admin.*,dede_arctype.typename FROM dede_admin LEFT JOIN dede_arctype ON dede_admin.typeid = dede_arctype.id $rank";, modify to:
If ($keyword'') {$query = "SELECT dede_admin.*,dede_arctype.typename FROM dede_admin LEFT JOIN dede_arctype ON dede_admin.typeid = dede_arctype.id $rank where userid LIKE'% $keyword%' OR uname LIKE'% $keyword%'";} else {$query = "SELECT dede_admin.*,dede_arctype.typename FROM dede_admin LEFT JOIN dede_arctype ON dede_admin.typeid = dede_arctype.id $rank" } Thank you for reading this article carefully. I hope it is helpful for everyone to share how dedecms weaves a dream to add search function to the list of background administrators. At the same time, I also hope you can support us, pay attention to the industry information channel, and find out if you have any 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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.