Is there a way to sort the category list in the left sidebar by category name rather than category id?
Thanks
Bob
Sort category list
3 posts
• Page 1 of 1
Sort category listIs there a way to sort the category list in the left sidebar by category name rather than category id?
Thanks Bob
In the conf/ApplicationDelegate.php file, you'll find a method:
This is where all the dirty work is done for this list. There are a couple things you can try: 1. Add an 'order by' clause so that the query becomes:
or 2. Change the 'group by' clause to use the category_name column.
-Steve
Thanks Steve!
I was trying to use "order by" earlier, but I was looking in the wrong place. Not even close, as a matter of fact. I tried the order by clause where you suggested, but it returned a mySql error. Your second suggestion worked perfectly. Bob
3 posts
• Page 1 of 1
Return to Web Auction Discussion Who is onlineUsers browsing this forum: No registered users and 8 guests |