edvind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to enable Custom Field in post screenRahul Sonars image doesn’t work for me.. What was the solution to the problem?
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Quick questionYes, those kind of statistics are planned to be included in the future. However, there are some other features and fixes with higher priority at the moment like mail preview before sending, code cleanup, ability to send mail via WordPress’ built in function etc.
Statistics about the amount of mails opened are pretty difficult to get though, and the methods currently available is not an exact science..
Rejected emails can usually be seen in the inbox of the mail that’s sending the mails. Probably there are some way to get the statistics to the plugin, I will look into it.
Links can be checked if you have your WordPress blog act the same way as an URL shortening service, but without the shortening and with the statistics. Maybe I can integrate some existing free service for this purpose. If anyone know more than me on this subject, please tell.
As with all statistics and collecting user data it’s important to have some sort of privacy policy, maybe I’ll implement some sort of privacy-template to use in the mails.
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Quick questionWhat kind of statistics do you mean?
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Plain textYeah I know what’s wrong.. If possible you can update your php installation to get it to work. I’ll write a patch today.
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] New version 0.5.3 errorTry updating your php installation to 5.3.0+
if that’s not possible i’ll write a patch for youForum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Plain textJust uploaded the 0.5.3 version along with a setting for sending plain text mails only, you’ll find it under Settings -> Mail.
Forum: Fixing WordPress
In reply to: [News Mailer] [Plugin: News Mailer] Links in html email won't workThe update should fix all the preempted slashes, according to my tests.
If it’s not working for you, please tell me! 🙂Thank you for your feedback!
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Plain textI will definitely implement a setting for this in the next release! Now it defaults to sending both a plain and HTML-version in the same mail.
Thank you for your feedback!
Forum: Fixing WordPress
In reply to: [News Mailer] [Plugin: News Mailer] Links in html email won't workI’ve posted an update (0.5.2) which solves the problem. Update and see if it works for you.
Forum: Fixing WordPress
In reply to: [News Mailer] [Plugin: News Mailer] Links in html email won't workI will look into it!
Forum: Plugins
In reply to: [News Mailer] [Plugin: News Mailer] Not sure what to say but….This is the plugin saying that you need to use SMTP. You don’t need to download any other plugins, just configure the SMTP-settings under Settings -> Mail.
1. Choose SMTP under Transport type.
2. Specify URL, Username and Password under SMTP. This requires you to have a SMTP mail server somewhere, however you can use Gmail for example as your SMTP. Google “gmail smtp settings” if you are unsure.Forum: Plugins
In reply to: [Event Post Type] [Plugin: Event Post Type] Add multiple datesThat’s actually quite a good idea. I was thinking of adding some sort of recurrence but this solution sounds better (unlimited recurrence is almost never used for real events).
Will try to implement it in the next update!
I’ve updated the plugin to 0.5.1. I think the problem’s fixed but since I couldn’t replicate your problem I don’t know 🙂
Please report if the problem persists.
Forum: Plugins
In reply to: [Google Maps v3 Shortcode] [Plugin: Google Maps v3 Shortcode] My MapsThank you a lot!
Forum: Plugins
In reply to: [ICS Calendar] [Plugin: ICS Calendar] Dire warnings trying to use with 3.0.1!I get the same messages. Will try to fix it. Managed to get rid of the messages using the new wp_register_sidebar_widget and wp_register_widget_control functions. However the plugin still didn’t work,