Closed (fixed)
Project:
Menu Subtitle
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Oct 2012 at 20:48 UTC
Updated:
4 Nov 2012 at 09:31 UTC
I installed a clean drupal 7.15, added a menu in the "Main Menu" and the subtitle field doesn't get saved at all.
Comments
Comment #1
Methos76 commentedYou are right. I tried this module too, 'cause I need subtitles for a project, and had the same problem.
But I'm a coder, so i looked into the module code and fixed the problem. There seemed to be code missing for inserting new entries into the database.
so I changed this code:
to this:
Now new entries are saved and existing entries are updated.
Would be glad if this helps someone and could be put into a new release.
Comment #2
mecmartini commentedYou were right!
It's because in the alpha1 I changed the way to store the data and I forgot to update the
menu_subtitle_form_submit()function.I fixed it and a new release is coming!
Comment #3.0
(not verified) commentedadded to the Main Menu