Seeing as the menu item is being automatically created it would often be the case that no one wants to look at the menu options.

This patch adds a third choice for each content type:
Copy the node title into the menu title field and collapse the menu fieldset

In which case the module works as usual but the menu fieldset on the node edit form is initially collapsed.

The patch applies to 6.x-1.2 and 6.x-1.x-dev.

Comments

lpalgarvio’s picture

useful, but eclipsed by Vertical Tabs, which sorts the fields into vertical tabs on the left.
this is also the way all forms are made in D7 core. it is meant to replace field sets.

also, the module Fieldset Helper already does this feature (if Vertical Tabs isn't enabled) - it saves the field state.
if you collapse it, it will show as collapsed the next time for the particular content type selected.

so my opinion is that the module could avoid this feature, given there's 2 modules that already do this.

alexkb’s picture

Thanks for the patch Agileware.

LPCA makes a good point - most people will use verticaltabs, so this won't have any effect. Nevertheless, there are some that might not, so I've applied the patch with a few minor tweaks, and committed the changes. I'll roll a new release shortly.

Thanks.

alexkb’s picture

Status: Needs review » Closed (fixed)