currently, the signup form on nodes is always collapsed by default. on my site, i'd like it to always be open by default (since the signup is one of the most important parts of viewing an event for any roles with signup permissions.

attached patch adds a simple set of radios to control if the signup form should be collapsed or expanded by default. is this too crazy to actually add to the settings UI? should i just make it a well-commented constant at the top of signup.module instead, and let folks toggle the constant if they want to tweak this?

Comments

dww’s picture

better version:
- adds a description for the new setting.
- moves the global signup settings into a fieldset, since there are now more than 1 of them.

dww’s picture

upon further consideration, i think this belongs in a new "Advanced settings" fieldset, which should be collapsed by default.

dww’s picture

Status: Needs review » Fixed

after a brief discussion in IRC with add1sun, committed to HEAD and added to http://drupal.org/node/95695.

Anonymous’s picture

Status: Fixed » Closed (fixed)