Home arrow Help & Tips arrow Joomla Help & Tips arrow Administrator Component List Hack

Administrator Component List Hack

Print E-mail
User Rating: / 16
PoorBest 
Written by raoult   
Sunday, 09 April 2006

Here is a little hack to make the 'Components' tab on the right side of the 'Home' administrator screen show all components by default.

In your mod_components.php file under administrator/modules/, change the following lines (59-63 in my file):

 

if ( $task == 'listcomponents' ) {

       $topLevelLimit = 10000;        

} else {        

       $topLevelLimit = $count;        // }

 

to look like:

 

// if ( $task == 'listcomponents' ) {
            $topLevelLimit = 10000;
        // } else {
        //    $topLevelLimit = $count;
        // }

 

That will do it, but if you really want to be complete you should go through the next section of code and take out the  topLevelLimit checks. The list loads very fast on my system, so I didn't feel this was needed (expect to have to make this change every time you update your core system).

 

enjoy

-raoult 

 

Comments (1)add feed
Wow, what a hack! : mangoman
Thank you SO much!

What a nice surprise to visit this site & discover this hack. It'll save me time that I feel I've previously wasted through waiting.
April 10, 2006
Write comment

You must be logged in to post a comment. Please register if you do not have an account yet.

 
< Prev   Next >



 
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal.
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use