I love this module. It may be one of the best admin modules I ever installed! Well, until the new "admin" module. Unfortunately, module filter doesn't work with it.

I love both, but Admin Module has so many improvements that I had to disable my beloved Module filter.

It looks like an ajax/js load ordering issue. Please take a look at is and see if you can use both.

thanks for a great! solution!

Comments

3dloco’s picture

Hello,

Not sure if is the same issue, but I am having problems with enabling/disabling modules with the Module Filter and it might be a conflict/ajax issue when other modules are enabled.

I currently have the Module Filter 6.x-1.2, Administration Menu 6.x-3.0 alpha3, and the Contrib Toggle 6.X-1.3.

When using these three modules, it looks like the Module Page freezes up and core and/or required modules get disabled while dependent modules are still enabled, even though I did not disable the required modules.

Therefore, I get a WSOD (white screen). To fix it I did a manual update of the DB (system table) to enable the modules that got disabled (set status=1) and it fixed the WSOD.

At first, I thought it was a mistake and that I had press the Contrib Toggle and disable a bunch of modules. However, this has occurred now three times and it looks like it might be related to this issue posted.

janusman’s picture

It "works" for me, but the modules listing is waaaay down in the page (I have tabs enabled).

I commented the "Filter" text field, and it works:

function module_filter_form_alter(&$form, $form_state, $form_id) {
  if ($form_id == 'system_modules' && !isset($form['confirm'])) {
    // Commented the following
    /*$form['module_filter'] = array(
      '#type' => 'textfield',
      '#title' => t('Filter list'),
    );*/

EDIT: might be related to #520908: Module Filter input box layer height expands when the tabs are enabled

greenskin’s picture

Status: Active » Fixed

If this issue is related to #520908: Module Filter input box layer height expands when the tabs are enabled then it has been fixed. Otherwise reopen and further describe issue.

Status: Fixed » Closed (fixed)
Issue tags: -modules, -Ajax, -administration menu, -Admin Module, -Module Filter, -contrib toggle

Automatically closed -- issue fixed for 2 weeks with no activity.