Very much a Drupal newbie and I am finding my way around just fine...however... I installed a module that has a feature I want to turn off and now cannot identify which module does so, I have spent almost 2 days turning modules on and off( I have about 25 of them installed) but no luck... I am hoping a Drupal veteran can read this and know immediately in which module this features resides...sorry, had no idea how to search this in the current help sections...thanks for any assistance...

Currently using DevDesktop to run the site locally...when I view the site on this machine each section/area of the page has a white box box with what I think is the name of the CSS class in black. I would like this feature turned off. I turned off CSS editor module but still no luck. Using Drupal 7.

Thanks again for any help.

Comments

hugob’s picture

I decided to deactivate everything, one component at a time....in theend not a module at all but rather the theme... it was the Pixture Reloaded subtheme, a setting under debugger, in case this ever would help anyone else.

kunalkursija’s picture

Hi Hugob,

Since you dont remember the module name which you enabled, you need to do trial and error of module De-activation & Activation.

To ease this process.

1) You must disable only contributed modules and not the core one's

2) Core modules Reside in the root directory of website under the folder called MODULES.

3) Where as Contributed modules are present under "Sites/All/Modules" Folder.( There could be another sub folder contrib or Core inside this)

4) You can distinguish code modules from contrib modules via .info file in module.

package = Core -> CORE MODULES

Where as for contributed or custom modules it is different (need not be always but its a good check).

Best of luck !