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?

CommentFileSizeAuthor
#3 registration_link_formatter.zip1.52 KBlittledynamo

Comments

littledynamo’s picture

I 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.

littledynamo’s picture

Would 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?

littledynamo’s picture

StatusFileSize
new1.52 KB

Here is the module attached in case anyone else has the same requirements

levelos’s picture

Status: Active » Closed (won't fix)

Will not be part of core. Thanks for the contrib module @littledynamo.

littledynamo’s picture