Possible to make a progress bar in postbit based on user profile fields?
Currently, I have something set up like this in postbit:
$post[field1] / $post[field2]
field1 is the user's "current" number, for example, 65000. field2 is the user's "goal", for example, 100000.
What I'd like to do is make a sort of progress bar, which shows how far they are graphically, and if possible a percentage of how much they've already done.
I'm totally new to creating modifications, so I'm not sure: is this something that would require a special hack? How would I go about doing it? Or is it too hard? :ermm:
|