Closed (fixed)
Project:
SystemMask
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2007 at 17:57 UTC
Updated:
11 Nov 2008 at 15:53 UTC
I have installed and enabled the module, but cannot find any configuration page anywhere in Admin such that I can define which modules are to be hidden or required. What am I missing?
Comments
Comment #1
jraper@groups.drupal.org commentedFor those that follow - in the module file you will find a block of code (near the top) labeled "sample usage". Copy this block of code into your theme's template.php file (create if necessary) and uncomment the appropriate lines so that you end up with:
Then replace the array elements with those module names that you wish to require or hide.
Then go to admin/modules and click the "Save configuration" button. You might have to do this twice in order for the settings to "take".
Comment #2
jraper@groups.drupal.org commentedClosing bug report.
Comment #3
Steve Dondley commentedI've added documentation to the README file. See http://drupal.org/node/332783