View Single Post
  #18  
Old 04-01-2009, 12:25 AM
 
benz benz is offline
 

Senior Member
  
Join Date: Oct 2007
Posts: 111
 

Default Re: Subcategory Mods on 4.2.0

To fix the order issue, can you not just change the line from:
PHP Code:
func_get_categories_list("",true,"all"); 
to
PHP Code:
func_get_categories_list("",true,"sub_orderby"); 

Or does this no longer work in 4.2
__________________
Version 4.1.8
Version 4.1.11
Reply With Quote