In admin area, how can I sort the article in the menu "Edit Articles" (Beiträge genehmigen) by category name?
When I try to edit record.show.php and change the query at line 31 to:
Code: Select all
SELECT faqdata.id, faqdata.lang, faqdata.rubrik, faqdata.thema, faqdata.author, faqcategories.name, faqcategories.id
FROM faqdata, faqcategories
WHERE faqdata.rubrik = faqcategories.id
ORDER BY faqdata.rubrik, faqdata.id
It's more useful to sort by name rather than ID.
A lot of thx, Dominique
PS: I use 1.4.1