- Posts: 118
COMMUNITY FORUM
Notification by email plugin available
- Alan Sparkes
-
Topic Author
- Offline
- Premium Member
Less
More
14 years 3 months ago #92478
by Alan Sparkes
Notification by email plugin available was created by Alan Sparkes
If anyone is interested in having a simple notification of K2 frontend submissions please have allok here: www.joomkit.com/downloads/k2-admin-notify
We developed this for a recent project.
There is no official support for this but posting on here we will respond to any major issues with it and we'd like your feedback too!
We developed this for a recent project.
There is no official support for this but posting on here we will respond to any major issues with it and we'd like your feedback too!
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 3 months ago #92479
by william white
Replied by william white on topic Notification by email plugin available
Thanks for your contribution, and also, Thanks for the comments in your code - a lot can be gleaned from studying it.
Please Log in or Create an account to join the conversation.
- Alan Sparkes
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 118
14 years 3 months ago #92480
by Alan Sparkes
Replied by Alan Sparkes on topic Notification by email plugin available
Thanks William
Happy New Year by the way!
William White said:
Thanks for your contribution, and also, Thanks for the comments in your code - a lot can be gleaned from studying it.
Happy New Year by the way!
William White said:
Thanks for your contribution, and also, Thanks for the comments in your code - a lot can be gleaned from studying it.
Please Log in or Create an account to join the conversation.
- Grisel Tolstow
-
- Offline
- New Member
Less
More
- Posts: 1
13 years 11 months ago #92481
by Grisel Tolstow
Replied by Grisel Tolstow on topic Notification by email plugin available
Hi Alan... I publish an article vía front end in my site (I previously created a common user as I´m a superadmin) with the submission plugIn turned On. Two things don´t work very well. One is that I Got a Fatal Error (I copied bellow) and the second is that I´m not receiving the email notifying me. Please check the message
array(0) { }
New Submission:3RA CARRERA SCOUTS UNIDOS CONTRA EL HAMBRE
From:
Approve this URL here:
Approve link
Fatal error: Call to a member function isHTML() on a non-object in /home/arumbear/public_html/sitio/plugins/k2/notifyadmin.php on line 218
<
End of message --->
I don´t know what I might be doing wrong... Please I´d appreciate your help. Thanks
array(0) { }
New Submission:3RA CARRERA SCOUTS UNIDOS CONTRA EL HAMBRE
From:
Approve this URL here:
Approve link
Fatal error: Call to a member function isHTML() on a non-object in /home/arumbear/public_html/sitio/plugins/k2/notifyadmin.php on line 218
<
End of message --->
I don´t know what I might be doing wrong... Please I´d appreciate your help. Thanks
Please Log in or Create an account to join the conversation.
- Alan Sparkes
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 118
13 years 11 months ago #92482
by Alan Sparkes
Replied by Alan Sparkes on topic Notification by email plugin available
Hi Grisel,
what version of Joomla are you using?This error message is called when using Joomla's core to create a mailer object. The failure is on line 218 :$mailer->isHTML(true);
I can only think that your version of joomla does not have the same email class/object....which assumes it changed in joomla at some point.....
what version of Joomla are you using?This error message is called when using Joomla's core to create a mailer object. The failure is on line 218 :$mailer->isHTML(true);
I can only think that your version of joomla does not have the same email class/object....which assumes it changed in joomla at some point.....
Please Log in or Create an account to join the conversation.
- juju
-
- Offline
- Premium Member
Less
More
- Posts: 119
13 years 11 months ago #92483
by juju
Replied by juju on topic Notification by email plugin available
Go here, with that it works : www.jiliko.net/extensions/multi-notify
Please Log in or Create an account to join the conversation.