Greetings
I've got a little problem here.
Like many others I have a section called "News" which contains many sub-categories like "life", "games", "work" etc.
After a new news-item is published the mambo admin backend sorts and displays it first by category and afterwards by ID (descending).
For Example:
Title: News 3 -- Category: Games -- ID 3
Title: News 2 -- Category: Games -- ID 2
Title: News 1 -- Category: Games -- ID 1
Title: News 4 -- Category: Work -- ID 4
Title: News 5 -- Category: Life -- ID 5
Unfortunately I don't want it to behave like this!
I just want mambo to order the items by its ID (descending).
For Example: (Sames as above but reordered)
Title: News 5 -- Category: Life -- ID 5
Title: News 4 -- Category: Work -- ID 4
Title: News 3 -- Category: Work -- ID 3
Title: News 2 -- Category: Games -- ID 2
Title: News 1 -- Category: Games -- ID 1
Does anybody know how I can achieve this?
Please note: The frontend ordering is okay! It's just that backend which drives me crazy.
I searched the whole board and found some threads like this one:
Changing the content listing sort order
Unfortunately the content.php hack doesn't work with Mambo 4.5.1a stable.
Any ideas?
Help would be appreciated.
Thanks a lot
