Hi,

Is it possible to have the menu settings on the node creation form to be expanded by default?

Cheers,
Dave

Comments

markus_petrux’s picture

Status: Active » Fixed

Menu settings fieldset is not implemented by CCK, so altering the collapsed attribute of this fieldset is out of scope here.

You can do it from a pretty simple implementation of hook_form_alter() in custom module. If you need assitance with this, then please ask in the development forum.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.