Call of Cthulhu Knights of the Dinner Table Online
Here is an example of its use:
<MT>
ChangeLog:
« Plugin Manager port updated | Main | SubCategories v0.4 »I have finally gotten around to cleaning up the quickie update I did to help out the Blog for America folks.
So, here is a summary of the changes in this version:
difference >= 0 instead of just difference > 0. This may have caused some odd behavior when time differences fell on exact boundaries.MTCountdown / MTCountup : count_only
Download it here:
Note: I know I have been asked this before, so I would like to head off the feature requests right now. I currently have no plans to incorporate 'months' into the list of periods checked, as months do not have a fixed length. If somebody else wants to put together the code to do that calculation, I would be happy to integrate it into the plugin, but I do not plan on doing it myself.
I installed David Raynes' MTCountdown to enhance our site statistics. Check out the results on our main page, the site stats on the left nav bar....
David Raynes - MT Plugins Feed: MTCountdown v0.4
David Raynes - MTCountdown Feed: MTCountdown v0.4
David Raynes - MT Plugins Feed: MTCountdown v0.4
David Raynes: MTCountdown v0.4
David Raynes: MTCountdown v0.4
David Raynes: SubCategories v0.4
David Raynes: SubCategories v0.4
David Raynes - MTCountdown Feed: MTCountdown v0.4
David Raynes - MT Plugins Feed: MTCountdown v0.4
David Raynes - MTCountdown Feed: MTCountdown v0.4
TrackBack URL for this entry:
http://mt.rayners.org/mt-tb.cgi/275
The problem is a missing set of parentheses in some code around line 81. Change it to:
my $until = ($args->{'date'} or $args->{'until'}) or return $ctx->error ("MTCount$tag requires a 'date' or 'until' argument");