Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
You 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:
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