Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

CCG Manager

Beschrijving

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.

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.

Schermafdrukken

  • Add new card

  • CCG Manager admin screen

  • CCG Manager menu

Installatie

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

FAQ

How do I display my collection(s) on my site?

I will be adding shortcodes to upcoming updates which will allow you to display your card lists and single cards.

How should I enter color-based costs (mana colors (MtG), energy colors (Pokemon), etc.)?

The proper syntax is to use the letter for the mana/energy/whatever card used. So a MtG card that costs 2 colorless and 2 white would be written out like this:

2WW

This is so, in a future add-on for that CCG, I can replace the letter for the cost with an icon image representing that color.

I have ideas for future enhancements/I want to contribute to the development of the plugin. How do I get in touch?

CCG Manager is on GitHub. You can post to the issue tracker there or submit pull requests. You can also catch me on Twitter.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“CCG Manager” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “CCG Manager” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1

  • initial release