=== Plugin Name === Contributors: sourcez Donate link: http://www.3cc.org/ Tags: events, attendance list, attendance, event management Requires at least: 3 Tested up to: 3.2.1 Stable tag: 1.2 Simple attendance list, multiple lists can be added to any post or page and subscribed members can be edited. == Description == Simple attendance list, multiple lists can be added to any post or page and subscribed members can be edited. Add an event in the admin panel with a name, description, closing date (for signing up) and registration limit (for number of users who can signup). You can then embed a form into any post or page using the wordpress shorttag [seatt-form event_id=x] (x = the event id). From the admin panel you can read comments left by people who have registered, as well as boot them off the list or delete the list altogether. == Installation == Simple to install, automatically adds relevant information to the database. 1. Upload `simple-events-attendance` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Set up an event in the admin panel (link on the sidebar) 4. Place `[seatt-form event_id=x]` (where x = the event id) in your pages/posts. == Frequently Asked Questions == No FAQ's just yet. == Screenshots == 1. screenshot-1.png shows the admin panel event browser 2. screenshot-2.png shows the admin panel event add page, this has a start and finish time from v1.2 3. screenshot-3.png shows the admin panel event edit page, this has a start and finish time from v1.2 4. screenshot-4.png shows a post with the signup form, this has a start and finish time from v1.2 5. screenshot-5.png shows a post with the signup form after registering, this has a start and finish time from v1.2 == Changelog == = 1.2 = Updated the layout so the form is clearer on pages, have added a link to remove ALL participants from an event at once (so you don't have to click through every one), have added an open and close date for registration rather than the basic hour system there was before, and have updated the database to allow reserved places in the near future. Also fixed broken link to project page. = 1.1 = Fixed errors with multiple forms on the same page (thanks to mhobach) and form now displays where you post it on the page rather than at the bottom. = 1.0 = * Initial Release Version == Upgrade Notice == = 1.2 = Changes in all files, plus addition of two new database fields on seatt_events called event_start and event_reserve for the starting timestamp and number of reserves respectively. You will need to check all your events after updating to ensure they have a start date. = 1.1 = Changes in simple-events-attendance.php, seatt_events_include.php and readme.txt