The All-Ages Comic Adventure
By John Bintz
A new comic every Thursday! | Latest Comic: Chapter 3 Page 2 | Subscribe |
May 16th, 2008

ComicPress Manager Version 0.5 Released

Do you host a Webcomic using the ComicPress theme for WordPress? Do you find it tedious to open your FTP client, transfer files, log in to WordPress, create a post for the comic, put in the wrong date, forget to make a post for that one comic you uploaded, and so on and so on?

Or, are you looking for a complete self-hosted Webcomic solution that makes sense? That takes advantage of a simple thing like the name of a file to drive creating new posts on your site? A solution that is built by, and for, Webcomic authors?

Then you need to combine your ComicPress installation with the ComicPress Manager plugin. This plugin for WordPress 2.5 (and potentially older versions, but that’s untested) will make managing your ComicPress-based Webcomic a piece of cake. In a nutshell, it will handle all of the file transfers for you, will create stub posts for comics that you’ve uploaded, and will check your ComicPress installation to make sure everything’s working as it should. It integrates tightly with the WordPress administrative tools to provide a seamless, simple, and sensible way to run your comic.

This initial release, version 0.5, has only been tested on a handful of ComicPress setups, so there will probably be bugs. If you’re adventurous, take it for a spin, and post your comments, suggestions, and bug reports here or on the Lunchbox Funnies ComicPress Support Forum.

^ 6 Comments...

  1. Karchesky

    This sounds great, John. I’ll be sure to give it a try over the weekend!

  2. Robert Hidkey

    I keep receiving this error when I try to activate the plug-in.

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in [...snip...]/wp-content/plugins/comicpress_manager.php on line 29

    Any help would be appreciated.
    Robert Hickey

    [jb: Edited to remove private server information.]

  3. John

    Hi, Robert. This sounds like you’re not using PHP 5 on your server. There’s a potential quick fix, but I would instead recommend that you see if PHP 5 is available and switch to using that instead of PHP 4. The quick fix is to change this code:

    class ComicPressConfig
    public static $properties = array(
    ‘comic_folder’ => ”,

    to:

    class ComicPressConfig {
    $properties = array(
    ‘comic_folder’ => ”,

    removing the “public static” part. Note that this is untested. Please let us know if it works for you. :)

  4. Andreas Svalås

    I get the same error on line 29 and the mentioned fix does not take care of the problem.

  5. John

    I’ll install PHP 4 on a machine tonight and see if I can solve the problem.

  6. John

    I’ve done a PHP 4 compatibility release of the plugin:

    http://wordpress.org/extend/plugins/comicpress-manager/

) Your Reply...

Close
E-mail It