Please NOTE! We do not offer any kind of support through the forum.
Ticket support is available for all subscribers. Not a subscriber? Sign up here!
forum-support
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [awd] possible to sort the overview list category?

[awd] possible to sort the overview list category? 2 years 3 months ago #27655

  • Michael Seidler
  • Michael Seidler's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 330
  • Thank you received: 2
i create a new menuitem with list of all eventcategories.

but the list is not possible to sort. i will have a special place for every category in this list.

The importants at first, normally ;-)

who i can do this?

At the Moment it's sortet by ID not by Sortet-ID, i think this is better, why i need in the backend a option to sort when i can't use it ;-)



greetings from berlin


Michael from de-DE
Last Edit: 2 years 3 months ago by julienV.
The administrator has disabled public write access.

Re: its possible to sort the overview list category? 2 years 3 months ago #27952

  • julienV
  • julienV's Avatar
  • OFFLINE
  • Moderator
  • Posts: 2701
  • Thank you received: 154
indeed, it's currently not sorted... fixed for next release.

meanwhile, just add
$query .= '  ORDER BY c.ordering ASC ';
after
$query .= '   GROUP BY c.id ';
in the end of _buildQuery function of models/categories.php
For all support request, please provide your current versions of joomla, and of the redcomponent extensions.
Last Edit: 2 years 3 months ago by julienV.
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.609 seconds