=== courseManagement (CM) === Tags: course handling, management, registration Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.3 A simple course management plugin that handles courses and registrations via admin in wordpress. == Description == Handle courses and participants via admin in a simple way with CM. With CM you can add/edit/remove course and decide if you want to show them in the registrationform. For displaying the course overview on a wordpresspage add the following code and the courses will be displayed in a table. Within CM you can also handle the participants of the courses. Every time a registration is made from the registrationform it's saved in the database and it's displayed in the participant overview. You can also decide if the admin should get a email when a registration is made under settings. To display the registrationform on a wordpresspage add the code in code view of the editor and save the page. If you want captcha with the registrationform download the plugin Really Simple Captcha and activate. Then the registrationform gets a new field with the captcha image and inputfield. For uninstalling the CM. On the Settings page mark the Yes radiobutton at Uninstall and click the save button. Go to 'Plugin' menu in Wordpress and deactivate CM and then delete the plugin. This plugin has been tested on Wordpress 3.0 and 3.0.1 Stable version is 0.3. == Installation == 1. Download the plugin from the address 2. Unzip the plugin to the '/wp-content/plugins/' directory 3. Activate the plugin through the 'Plugins' menu in Wordpress 4. Read the manual that follows for more information how you're using the plugin. == Changelog == = 0.1 = Added CAPTCHA validation to registration form. Requires the plugin Really Simple Captcha. = 0.2 = Added validation to the registration form and add/edit course and participant. = 0.3 = Moved the registration date from the table cm_courseparticipant to cm_participants. Added a settingspage with uninstall, to remove the tables and settings from database. Allowed edit the participantDate Added option add new participant Added so that the admin can get an email when a registration is submitted in the form.