Skip to content

jazzsequence/CCG-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

CCG Manager

Author: Chris Reynolds
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG
Tags: CCG, collectable card game, magic the gathering, pokemon, trading card, card manager
Requires at least: 2.9
Tested up to: 3.6
Stable tag: 0.2.1

A WordPress plugin to manage your CCG collection

Description

CCG Manager is a way to store your collectable card game trading cards in WordPress. It's based off of desktop apps like Magic Suitcase which store your card collections and allow you to search through your inventory.

Using custom post types and taxonomies, you can store information about your cards, sort them by series, and split them into collections. Collections could be based on whatever criteria you like -- some examples could be to split them by game, decks, etc.

Installation

Via Composer

CCG Manager can be installed on Composer-based WordPress sites by using the following command:

composer require jazzsequence/CCG-Manager

Via Git Updater

CCG Manager supports Andy Fragen's Git Updater method of managing plugins.

  1. Download and install Git Updater on your WordPress site.
  2. From the Git Updater admin pages, navigate to Install Plugin and use the following values:

Plugin URI: jazzsequence/CCG-Manager
Repository Branch: main
Remote Repository Host: GitHub
GitHub Access Token: (optional, leave blank)

Via WordPress Plugin Repository

The plugin can be installed via the WordPress plugin repository, however, the version in the repository may not be the most current version. Use the standard methods of searching for and installing the plugin from the Plugins page in your WordPress dashboard.

Screenshots

  1. Add New Card add new card

  2. CCG Manager admin screen ccg manager admin

  3. CCG Manager menu
    ccg manager menu

Future development

This was mostly just a sideproject of mine, but it's based off of real software I used when I was collecting Magic: the Gathering cards actively. This plugin will always be free, which means I'm not making any money off of it, and therefore may or may not be inclined to add new features to it. However, given enough interest, there are a few directions this plugin could go like…

Premium Extensions

Game-based extensions that add new features (like additional meta-fields for game-specific information not included in the basic plugin) and game-centric icons that replace the generic text that displays for casting/summoning cost or series.

I'm open to other suggestions for extensions as well from anyone who wants to use this plugin.

So how will these extensions get made?

Each add-on extension will likely have some kind of bounty based on how long it would take to develop it. I'll try to throw together some kind of Kickstarter-like donation system, so people can donate toward a particular goal and if enough people donate (or pledge to donate), the add-on gets made.

How do I request an extension?

For now you can either open a ticket in the GitHub issue tracker or ping me on Twitter.

To Do

  • create a shortcode to display a list of cards
  • filter post content to display the post meta information if the current post type is ccg_card