Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: [solved] Author Notification About Comments on his/her article
Pages: [1]   Go Down
  Print  
Author Topic: [solved] Author Notification About Comments on his/her article  (Read 2940 times)
0 Members and 1 Guest are viewing this topic.
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« on: April 23, 2011, 20:03:58 »

Hello.

I've just migrated from JomComment to Jcomment, it went very well.  Smiley

But I do miss an important feature, which is the author notification.

I need that the author of the article gets an email whenever someone posts a comment on his article.
This is really crucial to me.
Is there such a feature or plugin maybe?

Thanks.
« Last Edit: June 22, 2012, 13:08:51 by smart » Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #1 on: July 26, 2011, 06:33:25 »

I've posted plugin JComments - Autosubscribe... Search through forum and you'll find it...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #2 on: June 01, 2012, 05:00:36 »

Thank you.
Is there a chance that you will release one that is compatible with joomla 2.5?
The one I have does not.

Thanks.
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #3 on: June 01, 2012, 13:35:23 »

Yes, new version will be released soon.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #4 on: June 01, 2012, 18:16:52 »

Great Smiley We are waiting.
Thanks a lot!
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #5 on: June 05, 2012, 14:58:39 »

I've released new version of JComments - AutoSubscribe plugin.

Download JComments AutoSubscribe.

Note: this version is compatible with JComments 2.3.0 and higher.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #6 on: June 05, 2012, 15:43:05 »

How wonderful! Thanks : )
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #7 on: June 05, 2012, 15:45:42 »

Note, that this plugin will subscribe author of the commented article when first comment will be added. If some article already has comments - it will not subscribe. This restriction is needed to allow author to unsubscribe - because in other case any new comment will subscribe it again.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
yaksushi
Jr. Member
**

Karma: 0
Offline Offline

Posts: 23


Email
« Reply #8 on: June 05, 2012, 16:10:30 »

smart will this work for K2?
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #9 on: June 05, 2012, 16:25:37 »

Yes, it will work with K2 also. But for K2 extension we have plugin K2  - JComments which allows to create subscription after creating new item in K2 component (it uses K2's event onAfterK2Save).
« Last Edit: June 05, 2012, 16:27:39 by smart » Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #10 on: June 05, 2012, 18:02:57 »

Note, that this plugin will subscribe author of the commented article when first comment will be added. If some article already has comments - it will not subscribe. This restriction is needed to allow author to unsubscribe - because in other case any new comment will subscribe it again.
Oh, I was hoping that this version will allow subscriptions even for old comments.
Is there a way, perhaps via phpmyadin, a query that I can run, and which will subscribe authors to the articles that they are not subscribed with?

Thanks Smart.
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #11 on: June 05, 2012, 18:07:37 »

Is there a way, perhaps via phpmyadin, a query that I can run, and which will subscribe authors to the articles that they are not subscribed with?
Try next query:

Code: (sql)
INSERT INTO jos_jcomments_subscriptions (
`object_id`
, `object_group`
, `lang`
, `userid`
, `name`
, `email`
, `hash`
, `published`)

SELECT DISTINCT `object_id`
, `object_group`
, `lang`
, `userid`
, `name`
, `email`
, md5(concat(`object_id`,`object_group`,`userid`,`email`,`lang`))
, 1
FROM `jos_jcomments` AS c
WHERE `published` = 1
AND NOT EXISTS
(
SELECT * FROM `jos_jcomments_subscriptions` AS s
WHERE s.`object_id` = c.`object_id`
AND s.`object_group` = c.`object_group`
AND s.`lang` = c.`lang`
AND s.`userid` = c.`userid`
AND s.`email` = c.`email`
)
« Last Edit: June 14, 2012, 21:07:03 by smart » Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
hayatt
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #12 on: June 22, 2012, 08:18:05 »

Hello,
Sorry for my late reply.
I've just tried it and it worked.
THANKS Smiley 
« Last Edit: June 22, 2012, 08:21:26 by hayatt » Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: [solved] Author Notification About Comments on his/her article
 
Jump to: