Author Topic: Sort by Name on Sub Categorie  (Read 3353 times)

0 Members and 1 Guest are viewing this topic.

Offline salimiali

  • Newbie
  • *
  • Posts: 11
    • View Profile
Sort by Name on Sub Categorie
« on: September 11, 2005, 09:20:41 AM »
Hi dear(s):
how i can have sort by name automaticy on categories? for example:

on address:
sitename.com/admin/edit categoris/  Britney Spears,Ashanti,Eminem

i can not move top/down one by one because my categoris is more than 500, i need to one mode for sort by name automatic like this:

on address:
sitename.com/admin/edit categoris/  Ashanti,Britney Spears,Eminem

Ok? Pleae Help Me Thank You Very Much!

Offline salimiali

  • Newbie
  • *
  • Posts: 11
    • View Profile
help me!
« Reply #1 on: September 13, 2005, 05:51:04 PM »
help me plz, if is like topic on site please tell me because my request is very important.

i need to a mode for sort by name on sub categories ..!

for example on categori a-z:
z
b
f
a

covert to:
a
b
f
z
(sort by name)

Offline Xyu BAM

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Re: Sort by Name on Sub Categorie
« Reply #2 on: September 14, 2005, 03:14:20 PM »
in global.php find:
Code: [Select]
          ORDER BY cat_order, cat_name ASC";

Replace it with:
Code: [Select]
          ORDER BY cat_name ASC";