Active
Project:
Menu HTML
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 13:23 UTC
Updated:
19 Oct 2013 at 19:35 UTC
Hello,
when I do not enable the menu for a certain content type, the menu selection fields do not appear but there is still the option field from the Menu-HTML- Modul http://drupal.org/project/menu_html.
(" If you want to add html tags to the title of a menu, enable this. This should only be accessible to trusted users.). How can I make to disappear this?
Is this something to post here or should I post it to the menu html?
Regards
Adriana
Comments
Comment #1
vasikei think it's for menu html
Comment #2
mzwyssig commentedSubscribing.
Comment #3
gagarine commentedI will certainly not try to fix this one...
Comment #4
elwyn commentedI've just run into this bug while trying to fix another HTML Menu bug (see: https://drupal.org/node/1716906).
I'm running Drupal 7.15 with Menu HTML 7.x-1.x-dev
I've fixed it by modifying menu_html.module.
Inside the menu_html_form_alter function I've added a condition to the if statement: && isset($form['menu'])
Sorry I'm not sure how to turn this into a .patch file. Hope it helps!
Comment #5
KerriO commentedThanks for the fix, elwyn.
gagarine — thanks for the module! Curious—was that a typo when you said you will certainly not try to fix it?
Comment #6
gagarine commentedThis is fixed for the 7.x.
@KerriO yes was a typo... (I think or perhaps I didn't get the issue).
Comment #7
gagarine commented