i-wanna-apply

A simple plugin for allowing site members to apply for certain events. And display applicants' names for statistics.

Author:Zhiyao Wang (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.5.1
Plugin version:1.3
Added to WordPress repository:14-05-2013
Last updated:15-05-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://github.com/tommcfarlin/i-wanna-apply/
Total downloads:899
plugin download
Click to start download

A simple plugin for allowing site members to apply for certain events. Site members can click on the i-wanna-apply button to apply for certain events. Then the names of applicants will be stored in the database by quick AJAX calls and displayed underneath the post events. The plugin has application verification so that the member can only apply once for a given event.

The plugin is written with explicit comments. It is very simple and modification friendly.

There are only three files.

plugin.php

Major things happen here. Easy to understand and enhance upon with explicit comments.

plugin.js

JS file for ajax calls.

plugin.css

CSS file to control the elegant style.