I need to create a website for a non-profit that will need the following functionality along with the basic page editing and creation (hopefully a free solution)
– Newsletter
– Event Listing + integration with Google Calendar
– Possibly integration with system like guestlistapp to collect payments for Event Tickets
– Membership management system + collect payments
– Paypal Donations
I have looked at Umbraco but doesn’t seem to have any of these plugins. Please suggest other systems that you may have used in the past and can be a good fit for this scenario.
Umbraco doesn’t come out-of-the box with those plugins, but there are ‘packages’ available for some of those things, and with some custom code it could do all of those things –
For example, here is a newsletter addin:
http://our.umbraco.org/projects/website-utilities/newsletter
A membership addin:
http://our.umbraco.org/projects/website-utilities/membership-system
A paypal addin:
http://our.umbraco.org/projects/paypal-ipn
An events calendar:
http://our.umbraco.org/projects/website-utilities/pdcalendar
Bottomline however is that with all of these packages, its not just a simple install and give to the client, they may require customization on your part so perhaps your client would be better-off with an off-the-shelf non-profit management package if that is what you are looking for.