Activating this plugin now means that you are able to award users for specific actions that they take.
NOTE: Currently this only works for actions that update or add to user meta values.
At a basic level, the following happens when you activate this plugin:
- Awards custom post type is added to the administration window. Regular post type window but with a few additional meta boxes that provide access to the core behavior of this plugin.
- A new table is created under the name of
{wpdb_prefix}user_awards
. This contains all award assignment references to users. The User Awards sub-menu provides an interface to help perform administrative actions on the table.
There is also a
User Awards
sub-menu which gives a tabular view of all the awards that are assigned to users. This is accessible from the
Awards
admin menu in your WordPress administration area.
Version 0.0.2
Updating readme.txt
Version 0.0.1
Initial version of the plugin.