Hi,

I have Drupal 7.17. I installed and enabled the Exclude Node Title module into my drupal website.
When I go to Home, admin, Configuration, menu, I do not see the the Exclude Node Title under the Content and Authoring.

I have to go to Home, admin, Modules and click Configuration to configure the Exclude Node Title settings.

thanks,
Baziz

Comments

JJmonterey’s picture

Priority: Normal » Minor

This behavior still occurs in Drupal 7.21. at Admin, Configuration, Exclude Node Title does not appear in the "Content Authoring" block in either Seven or Rubik. Interestingly however, if the Administration menu module and Administration menu Toolbar style module are enabled, the "Exclude Node Title" option appears in the drop down on the toolbar configuration/content authoring.
Replacing 'type' => MENU_LOCAL_TASK ,Line 42 of exclude_node_title.module to read: 'type' => MENU_NORMAL_ITEM, will place a menu link in the content authoring block at Admin, Configuration.
The author of this module may not have wanted that, but I don't think this causes any problems.
Any thoughts from more experienced users? Changing this to minor.

cfox612’s picture

Also running 7.21 and no it does not show. You can still access the menu directly: admin/config/content/exclude_node_title

fizk’s picture

Priority: Minor » Normal
Status: Active » Closed (duplicate)

This has been fixed in #1090474: UX Improvments.