Closed (fixed)
Project:
Auto Menu Title
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 05:04 UTC
Updated:
9 Feb 2011 at 13:09 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| auto_menutitle-fieldset_collapsed.patch | 1.25 KB | agileware |
Comments
Comment #1
lpalgarvio commenteduseful, 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.
Comment #2
alexkb commentedThanks 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.
Comment #3
alexkb commented