Remove links to unused system modules?
Page: 1
Has anyone removed the tabs / quickadd areas for system modules that you are not planning on using? For example, we want to remove any indication of uploading files to the server and the timetracking area. This is purely cosmetic. I do understand that this would probably break easy upgrading.
Right now I've got a hack of commenting out the contents of the modules I don't want to show in their /activecollab/applications/modules/%module%/handlers directory.
It looks like ActiveCollab.class.php might have the ability to list the modules in an array (rather than grabbing a list of all of them), but I'm unsure of the syntax.
Any help would be appreciated.
Thanks
Right now I've got a hack of commenting out the contents of the modules I don't want to show in their /activecollab/applications/modules/%module%/handlers directory.
It looks like ActiveCollab.class.php might have the ability to list the modules in an array (rather than grabbing a list of all of them), but I'm unsure of the syntax.
Any help would be appreciated.
Thanks
Ilija Studen
on Mar 8. 2008. 3:05 am
Easiest way to hide tabs is to use his simple hack. Note that this only hides the tab, module remains functional if someone knows how to access it directly.
activeCollab team member



