In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the method of sorting dede by ID, which is very detailed and has certain reference value. Friends who are interested must finish reading it!
How does dede sort by ID?
Dede sorting problem: how to sort by the ID written by yourself, change the function. It can be easily realized. Here is a specific example that you can refer to.
Recommended study: dream weaving cms
Change the function to sort according to the ID written by yourself.
Methods:
1. Open include/taglib/channelartlist.lib.php, find about 78 lines, and put
The code is as follows:
$dsql- > SetQuery ("SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath FROM `dede_ arctype` WHERE $tpsql ORDER BY sortrank ASC LIMIT $totalnum")
Modified to:
The code is as follows:
$dsql- > SetQuery ("SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath FROM `dede_ arctype` WHERE $tpsql ORDER BY substring_index ('$typeid',id,1) LIMIT $totalnum")
2. Foreground call tag:
The code is as follows:
{dede:channelartlist typeid='1,2,3,4,5,6'} {dede:type} [field:typename/] {/ dede:type} {/ dede:channelartlist}
According to the ID order of the column, just change the order of ID according to the sort you want.
These are all the contents of dede's method of sorting by ID. Thank you for reading! Hope to share the content to help you, more related 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.
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.