I had a feature request from a user that they wanted the option to set automatic menu titles, but not to have it enabled by default. Currently, unless I am missing it, the only option we have in this regard is disabled, but that completely removes the option from the node. Instead the node should have everything that the enabled option provides, but just have the checkbox unchecked by default.
The patch would be simple so not posting it, but can write it if you want, but basically add an extra selection option to your admin setting "Enabled but unchecked by default" and then on line 41 of the module file do a variable_get on that setting instead of putting the value directly to TRUE.
Comments
Comment #1
alexkb commentedHi nowarninglabel, thanks for this suggestion. I've now implemented it into the current -dev release. The collapse setting was moved to its own checkbox too, as that makes more sense.
The changes probably won't get rolled out by drupal.org for another few hours. If you can try it out and comment back if it suits you, that'd be great. Thanks!
Comment #2
coderintherye commentedAwesome thanks for adding this, will give it a try this weekend.
Comment #3
alexkb commentedComment #4
alexkb commentedNow available in version 1.23. Please re-open issue, if there are any issues or side effects to report.