Forums › Forums › Menus › Order ascending/descending by Categories ID in WP 2.7.1 doesn‘t work
- This topic has 25 replies, 4 voices, and was last updated 15 years, 4 months ago by
imported_Ryan.
-
AuthorPosts
-
April 1, 2009 at 5:54 am #5553
imported_Ryan
MemberI doubt that the German version is behaving any differently. I’ll do some testing and will post back later (maybe in a day or two).
April 1, 2009 at 9:12 am #5554imported_Ryan
Member@daver – I’ve done some testing, but I can’t find any problems with it. What specifically is not working?
April 1, 2009 at 12:43 pm #5555etruel
Member"Ryan" wrote:A new version is available in another topic … https://geek.hellyer.kiwi/forum/http://local … ic.php?t=4etrule – I’m about to take a look at your other suggestion and will hopefully get that implemented too. I’ve added a credit to you in the readme.txt file (will appear in the plugin repository once it’s uploaded), would you like a link added to your name? If so, just let me know the URL and I’ll add it in.
Hi Ryan! thanks!
My link is http://www.netmdp.com ” title=”Grin” />
April 1, 2009 at 2:39 pm #5556Anonymous
Memberits still ordered alphabetical and not by ascending ID… i use the newest version of your plugin and wo 2.7.1 DE-Edition.
maybe i‘m stupid and i‘ve configured it wrong, but where i can do a failure??
thanxxx!April 1, 2009 at 8:18 pm #5557imported_Ryan
MemberI’ll try it using ascending ID again and see if it is working correctly for me. I may possibly have only tried descending ID when I tested it and forgotten to check ascending as well.
April 1, 2009 at 8:20 pm #5558imported_Ryan
MemberIt seems to be working fine. The categories are ordered in ascending ID and definitely not alphabetically for me when I use the ‘Ascending ID #’ option.
August 18, 2009 at 9:45 pm #5559Anonymous
MemberHi Ryan,
firstly, thanks for the great plugin.
It seems that the issue descibed in this topic has somehow found it’s way back in your code (version 2.1.11). The sorting on Category ID is broken again, and the solution mentioned in this topic fixes it.
August 19, 2009 at 12:38 pm #5560imported_Ryan
MemberThe category order system appears to be working fine on all of my installations of the Multi-Level Navigation plugin.
August 19, 2009 at 12:54 pm #5561imported_Ryan
MemberAh, I’ve got it! I wasn’t triggering the bug because of the way I was testing it. A new version is being uploaded right now which fixes this problem.
March 8, 2010 at 10:00 pm #5562Anonymous
Member"etruel" wrote:Hi
a temporal solution of this bug until the update of the plugin is edit the file [b:3n9diusi]core.php[/b:3n9diusi] in the plugin folderthe line 67
[code:3n9diusi]wp_list_categories(‘title_li=&’.$suckerfish_categorycount.$suckerfish_categoryshowempty.’&’.get_option(‘suckerfish_includeexcludecategories’).’=’.get_option(‘suckerfish_excludecategories’).$suckerfish_depthcategoriesecho);
[/code:3n9diusi]replace by
[code:3n9diusi]wp_list_categories(‘title_li=&’.$suckerfish_categorycount.$suckerfish_categoryshowempty.’&’.get_option(‘suckerfish_includeexcludecategories’).’=’.get_option(‘suckerfish_excludecategories’).$suckerfish_depthcategoriesecho.$suckerfish_categoryorderecho);[/code:3n9diusi]It’s work fine for me
” title=”Cheesy” />
it’s work fine for me too ! thanks
March 9, 2010 at 3:26 am #5563imported_Ryan
MemberGood to hear. The update should fix it too hopefully.
-
AuthorPosts
- You must be logged in to reply to this topic.