Page 1 of 1

Re: feature request: ORDER of Categories

Posted: 10 Apr 2010, 15:14
by Jan
Hi, this is not easy, the category displaying is a tree displaying. So you need to customize the model - to get all the data and then you need to customize the tree of categories. (As there can be different problems - not displayed categories, not published categories, only for registered categories, different parameters e.g. to not display empty categories, to not display subcategories, ...) ... not easy there,

the model is there:
components\com_phocagallery\models\categories.php

the view:
components\com_phocagallery\views\categories\view.html.php

Jan