I'm trying to create a list of registrants that displays on the event node to which they are registered. Is this done via Views, or am I missing an obvious way to show current registrations? I tried creating a block, but then realized that the block has no way of knowing knowing what event is being shown (without some coding thrown at it).

Comments

levelos’s picture

Status: Active » Closed (fixed)

The "manage registrations" tab which appears on entities with enabled registrations has a default local task that lists all registrations. You can override or create any view of registrations with an argument or filter of the entity they're registered for.

aucovic’s picture

levelos, can you please provide few more details on how to setup a view to display all registrants for a particular event? I created a view that lists users and setup relationships but I'm getting SQL error: Unknown column 'entity_id' in 'on clause'. I guess my relationships are not setup correctly? thx!