fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Countdown Timer] how to clean up my timer look?That’s an interesting idea. However, I think it’s a bit outside of the scope of the current plugin (I’m really trying to fight feature creep – http://en.wikipedia.org/wiki/Feature_creep).
One thought is that I don’t think it would be too hard to write a few lines of PHP code to find out when the next post is scheduled and then insert that publish date into a function from Countdown Timer.
How handy are you with PHP?
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Remove break and word “in” from display?Title Suffix is the correct setting to modify. You can remove the line break, however, you currently cannot remove the “in”.
There have been numerous requests recently to have more control over the display of the actual countdown. I’ve created a ticket and hope to have a solution in a future release.
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Shorter display… how?There is currently no easy way to change countdown display format. I hope to have that feature implemented in a future release.
Created a ticket for this enhancement: http://plugins.trac.wordpress.org/ticket/930
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] TimezoneThis has been a known problem for a while and I’m happy to report that I believe the bug has finally been quashed in the next release!
You can either wait until the official 2.3 release of Countdown Timer or you can grab the latest development version (2.2.9.5) from http://downloads.wordpress.org/plugin/countdown-timer.zip
Hope that helps!
-Andrew
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Maybe just a little thing, not vital actually…I’ve filed a bug report: http://plugins.trac.wordpress.org/ticket/928
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Can’t pull down options on Manage tabBah. I hate it when other plugins do that. Thanks for letting me know Darrell.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Bug with minutes.What you’re experiencing is expected behavior. There is currently not a way to show the minutes left when there is less than an hour left and minutes are not set to display. If you don’t have “Strip non-significant zeros” enabled, then the hours will show as “0” instead of being blank.
I may decided to revise this behavior in the next release.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Can’t pull down options on Manage tabI’m not entirely sure what the issue is. However, I do know that the current UI is a bit hacked together and the next minor release will contain a better implementation that should fix your problem.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Can’t pull down options on Manage tabIt sounds as if something related to JavaScript may be broken. My best guess is that your missing a JS library that WordPress uses. Can you post a screenshot of what you see?
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Warning: Wrong parameter count for stripslashes()Fixed in the latest version. Thanks for the spot.
Forum: Installing WordPress
In reply to: [Plugin: Countdown Timer] Sorry i am stupid but i dont now who!You need to modify your wp-config.php file to specify the Swedish language.
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Wrong gramma in german (Tage/Tagen)I’ve created a ticket for this issue. It should be resolved in the next release.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Image as a bullet before each itemGet the programmer to fix the bug. Oh wait, that’d be me. The data isn’t being escape when it’s printed to the screen. In short, it’s an issue on my side. I’ve added it to the bug/todo list: http://plugins.trac.wordpress.org/ticket/892
FWIW, when the bug does get ironed out, I’d also recommend the following code instead:
<li style="list-style-image: url(/images/icon_countdown.gif)">
that code will use the image as your bullet.Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Wrong gramma in german (Tage/Tagen)Also, what should “month” and “months” be translated as?