WPBadger
WPBadger copied to clipboard
A lightweight badge issuing platform built using WordPress
Instead of including separate navigation links in the administrative panel for badges and awards, create a new admin tab for WPBadger (possibly calling it openbadges so it's clear what its...
The version field included in WPBadger is a user-editable field, when it probably should not be. According to the [badges spec](https://github.com/mozilla/OpenBadges/wiki/Assertions), the version refers to the spec version that the...
Add an optional meta field to the award post type that includes the name of who an award is sent to. In certain circumstances (like the confirmation email, and the...
Plugin actions and filters can be used to add columns to the admin screen for custom post types. Some background and instructions are on this blog http://wp.tutsplus.com/tutorials/creative-coding/add-a-custom-column-in-posts-and-custom-post-types-admin-screen/ Add the following...
Currently, the bulk award email import only looks for email addresses that are separated by commas, but there are a variety of ways that they may be formatted including a...
Need to add a metabox for to add information to any new awards, as well as add it to the json assertion file.
The current OBI specification requires a badge description to be a maximum of 128 characters. The plugin should disallow longer descriptions, so that invalid assertion files are not generated.
My blog is running the P2 theme, and I tried activating the plugin. I got this error: ``` Plugin could not be activated because it triggered a fatal error. Unable...
Prior to saving an award slug, there should be a check if a slug already exists. If it does, a new slug should be generated and used instead.
There are some security and permission issues to consider, but it would be interesting to either offer a set of hooks into functions that issue badges in WPBadger, or allow...