Thread
:
Subcategory Mods on 4.2.0
View Single Post
#
18
04-01-2009, 12:25 AM
benz
Senior Member
Join Date: Oct 2007
Posts: 111
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
benz
View Public Profile
Send a private message to benz
Find all posts by benz