First off, great module! We evaluated several options for managing event registrations, but settled on Entity Registration as it's the only one that met all of our requirements.
I have a scenario where we don't want anonymous users to be able to register for events. However, we DO want them to see the register link. Our workflow is as follows:
- User views list of events
- User clicks on event they are interested in
- User clicks the register button
- If they are anonymous then divert them to the login/register page (we're using LoginToboggan)
As far as I can tell, if we disallow anon users from registering then there's no way to show them the register link. Would it be possible to have an option to show the register link regardless of the access control?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | registration_link_formatter.zip | 1.52 KB | littledynamo |
Comments
Comment #1
littledynamo commentedI managed to achieve what I wanted by creating a mini module that adds an additional field formatter called 'Registration Link (ignore access control)' to the registration field.
Comment #2
littledynamo commentedWould you accept a patch for adding this field formatter? Or maybe there's a better way to skin this cat, e.g. a configuration option?
Comment #3
littledynamo commentedHere is the module attached in case anyone else has the same requirements
Comment #4
levelos commentedWill not be part of core. Thanks for the contrib module @littledynamo.
Comment #5
littledynamo commentedCreated sandbox module at https://drupal.org/sandbox/littledynamo/2068229