fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Countdown Timer] Remove trailing comma when showing hours remainingThis appears to be a bug. I’ve created a new report to track it and will attempt to resolve it in the next release.
Forum: Plugins
In reply to: [Countdown Timer] Translation brokenIn order to work, the translation file .po needs to be compiled into a .mo file. If you send me the PO file you generated, I can compile it for you and include it in the next release. You can also use a program like poEdit (http://poedit.net) or an online conversion utility like http://tools.konstruktors.com/ to compile it yourself.
Forum: Plugins
In reply to: [Countdown Timer] Translate to PortugueseYou will need to set your WordPress installation to use Portuguese (pr_BR): http://wordpress.org/plugins/countdown-timer/other_notes/
If there is an issue with the translation, please provide an updated .po file or let me know what the correct translation should be.
Forum: Plugins
In reply to: [Countdown Timer] How to Count back 3 minutes ?Use a single event shortcode (http://wordpress.org/plugins/countdown-timer/installation/):
[fergcorp_cdt_single date=”+3 minutes”]
Forum: Plugins
In reply to: [Countdown Timer] Changing the color of the Countdown Timer PluginPlease see the installation notes (http://wordpress.org/plugins/countdown-timer/installation/) which discuss using CSS to change the color.
Forum: Plugins
In reply to: [Countdown Timer] Change the Time Zone to Mountain TimeCountdown Timer uses the timezone settings for the blog: http://en.blog.wordpress.com/2010/03/16/set-your-blogs-timezone-by-city/
Forum: Plugins
In reply to: [Countdown Timer] save button disappeared!A couple of questions:
* What version of Countdown Timer are you using?
* What is your user role in WordPress?Forum: Plugins
In reply to: [RSVP and Event Management] Associates do not import AssociatesI have a mirror of the project on GitHub that I keep my changes in: https://github.com/fergbrain/mirror-rsvp
Forum: Plugins
In reply to: [RSVP and Event Management] Associates do not import AssociatesGayatriom,
I also have this issue, so I don’t think your formatting is an issue.
I resolved the issue by making the following changes to rsvp_frontend.inc.php:
Replace lines 197-201 with:
$sql = "SELECT id, firstName, lastName FROM ".ATTENDEES_TABLE." WHERE ( id IN (SELECT attendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE associatedAttendeeID = %d) OR id IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID = %d) OR id IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID = %d)) ) AND id <> %d AND rsvpStatus <> 'NoResponse'"; $associations = $wpdb->get_results($wpdb->prepare($sql, $attendeeID, $attendeeID,$attendeeID, $attendeeID ));and replace lines 212-217 with:
$sql = "SELECT id, firstName, lastName personalGreeting FROM ".ATTENDEES_TABLE." WHERE ( id IN (SELECT attendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE associatedAttendeeID = %d) OR id IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID = %d) OR id IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID IN (SELECT associatedAttendeeID FROM ".ASSOCIATED_ATTENDEES_TABLE." WHERE attendeeID = %d)) ) AND id <> %d AND rsvpStatus = 'NoResponse'"; $associations = $wpdb->get_results($wpdb->prepare($sql, $attendeeID, $attendeeID,$attendeeID, $attendeeID ));Forum: Plugins
In reply to: [Countdown Timer] The countdown-timer won't let me add anymore dates.@marthejac: Does the version 3.0.5 resolve this issue?
Forum: Plugins
In reply to: [Countdown Timer] How to send a corrected .po file?Thanks! I’ve incorporated it into the next version 🙂
Forum: Plugins
In reply to: [Countdown Timer] How to send a corrected .po file?You can post it as a gist at https://gist.github.com/ and put the link here.
Forum: Plugins
In reply to: [Countdown Timer] sorry but don't workIf you haven’t had a chance, I’d also appreciate it if you could write a short review: http://wordpress.org/support/view/plugin-reviews/countdown-timer
Forum: Plugins
In reply to: [Countdown Timer] Fatal error after updateIf you haven’t had a chance, I’d also appreciate it if you could write a short review: http://wordpress.org/support/view/plugin-reviews/countdown-timer
Forum: Plugins
In reply to: [Countdown Timer] Fatal error after updateThe new version has been released! You should see to update within 24 hours. Thank you for all your help!