EventManager is a WordPress plugin that allows for online event registration within WordPress. Events are completely managable through new administration screens, which allow event managers the following features:
* Control start and end dates for registration
* Maximum registration limit
* Add/edit participants
* Create custom questions on the registration form
* Download registration data to Excel
* Allow anonymous registrations, or require user to login to register
If you enjoyed this post, make sure you subscribe to my RSS feed!
Related posts:




June 5th, 2007 at 9:17 pm
This EventManager plugin is broken with WP 2.2. As per a post in the WP support forum it removes titles from navigation lists. This would appear to be related to the add_filter(‘the_title’, ‘em_remove_title’); in em-hooks.php.
Anyone know when there might be a version released to work with 2.2?
July 25th, 2007 at 12:41 am
Commenting out lines 79-81 of the includes/em-hooks.php will restore capability. Basically the em_remove_title function should just return the $content that it is given as a parameter.
October 4th, 2007 at 11:32 pm
The website is off line, does any one have the event manager files for me?
November 22nd, 2007 at 2:49 pm
I’m interested in this plugin too but not much on this site works so I guess that means the chances of the plugin doing so may be the same…
December 20th, 2007 at 8:32 pm
I came looking for this project too and eventually found the code over at http://code.google.com/p/wp-eventmanager/ I’ve just installed it on WP 2.3 and not quite sure it works. Which is a shame, as it’s pretty much EXACTLY what we need!
Any news on 2.3 stability would be greatly appreciated.
January 25th, 2008 at 1:59 pm
Add another request here. This is exactly what I need and it doesn’t seem to work for the registration page in 2.3.2. Ugh..
March 16th, 2008 at 1:24 am
I created a wordpress plugin (http://shoultes.net/wordpress-events-registration-with-paypal-ipn/) for managing event registrations and payments form within the WordPress administration. The plugin uses the PayPal IPN (Autorize.net is also available) to record payments to the built in WordPress database.
Addons are now available for the pro version (http://shoultes.net/upgrade-to-pro-version/). Addons allow you to extend the plugin in many ways. For example: Want to hold member only events or offer discounts to members of your blog? There’s an addon for that. Want to add your own templates, shortcodes, and functions? Well, there’s an addon for that as well.
April 8th, 2008 at 5:25 am
Thanks guys – that fixed worked. The plugin has been stellar on WP 2.3.3. Have not tried in on 2.5 yet (mu is not that far yet). We have added international addresses and a patch or two. Let me know if you would like the update.
July 15th, 2008 at 11:38 pm
I am also trying to use this plugin in 2.6. Almost everything works (thanks for the fix for the navbar) , but there is no way to delete events that have been added by mistake. Anyone know how to do this?
Thanks!
July 28th, 2008 at 5:20 am
Hey Shane – have you had the chance to use it on 2.5 or 2.6? I would be interested in having a copy of the updates you made to support the international addresses. My email is bbrey@bbitsinc.com..
Cheers!
brian
November 13th, 2008 at 6:38 pm
I got everything going and did a few tests. My signup page is displaying incorrectly. Also, I signed up for events and did not receive a confirmation email.I don’t want users to have to signed in or logged in to sign up.
http://www.manzanillotoday.com/?page_id=204
http://www.manzanillotoday.com/?page_id=204&event_id=1
My test participants do show up on the list. How can I export the list easily? How can I get it so that the email address also shows in the list of participants? Can I add PayPal and GoogleMaps function to this?
1-1 test test teset TE edit delete
1-2 testtest test test TE edit delete
If I try to download the participant summary I get:
Warning: require_once(../../../wp-admin/admin-db.php)
[function.require-once]: failed to open stream: No such file or directory in /homepages/23/d187487723/htdocs/manzanillotoday/wp-
content/plugins/EventManager/extract-participants.php on line 6
Fatal error: require_once() [function.require]: Failed opening required ‘../../../wp-admin/admin-db.php’ (include_path=’.:/usr/lib/
php5′) in /homepages/23/d187487723/htdocs/manzanillotoday/wp-content/
plugins/EventManager/extract-participants.php on line 6
If I try to download all registration data I get the following:
Warning: require_once(../../../wp-admin/admin-db.php)
[function.require-once]: failed to open stream: No such file or directory in /homepages/23/d187487723/htdocs/manzanillotoday/wp-
content/plugins/EventManager/extract-participants.php on line 6
Fatal error: require_once() [function.require]: Failed opening required ‘../../../wp-admin/admin-db.php’ (include_path=’.:/usr/lib/
php5′) in /homepages/23/d187487723/htdocs/manzanillotoday/wp-content/
plugins/EventManager/extract-participants.php on line 6
November 21st, 2008 at 5:39 pm
If anyone happens to have even a semi-working version of this I would be very thankful if a copy could be emailed to me. I tried the version over at google code and it does not even save the events.It s a shame there does not seem to be any fully functioning event manager that includes registration handling for WordPress. I know a few people myself included that would pay for a good quality plugin of that type.
Cheers
January 28th, 2009 at 3:18 pm
is this still available somewhere for download?