Is it possible to link events in a parent to children (mutiple) relationship?
I am trying to create a conference listing site with each conference event having several individual (workshop) events; each workshop event has different pricing.
Ideally I'd also like users on my site to be able to create their own conference and workshop events.
Does anyone have any tips or advice for how I can do this with DT Register please?
Hello. You would do this using the prerequisite events structure. Be aware that using this will force the users to login. What you do in the "child" events is you select the "parent" event as a prerequisite event. Then the user will be unable to register for the child event unless they've already registered for the parent event. You can make it more specific in the configuration area to say not only do you have to register for the prereq event, but you also have to be marked as paid, and/or be marked as attended. Anyway, that's how you'd do it.
For users to create their own events, you would have to give appropriate permissions in the backend permissions matrix of DT Register (2.7 series only), then create a menu item for "DT Register: Event Management" or "DT Register: Control Panel". Thanks.