piggy1
Forum Replies Created
-
Yes thanks, I’ll mark resolved.
I’m sure it will be a good addition to the premium version. You are right though, hosting companies don’t particularly like mass emails, especially when they are not controlled.
Actually Yahoo! .com and .ca both block emails from shared servers I have found out over the last couple of years, which is a problem if you don’t have the coin to purchase a dedicated IP.Google+ π
I got around this by downloading the csv of all participants, deleting everything other than the email address column and then just splitting into groups of 50 pasting the whole lot in the BCC of a couple of emails with a link to the pdb_request_link page asking them to go and update their profiles.
Seems to be working.A feature to “Send email to selected participants” would be a nice feature, but so would peace on Earth which would be higher on most peoples’ list of priorities.
OT: Xnau – I thought you might enjoy this, though the coordinates are set for a location near me. π
https://www.windyty.com/?clouds,45.638,-74.844,9Forum: Plugins
In reply to: [qTranslate X] Language text displaying FranΓΒ§aisThanks Gunu – I’ll head over there and close this one.
No solution yet, but…
Forum: Plugins
In reply to: [YOP Poll] YOP Poll totally broken after attempting update to 5.3Thanks “YOP” for your offer of help. I did figure this one out, the version of php.ini had been overwritten with an older version. I could have edited my php.ini file myself, but I chose to use the hosing company’s tool to pick a PHP version. To do so I logged into the hosting company, went to Hosting | cpanel | Software/Services | PHP Config selected the correct PHP version/options and Save changes.
This fixed the problem and all is back working properly.
So in my case this was not a problem caused by YOP Poll, it was a server configuration issue.Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerpts0.46.4 From GitHub fixed the excerpt issue that I had. Thanks picandocodigo.
Forum: Plugins
In reply to: [Participants Database] Export CSV not showing up for editorThanks xnau I’ll try that after work this evening. (Ottawa, Canada time)
Forum: Plugins
In reply to: [Participants Database] Export CSV not showing up for editorThanks Xnau. I had just located line 134 of the PDb_List_Admin.class.php file as I saw it mentioned in another thread. I’m not quite sure what to edit in it. I have created a specific user role called “Volunteers editor” for this purpose, but I’m not sure what to do with this in the class file. I’m assuming this is the line that needs editing:
if (current_user_can(Participants_Db::$plugin_options['plugin_admin_capability']))I seem to be having more interruptions today than normally, sorry if I’m not too prompt with my responses.
Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?sorry – duplicate post – please delete
Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?like jims@jims says. Update qtranslate.php and no problems here.
I can confirm that zenixLR’s solution above works. Replacing the original simplemodal.1.4.3 with 1.4.4 didn’t work, but using Rexamedia’s version and naming it 1.4.99 and editing ajax-event-calendar.php file to reflect the version change works.
Now all recent browsers display properly in front and backend.IE8 and IE9 are still messed up which is unfortunate. When clicking on an event from an Eventlist the ajax “Loading Event Form…” popup occurs, but is not populated with the event information. When loading the actual calendar, it still freezes with the “Loading Events…” popup; the calendar remains empty.
Forum: Plugins
In reply to: [Event Calendar] IE10 does not show event infoIt appears that it’s not just IE 10, all versions of IE that I have tried behave like this. This is a problem because over 60% of my visitors are using some form of IE. π
Latest versions of Opera, Firefox, Chrome and Safari seem to work.
Forum: Plugins
In reply to: [Polylang] Polylang TabsLooks good!
Actually the above only fixes the problem if I leave permalinks in the default style. Other options don’t work with this solution as slug names are different for English and French.
Back to the drawing board.
I ended up fixing it using the following, if anyone else needs this.
<div id="lang_select"><a href="<?php _e("<!--:en-->" . qtrans_convertURL($url, 'fr') . "<!--:--><!--:fr-->" . qtrans_convertURL($url, 'en') . "<!--:-->"); ?>" lang="<?php _e("<!--:en-->fr<!--:--><!--:fr-->en<!--:-->"); ?>"> <?php _e("<!--:en-->Français<!--:--><!--:fr-->English<!--:-->"); ?> </a></div>Thanks RVoodoo works like a charm and all that within 3 minutes of posting my question!
After hours of Googling I finally decided it was time to go here and ask. π
Cheers!