Closed (duplicate)
Project:
Exclude Node Title
Version:
7.x-1.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2013 at 00:34 UTC
Updated:
20 Apr 2013 at 20:48 UTC
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
Comment #1
jjmonterey commentedThis 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.
Comment #2
cfox612 commentedAlso running 7.21 and no it does not show. You can still access the menu directly: admin/config/content/exclude_node_title
Comment #3
fizk commentedThis has been fixed in #1090474: UX Improvments.