Simple Goal Chart Plugin for Wordpress

This Wordpress plugin allows the user to easily track and update multiple bar charts on their blog. The plugin could be used to track:

  • Savings goals (ie, $1,000 emergency account)
  • Debt reductions goals (it accepts negative numbers!)
  • Plus lots more!

Download Goals Plugin Version 0.1

Installation

Download the plugin. Place the entire ‘goal-chart’ folder into the Plugins folder of Wordpress. Activate the plugin, and you’re ready to go!

Wordpress Backend

Charts can be created and modified from the Manage -> Goal Chart backend of Wordpress. Here’s a screenshot of what the admin page looks like:

Goal Chart Admin Screen

Change The Colors

The chart outputted can be formatted to match any color scheme on your blog. You can edit 4 different aspects of the chart using HEX color codes or the basic color palate next to each option:

Color Guide

To display in your side bar:

<?php smgc_display_chart($chartid=1) ?>

Where the chartid number = chart number. Your first chart you create will be 1, so the above code will work to embed it into your sidebar, or anywhere else within templates.

To display in a post

Use the following tag, where the # equals the chart you want displayed (with no spaces anywhere). Put this in the HTML, not the Visual part of your post.

<! – -chart[1]- – >

{ 1 trackback }

Gonna Earn My Mattress Darn It
April 26, 2008 at 2:16 pm

{ 3 comments… read them below or add one }

Mike April 28, 2008 at 9:58 pm

sweet job dude! Can’t wait to put it up on my site ;) been looking for something like this for a little while, I learned everyone else was doing theirs by hand. This will save lots of time, i’m sure.

Reply

David Eaton February 10, 2009 at 2:17 am

Does this plugin work with version 2.7 ? I have it installed and under Tools->Goal Chart and I see two buttons "Save" and "Add New" . I tried clicking on both buttons but it just reloads the page without any change. How are you suppose to add new goal charts ?

Reply

David Eaton February 15, 2009 at 6:27 pm

I got it working, I installed it using the upload feature in the admin panel. I fixed it by unziping the contents and putting them into a folder called "goal-charts" then re-ziped it. I deleted the old plug in and uploaded the new zip thru the upload feature in the wordpress admin section.

When I am at work I can't access the FTP due to the servers configuration so I often use the upload feature in the browser to upload new plugins. It would be nice if you could update feature releases for other so they don't get the idea that your plugin does not work.

Reply

Leave a Comment