fergbrain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Wrong gramma in german (Tage/Tagen)I’ve created a ticket and it should be fixed in the next release: http://plugins.trac.wordpress.org/ticket/889
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Impossible to get the right languageDid you modify your wp-config.php file to specify the French language?
Forum: Plugins
In reply to: Contdown Timer v2.0 ErrorWhen you get a chance, can you mark this topic as resolved (unless you still have some questions)?
Thanks,
Andrew
Forum: Installing WordPress
In reply to: Fatal ErrorAre you still having issues? If not, can you mark this topic as resolved when you have a chance?
Thanks,
Andrew
Forum: Installing WordPress
In reply to: Does it Work on 2.3?When you get a chance, can you mark this topic as resolved (unless you still have some questions)?
Thanks,
Andrew
Forum: Fixing WordPress
In reply to: Plugin Countdown Timer germanWhen you get a chance, can you mark this topic as resolved (unless you still have some questions)?
Thanks,
Andrew
Forum: Plugins
In reply to: Countdown TimerWhen you get a chance, can you mark this topic as resolved (unless you still have some questions)?
Thanks,
Andrew
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Link text before timerSo I can update the translation, what should it be?
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Link text before timerI haven’t tested it with the 2.6-bleeding yet, but I don’t think that should be the issue. Have you tried using the plugin without the swedish language pack enabled? If so, what are the results then?
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] A word missing in the translationNo worries.
Forum: Plugins
In reply to: Countdown TimerThe functionality you’re looking for already exists.
If you look under the “Display Format Options” tab, you’ll see “Display Format Prefix” and “Display Format Suffix”
Clear the beginning list element (
<li>)from the prefix box and replace the closing list element (</li>) with a line break (<br />) in the suffix box.-Andrew, the guy who probably actually knows what’s going on
Forum: Fixing WordPress
In reply to: Plugin Countdown Timer germanAll of the translation files (including the German version) are provided by 3rd parties. I don’t know German, so I’m unable to help you there. If you think the translation is incorrect, you can fill out: http://fergcorp.com/project/phPo/phPo.php?poFileName=afdn_countdownTimer.po
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Changing secondsIt’s probably an issue with your theme. The program has an action that hooks on to
wp_headandwp_footer. Some themes don’t call these in their file and so the code never gets inserted into the page. The administration page uses different hooks, and so that’s why you see it working there.Forum: Plugins
In reply to: [Plugin: Force User Field Registration] Fields are not requiredThe plugin has been updated for WP 2.5 and the problem has been resolved.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Counts wrong?It has to do with the way that months are rounded. Months are assumed to be exactly 30 days in length (2592000 seconds). In your case, there are 5 months between now and November that have 31 days instead of 30 days.
The extra missing day is an issue with the JavaScript code that has already been fixed for the next release.
I’m going to work on some code that hopefully eliminates that error.