4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: sally on June 26, 2003, 09:11:08 PM

Title: categories
Post by: sally on June 26, 2003, 09:11:08 PM
is there anyways i could get categories  like
categories A
categories B
categories C

AND NOT

categories C
categories A
categories B

how do i sort categories  please
Title: categories
Post by: Apollo13 on June 26, 2003, 09:59:08 PM
u can change the order in the admin panel. There are 2 arrows 2 do this.
Title: categories
Post by: sally on June 27, 2003, 10:28:56 PM
yeah i know but is alot i have any other way?
Title: categories
Post by: Jan on June 28, 2003, 10:57:42 AM
Maybe this will help:
http://www.4homepages.de/forum/viewtopic.php?t=4312

Or change in global.php
Find:
Code: [Select]
         ORDER BY c.cat_order, c.cat_name ASC";
replace with:
Code: [Select]
         ORDER BY c.cat_name DESC";
After that all categories will be ordered by their name Z-A. The custom order function will not work any longer after this.

Jan
Title: categories
Post by: V@no on June 28, 2003, 02:21:46 PM
also, there are couple of mods that do that. ;)