Active
Project:
Signup
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 00:22 UTC
Updated:
3 Feb 2010 at 02:16 UTC
Would love to apply different signup limits to different content types. Meaning - event type "a" allows for 16 users to sign up and event type "b" allows for 2 users to sign up. These events occur in the same time frame and thusly, there is no choice but to use signup for only one of the two events.
Love the module!!
Comments
Comment #1
chakrax commentedThe signup limit is node specific, and can be edited in the node where signups are enabled, so this is already possible.
Comment #2
oskarblue commentedPerhaps I am using a different version from you (6.x-1.0-rc6). The only area in which I can manipulate limits is in admin/settings/signup. There are no limit options in either a specific node or a content type with signups enabled ...bummer.
Comment #3
dww@oskarblue: You need to visit the node/N/signups/settings subtab (which requires permission to administer signups for that node) to change the limits on any node.
However, I could see wanting to do a per-content-type default limit. I have no need for this myself, so I'm not going to work on it unless someone wanted to sponsor my time, but if someone else wrote a patch, I'd review it, and if ready, commit it.
Since there's already a way to basically do what you want, and if you were crazy, you could even write a tiny module that used hook_nodeapi() to set the per-node limit correctly for new nodes based on a per-content-type default value, I'm downgrading this to minor...
Comment #4
oskarblue commentedAh, from the node itself! I wonder about myself sometimes. Thanks for beeing so easy on me despite my "major rookie" statement! Your hook_nodeapi() works a treat - simplifies things for me significantly.
Comment #5
emdalton commentedWe could really use this feature. What would you charge for the development?