Modules sorted by publish status

From Joomla! Documentation

Revision as of 19:11, 1 August 2008 by Erdsiger (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Just a simple thing, in order to how to see all modules list sorted by active status (published). It may useful if you're using many modules and some of them have been deactivated.

Open the /administrator/components/com_modules/admin.modules.php file and change this line (around line 144)

. "\n ORDER BY position ASC, ordering ASC"

to

. "\n ORDER BY published DESC, ordering ASC"
Personal tools