This is a simple patch that does two things.

  1. It adds a dropdown to limit the number of signups
  2. After adding a signup to the database it checks against close_signup_limit and if the maximum number of registrants are signed up closes signups for that node
CommentFileSizeAuthor
close-limit.patch4.48 KBjbrauer

Comments

dww’s picture

Status: Needs work » Closed (duplicate)
jbrauer’s picture

Would be great to add this info to http://drupal.org/node/95695. I'd searched (I thought thoroughly) to see if this feature was in the works and only found mention of it in the TODO document.

dww’s picture

Sorry, that's a shame. I thought reading the release notes for official releases would be obvious, but I guess not. :( To alieviate these problems for the future, I've taken the following steps:

TODO.txt now lives as a wiki on g.d.o: http://groups.drupal.org/node/5044
All references to it have been changed in the source tree, and TODO.txt has been removed.
This will help ensure that the list remains current, instead of remembering to make changes in many branches. :(

I added a CHANGELOG.txt with data about all releases since 4.7.x-1.0, and included a link to the copy in HEAD on the signup project node. See http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/si...

Changed the release notes on the 5.x-2.x-dev release node to point to the CHANGELOG.txt, too.

Alas for your wasted effort. I hope you can pour some of that desire for improvement into the issue queue. ;)

Thanks,
-Derek

jbrauer’s picture

Most awesome! Thanks for a ton of great info.

The efforts are not wasted as it got me even deeper into another module so I learned more and next time I'll take a copy of dev of a module in case the same situation comes up and I'll be working issue queues as I can!