Admin side article sorting - Joomla! Forum - community, help and support
before 2.5.8, used work sort articles newest 1st default:
administrator/components/com_content/models/articles.php.
change this:
to this:
ignore this. change above still works. looking @ wrong site.
administrator/components/com_content/models/articles.php.
change this:
code: select all
parent::populatestate('a.title', 'asc');to this:
code: select all
parent::populatestate('a.created', 'desc');ignore this. change above still works. looking @ wrong site.
Comments
Post a Comment