I have been getting this error in my error_log. Any fix?
`[10-Mar-2019 15:31:51 UTC] PHP Warning: Parameter 1 to EmailAlerts::subject_hold_comment() expected to be a reference, value given in /home/dir/public_html/toddexler.com/wp-content/plugins/email-alerts/email-alerts.php on line 156
]]>In the email Comment moderation lack of links with labels:
URL:
Comments:
Please improve and upgrade the plugin.
]]>Hello,
is there a way to get custom fields in admin email notification for a new post published.
On my website visitor can submit post from front end and I want to receive an email with the all custom fields that they completed. Is this possible? Are there any other plugin to do that?
Thank you
]]>Hi there, I have activated email alerts on each subsite of my multisite. But when I sign up a user to receive alerts for just their site, they get alerts from all sites. Any idea why this would happen?
Thanks!
Sarah
]]>Does this plugin still work on WordPress 3.6?
]]>I was testing the plugin after installing it and all seemed fine. I then was working on another aspect of the site and found this error in the profile page.
“Fatal error: Call to a member function has_cap() on a non-object in …”
I can’t find a simple decent email alert plugin other than this one and would rather not have to keep looking, but I can only get the full profile page now if I deactivate the plugin.
How can I fix this issue?
]]>I don’t know what is meant by configuring the email alerts on the profile page. I can’t find anything that says profile. Does this plugin work with the current version (3.5.2)?
]]>My subscribers are complaining about getting four email alerts about the same comment or post.Is there any way to STOP it?
]]>I was trying to use this plugin but when I click Publish in my post, after 40 seconds the 404 error appear. I’ve 60 users that have to receive the email of new post. It’s possible that I have a timeout problem?
Thanks.
]]>How to be notified also upon drafts, not only published and awaiting for being published?
Regards.
—
AdamP.
This plugin installs fine but emails me regardless of the settings in the profile of a user.
]]>Hi, the plugin works with wp3.4.1, nice. Thanks.
Where do I change the From email address? It says WordPress…
]]>Hi,
I installed this plugin, and think it’s quite awesome (: the POT-file enabled me to use POEdit (tutorials on how to do the translation: here and here) and translate the plugin to my native language, Swedish, but my translation didn’t get picked up by the plugin… there was a support issue on this since a year ago, I don’t know if the issue was resolved or not in some previous release but as I installed the latest release and it didn’t work – I assume it broken.
My fix (all dir’s/file’s are from the plugin, just altered them a bit)
%email-alerts dir%/plugin.php:
change
$locale = get_locale ();
if ( empty($locale) )
$locale = 'en_US';
$mofile = dirname (__FILE__)."/locale/$locale.mo";
load_textdomain ($this->plugin_name, $mofile);
to
load_plugin_textdomain($this->plugin_name, false, basename( dirname( __FILE__ ) ) . '/locale/');
%email-alerts dir%/view/admin/*.*:
make sure that every
__()
and
_e()
call have the correct number of parameters, see the codex.
To fetch a string simply use __(‘String name’,’your-unique-name’); to return the translation or _e(‘String name’,’your-unique-name’); to echo the translation.
Seems like (some) of the __() and _e() used to fetch translations either lack the second parameter or it is faulty, examples below…
missing the second parameter (the plugins registered name from load_plugin_textdomain):
__('Notifications')
or
faulty second parameter:
_e( 'Comment notifications', 'swea' )
alter all the __() and _e() to match:
__('Notifications', 'email-alerts')>
or
_e( 'Comment notifications', 'email-alerts' )
After that, place your .po and .mo in the %%/locale dir… name them something like, for example in my case:
email-alerts-sv_SE.mo
email-alerts-sv_SE.po
Enjoy
]]>Would it be possible to extend the plugin such that it (optionally) also sends notifications to editors?
Reason: In a multiuser blog I’d like to restrict the role administrator to the technical tasks and let the tasks related to the bloh contents do by people with the role editor (no bothering them with the many technical itemns in the dashboard).
]]>I have a client that strips out html on there emails. So how would I add the URL to approve the link next to the link to approve? So the admins that do have html in email they can just click the wording and those that dont can copy/paste the url link?
I know this uncommon but my client is weird like that. ??
Thanks and love the plugin.
]]>I have downloaded the “plug in” for email alerts, or thought I did, and nothing getting to subscribers about new posts or comments. Is there yet another “plug in” that will do this efficiently or do I need to download an outside provider such as chimmonkey to enable my subscribers to be alerted to new posts and comments? Thanks.
]]>Is it possible to modify this plugin to only send send notifications for a certain post type?
]]>don’t work, i can’t see in profile the plugin options to receive emails.
I only see the text: Notifications
Hi! I’ve tried to translate the plugin. I’ve created the .mo file with PoEdit and I’ve uploaded it to the plugin localize directory.
I’ve tried with different names without successful result. I’ve my WordPress configured with spanish language (es_ES) and I’ve tried the following names for the .mo file:
– email-alerts-es_ES.mo
– es_ES.mo
No one of them works.
I also tried to put them on the plugin main directory but It haven’t worked well either.
Do you know what I’m doing wrong or maybe the plugin have some errors?
Thanks!
]]>