-
AuthorPosts
-
May 13, 2015 at 10:53 pm #206322
I would like to know how can I change the categories order in the module “JoomlArt Advanced Custom Module – Magazine – Category Listing : style-1”. Now are ordered alphabetically.
Thankspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 14, 2015 at 5:51 am #570516Hi
You have the feature Article order for this
If you want to order Categories instead you should edit php code templatesja_teline_vacmnews-listtmplstyle-1.php
May 14, 2015 at 5:34 pm #570577Hi, I would like to order the categories. What I need to change in that file to order the categories by Joomla Category ORDER)
Thanks!pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 14, 2015 at 5:38 pm #570579<em>@piojo777 473373 wrote:</em><blockquote>Hi, I would like to order the categories. What I need to change in that file to order the categories by Joomla Category ORDER)
Thanks!</blockquote>Sorry but customizing php files is out of the scope of this forum , i can suggest to hire a developer to make such type of customizations.
1 user says Thank You to pavit for this useful post
May 14, 2015 at 11:23 pm #570598Hi, Pavit, i don’t expect a customization for this module, i’m just asking how to order the categories (a basic feature that maybe should have come with the module)
The module load the categories here:
if (!count($catids)) return ;
$categories = JATemplateHelper::loadCategories($catids);As “loadCategories” is a Class from JATemplateHelper (from T3), is there a way to pass a parameter to order the Category listing according the defeault Joomla category order? Could you provide this information at least?
Thanks in advance.
May 14, 2015 at 11:23 pm #735661Hi, Pavit, i don’t expect a customization for this module, i’m just asking how to order the categories (a basic feature that maybe should have come with the module)
The module load the categories here:
if (!count($catids)) return ;
$categories = JATemplateHelper::loadCategories($catids);As “loadCategories” is a Class from JATemplateHelper (from T3), is there a way to pass a parameter to order the Category listing according the defeault Joomla category order? Could you provide this information at least?
Thanks in advance.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 15, 2015 at 5:32 am #570626Hi
<blockquote>i’m just asking how to order the categories (a basic feature that maybe should have come with the module)</blockquote>
I can agree with you on this and your suggestion will be passed to Joomlart developers to be evaluated and eventually added as feature in the next module release.
<blockquote>As “loadCategories” is a Class from JATemplateHelper (from T3), is there a way to pass a parameter to order the Category listing according the defeault Joomla category order?</blockquote>
This is what i was talking in my previous post , a way to customize this should be but this means to develop a new customization over the php classes for the whole template , and this is not the scope of this forum , sorry
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 15, 2015 at 5:32 am #735689Hi
<blockquote>i’m just asking how to order the categories (a basic feature that maybe should have come with the module)</blockquote>
I can agree with you on this and your suggestion will be passed to Joomlart developers to be evaluated and eventually added as feature in the next module release.
<blockquote>As “loadCategories” is a Class from JATemplateHelper (from T3), is there a way to pass a parameter to order the Category listing according the defeault Joomla category order?</blockquote>
This is what i was talking in my previous post , a way to customize this should be but this means to develop a new customization over the php classes for the whole template , and this is not the scope of this forum , sorry
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by pavit 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Category order in Magazine – Category Listing : style-1
Viewing 8 posts - 1 through 8 (of 8 total)