PDA

View Full Version : Caregory NOT sorted alphabeticaly


kd017
08-22-2005, 09:58 AM
Normaly the categories are sorted alphabetlicaly, is it possible to show them in the order you put them?

Ap0s7le
08-22-2005, 07:48 PM
Not at this time, it will be in the future.

Thank you

-Casey

tonyb
08-27-2005, 04:12 PM
Not entirely sure if this would work, but when you select the categories in your index.php script, it says ORDER BY TITLE (line 83 of index.php in RC5.2) - surely by amending this to ORDER BY DATE ADDED as an example, it would change the order the rows are returned, which would then change the order the categories are displayed?

Haven't tested, but would have thought the logic was there somewhere....

Ap0s7le
08-27-2005, 11:44 PM
Tony, you're correct. It's all based off the query, most people tend to not want to hack it but rather use the admin.

Most aren't savvy like you.

later bro

-Casey