Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Eventmanagement module


Go to End


1200 Views

Avatar
Tee808

Community Member, 6 Posts

7 July 2011 at 10:29pm

I am needing some direction with customising the eventmanagement module.

In short, this is the basic workflow:

1. People sign up through the front end with the memberprofile module (and get added to the Members group).
2. Admin creates a registerable event with the eventmanagement module.
3. Admin invites members through the eventmanagement module invitation function.
4. Members register for the event.

At step 3, I want to be able to send the invitations to a filtered list of members. Eg all females aged 40-50 in the Auckland region.

What I am needing is to be able to filter by 3 of the fields I added by extending the Member class, ie Region, Gender, and Date of Birth.

If I could add 3 filters above the invitation list I'd be over the moon.

If it is as simple to add a filter as is described here http://doc.silverstripe.org/old/modules:dataobjectmanager then what file would I have to add the code to?