Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2010-02-04 07:28:17

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: glg_subscribe_comments : subscribe to article's comments

This looks really nice Gregocentrique – may I ask what is the main difference between your plugin and ajw-comments?

Offline

#14 2010-02-04 07:44:35

Grégocentrique
Plugin Author
From: Rouen, France
Registered: 2009-12-19
Posts: 28
Website

Re: glg_subscribe_comments : subscribe to article's comments

Sure. :)

If you’re talking about ajw_comments_feed, it offers a way to subscribe to a discussion via RSS (I’m using it too).

What glg_subscribe_comments do is allowing subscription via email. It’s pretty like phq_subscribe, but with a checkbox and notification customisation.

Last edited by Grégocentrique (2010-02-04 07:47:22)

Offline

#15 2010-02-04 09:59:49

phuture303
Member
Registered: 2008-09-14
Posts: 127

Re: glg_subscribe_comments : subscribe to article's comments

Hi Grégocentrique,

thanks for v1.01! Sorry to say that it still doesn’t work for me.

  • deleted temporarily <txp:comment_message /> in the form
  • tried it with and without e-mail-adress in the plugin prefs
  • normally there are ajw_comments_feed and rvm_mail_comments working, for the test I disabled them

No email is send to the subscribed commentators.

I think it’s not a problem with the plugin, it should be a problem with my hoster. But that’s too technical for me – so thanks for help, I’ll stay with my comment-feed via RSS :-)

David

Offline

#16 2010-02-08 22:35:43

Grégocentrique
Plugin Author
From: Rouen, France
Registered: 2009-12-19
Posts: 28
Website

Re: glg_subscribe_comments : subscribe to article's comments

Hi David,

I thank a little bit about your problem. If you’re still interested by the plugin, you may remove the @ character from the line :

$body = @parse_form($form); // Catch errors for admin side.

Choose debugging mode on site preferences and see if errors are displayed when you post a comment. If Yes, send me those errors. ;)

Offline

#17 2010-02-11 10:14:09

phuture303
Member
Registered: 2008-09-14
Posts: 127

Re: glg_subscribe_comments : subscribe to article's comments

Hi Grégocentrique,

thanks for your work and patience.

Even in debug-mode (and without the @ character) there are no error messages. Everything works fine, but no emails were sent. By time I’ll like to try the plugin on another server for another website – I still think my hoster is the problem…

David

Last edited by phuture303 (2010-02-11 10:25:09)

Offline

#18 2010-02-11 10:25:16

phuture303
Member
Registered: 2008-09-14
Posts: 127

Re: glg_subscribe_comments : subscribe to article's comments

UPDATE: Just tested it on another server on a clean install – and it worked like charme!

So it’s probably my hoster (or one of 1000 plugins which I used, but that’s too much work to figure out… :-).

Offline

#19 2010-02-25 22:07:30

zeusdidit
Member
Registered: 2007-10-16
Posts: 111

Re: glg_subscribe_comments : subscribe to article's comments

thank you for this :) !

Offline

#20 2010-02-27 01:59:03

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: glg_subscribe_comments : subscribe to article's comments

This is a great plugin. I would add explanations that the plugin adds the preferences under extensions. It took a while to figure that out. And samples of how to use the tags—like is done on TextBook—would be very helpful. Especially for newbies.

Oh, and I noticed that it doesn’t send the notifications to the author. This is good thinking, but if you are new to the plugin and test it on your own articles you may think it doesn’t work. I would also add a warning somewhere that it doesn’t send these notifications to the author.

Last edited by Kjeld (2010-02-27 02:02:18)


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#21 2010-02-27 02:47:22

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: glg_subscribe_comments : subscribe to article's comments

I am getting error messages…

1. In the preferences I set “Automatically add the subscribe checkbox” to “No”.

2. I added the following in my comment_form:

<txp:glg_subscription_checkbox /><txp:glg_subscribe_checkbox_label />

3. The checkbox displays, the label doesn’t. I get these errors:

Tag error: <txp:glg_subscribe_checkbox_label> -> Textpattern Warning: tag does not exist on line 1120
textpattern/publish.php:1120 trigger_error()
textpattern/publish.php:1041 processTags()
textpattern/publish/comment.php:203 parse()
textpattern/publish/taghandlers.php:1705 commentForm()
textpattern/publish.php:1106 comments_form()
textpattern/publish.php:1028 processTags()
textpattern/publish/taghandlers.php:2609 parse()
textpattern/publish.php:1106 if_comments_allowed()
textpattern/publish.php:1041 processTags()
textpattern/lib/txplib_misc.php:1621 parse()

QUESTION: What am I doing wrong?

PS. It works fine when “Automatically add the subscribe checkbox” is set to “Yes” and I don’t use any tags.

Last edited by Kjeld (2010-02-27 02:49:51)


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#22 2010-03-02 23:58:12

Grégocentrique
Plugin Author
From: Rouen, France
Registered: 2009-12-19
Posts: 28
Website

Re: glg_subscribe_comments : subscribe to article's comments

Oops, sorry to be late.

Kjeld wrote:

This is a great plugin. I would add explanations that the plugin adds the preferences under extensions. It took a while to figure that out. And samples of how to use the tags—like is done on TextBook—would be very helpful. Especially for newbies.

Oh, and I noticed that it doesn’t send the notifications to the author. This is good thinking, but if you are new to the plugin and test it on your own articles you may think it doesn’t work. I would also add a warning somewhere that it doesn’t send these notifications to the author.

Thank you for your feedback, I’m stacking your remarks in the todo list.

Kjeld wrote:

I am getting error messages…

2. I added the following in my comment_form:

<txp:glg_subscription_checkbox /><txp:glg_subscribe_checkbox_label />

I’m so sorry, you’ve just found a mistake in the plugins Help. The correct tag name is : <txp:glg_subscription_checkbox_label />. Thank you for pointing it. I’ll correct it in the next version.

Hope I helped you.

Offline

#23 2010-03-03 01:33:13

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: glg_subscribe_comments : subscribe to article's comments

Thanks, Grégocentrique! I should have noticed that myself… Less copy and paste, and more thinking! It displays perfectly now.


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#24 2010-03-03 07:48:54

Grégocentrique
Plugin Author
From: Rouen, France
Registered: 2009-12-19
Posts: 28
Website

Re: glg_subscribe_comments : subscribe to article's comments

You’re welcome, it helps me to find bug or mistakes. ;)

Offline

Board footer

Powered by FluxBB