Author Topic: order category by name  (Read 5482 times)

0 Members and 1 Guest are viewing this topic.

Offline seksihatun

  • Pre-Newbie
  • Posts: 4
    • View Profile
order category by name
« on: March 27, 2005, 08:27:14 PM »
Hi

i would like to order categories by name.. How can i do it...

i am using 4images 1.71
Thank you.

Offline seksihatun

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: order category by name
« Reply #1 on: March 27, 2005, 10:40:27 PM »
i have solved that problem
in global.php
 find order by cat_order
and fix it
order by cat_name

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: order category by name
« Reply #2 on: March 28, 2005, 10:01:48 PM »
bei der Version 1.7
im Global.php
find:
          ORDER BY  c.cat_order, c.cat_name  ASC";

and change it to
          ORDER BY  c.cat_name, c.cat_order ASC";


sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline ManniC

  • Full Member
  • ***
  • Posts: 182
    • View Profile
    • photographic impressions
Re: order category by name
« Reply #3 on: March 29, 2005, 07:38:16 AM »
Thx for this tip.

Is there a way to sort only subcats automatically?
Viele Grüße / Best Regards
Manfred
------------------------------------------------------
photographic impressions powered by mc-com.de[/color][/url][/size]

Offline blitzy

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://www.cs-media.org
Re: order category by name
« Reply #4 on: April 02, 2005, 03:11:47 AM »
Is there a way to sort only subcats automatically?

I've also been searching for this solution but haven't been successful. :( Please help!

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: order category by name
« Reply #5 on: April 02, 2005, 08:52:50 AM »
Beati pauperi spiritus

4images 1.7 // My Installed Mods