- Posts: 4
COMMUNITY FORUM
Comment notify not send
- Konrad
-
Topic Author
- Offline
- New Member
Less
More
11 years 11 months ago #113383
by Konrad
Comment notify not send was created by Konrad
Hi all!
I want to convert K2 article comment module into send inquiry module. I remove link to website from comment form but i noticed that the comment notify email is not send ;/
Where can be problem with this?
I want to convert K2 article comment module into send inquiry module. I remove link to website from comment form but i noticed that the comment notify email is not send ;/
Where can be problem with this?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 11 months ago #113384
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Comment notify not send
Hello Konrad,
Was the mail function working properly before?
Check to see if com_mailer is producing any errors.
Was the mail function working properly before?
Check to see if com_mailer is producing any errors.
Please Log in or Create an account to join the conversation.
- Konrad
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
11 years 11 months ago - 11 years 11 months ago #113385
by Konrad
Replied by Konrad on topic Re: Comment notify not send
Hi Krikor,
I figuerd that K2 dont have comment notify email function when someone send comment/inquiry :(
I found K2MultiNotify from K2Joom but this is not available for J2.5 ;/
Thanks for effort!
That little bit of code does the job! Need to some fixes but works!
hackingjoomla.blogspot.com/2012/09/update-k2-to-send-mail-notifications-on.html
It uses report comment function as comment notify.
So find line
$response->message = JText::_('K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL');
at components/com_k2/models/item.php
and add before:
I figuerd that K2 dont have comment notify email function when someone send comment/inquiry :(
I found K2MultiNotify from K2Joom but this is not available for J2.5 ;/
Thanks for effort!
That little bit of code does the job! Need to some fixes but works!
hackingjoomla.blogspot.com/2012/09/update-k2-to-send-mail-notifications-on.html
It uses report comment function as comment notify.
So find line
$response->message = JText::_('K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL');
at components/com_k2/models/item.php
and add before:
Log in or Create an account to join the conversation.