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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | signup_fieldset_collapse_setting.patch_2.txt | 1.73 KB | dww |
| #1 | signup_fieldset_collapse_setting.patch_1.txt | 2.76 KB | dww |
| signup_fieldset_collapse_setting.patch.txt | 1.31 KB | dww |
Comments
Comment #1
dwwbetter 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.
Comment #2
dwwupon further consideration, i think this belongs in a new "Advanced settings" fieldset, which should be collapsed by default.
Comment #3
dwwafter a brief discussion in IRC with add1sun, committed to HEAD and added to http://drupal.org/node/95695.
Comment #4
(not verified) commented