Hi,

I'd like to allow regular site users to create events. So far so good. What I can't figure out though is how someone that creates an event node can be automatically signed up to his or her own event.

Right now, after node creation, the creator still has to join their own event by using the signup form.

Any help would be appreciated. Thanks.

Comments

rudiedirkx’s picture

You'll probably need some custom code to implement hook_node_registration_insert() and then do another insert there. MAYBE Rules can do this, but I don't know. If you don't know Rules, it's probably too difficult, because Rules is.

alfthecat’s picture

Thanks, I'll have a go at rules and see what's possible there.