Page 1 of 1

Custom Group Names Order, possible?

Posted: Tue Jul 30, 2013 5:55 pm
by cloudgp
Hi, Got a doubt about this. My custom group names are ordered in the same way that my categories, but since names are different, they are not ordered correctly. Is it possible to order alphabetically custom group names? If so, how should I do it?
Thank you.

Re: Custom Group Names Order, possible?

Posted: Wed Jul 31, 2013 11:17 am
by admin
At present time the only way i see is to sort it template itself ($categories_abc has all the information) but i'll think how to solve this in more template-wise way )

Re: Custom Group Names Order, possible?

Posted: Fri Aug 09, 2013 3:44 pm
by admin
O, it was added as

<category num=1-10 order=category_custom_name>
.........
</category>

Re: Custom Group Names Order, possible?

Posted: Sat Sep 07, 2013 3:21 pm
by cloudgp
Hi, I added the new code, it orders custom group names correctly but this is also adding the group names, not just the custom group names.
So I have this:
<category order=category_custom_name num=1-100 first_letter=b>
which is adding me the name groups with b as well, and custom group names of those may not be starting with b... so it gets a bit messy.
Can you please check this out?
Thx.

Re: Custom Group Names Order, possible?

Posted: Tue Sep 17, 2013 3:51 pm
by admin
ok
to make sure we won't screw up existing sites it was added as new tag

<category order=category_custom_name num=1-100 custom_name_first_letter=b>

Re: Custom Group Names Order, possible?

Posted: Wed Sep 18, 2013 1:27 pm
by cloudgp
Working fine, thank you ;)

Re: Custom Group Names Order, possible?

Posted: Wed Sep 18, 2013 1:36 pm
by admin
NP)