luki4ever Posted July 24, 2014 Share Posted July 24, 2014 witam, jak ułożyć podkategorie alfabetycznie ? Nie mogę znaleźć takiej opcji. z góry dziękuję Link to comment Share on other sites More sharing options...
0 vekia Posted July 24, 2014 Share Posted July 24, 2014 które podkategorie? w top menu? bloku kategorii po lewej? może gdzieś indziej? Link to comment Share on other sites More sharing options...
0 luki4ever Posted July 24, 2014 Author Share Posted July 24, 2014 fakt, zapomnialem o tym wspomnieć! chodzi mi o poziome menu na stronie głównej i ułożenie podkategorii alfabetycznie. Link to comment Share on other sites More sharing options...
0 vekia Posted July 25, 2014 Share Posted July 25, 2014 w pliku modułu: blockcategories.php jest taka linia: $this->_menu .= $this->generateCategoriesMenu(Category::getNestedCategories($id, $id_lang, true, $this->user_groups)); zatem to co musimy zrobić to zdefiniować $sql_sort w tym celu linię o której wspomniałem rozbudowujemy o dodatkowe argumenty $this->_menu .= $this->generateCategoriesMenu(Category::getNestedCategories($id, $id_lang, true, $this->user_groups,true,'','ORDER BY c.`level_depth` ASC, cl.`name` ASC ')); Link to comment Share on other sites More sharing options...
0 luki4ever Posted July 25, 2014 Author Share Posted July 25, 2014 dziękuję za szybką odpowiedź Link to comment Share on other sites More sharing options...
Question
luki4ever
witam,
jak ułożyć podkategorie alfabetycznie ? Nie mogę znaleźć takiej opcji.
z góry dziękuję
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now