Subscribe to Comments
Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!
Download
Latest version: Download Subscribe to Comments v2.1.2 [zip]
This plugin has been downloaded 233522 times.
Installation
- Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
- Go into the WordPress admin interface and activate the plugin
- Optional: if your WordPress theme doesn’t have the comment_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it:
<?php show_subscription_checkbox(); ?> - Optional: If you would like to enable users to subscribe to comments without having to first leave a comment, place this somewhere in your template, but make sure it is outside the comments form. A good place would be right after the ending
</form>tag for the comments form:<?php show_manual_subscription_form(); ?>
FAQ
Q. How can I tell if it’s working?
A.
- Log out of WordPress
- Leave a comment on an entry and check the comment subscription box, using an e-mail that is NOT the WP admin e-mail address or the e-mail address of the author of the post.
- Leave a second comment using a different e-mail address than the one you used in step 2 (it can be a bogus address).
- This should trigger a notification to the first address you used.
Q. I’d like the subscription checkbox to be checked by default. Can I do that?
A. Not anymore. But the checkbox status will be remembered on a per-user basis.
Q. My subscription checkbox shows up in a strange place. How do I fix it?
A. Try unchecking the CSS “clear” option. Beyond that, you’re on your own with CSS positioning.


[...] Subscribe to Comments [...]
[...] Oh, and all the late-night coding has led to some improvements around this site, such as several new WordPress plugins. The most notable of these is the Subscribe To Comments Plugin, which will send you an email alert whenever a comment that you’re subscribed to is replied to. In other words, when you leave a comment, check the “Notify me of followup comments via e-mail” option to be notified of followup comments to your comments via email (uh, duh). [...]
that’s a super idea, but when I click on the download button, I riceive this error:
404 Not Found
The resource requested could not be found on this server! Powered By LiteSpeed Web Server
Lite Speed Technologies is not responsible for administration and contents of this web site!
[...] Subscribe To Comments – Allows commenters to receive the comments left after theirs via e-mail. Easily customizable and managable. [...]
[...] I installed a Subscribe-to-Comments plugin so that when you comment, there is a check-box at the bottom where you can select whether to receive an e-mail whenever someone replies to your comment. Additionally, if you choose not to comment, you can still put your e-mail address in the form at the bottom to receive an e-mail notification whenever someone leaves a comment. For the time being, I put the default with the check-box checked, which means you will automatically receive e-mail notification unless you uncheck it. Let me know if you like this feature, if you would rather I change the default to ‘unchecked’. // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(“authorinfo”).style.display = “”; document.getElementById(“showinfo”).style.display = “none”; document.getElementById(“hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(“authorinfo”).style.display = “none”; document.getElementById(“showinfo”).style.display = “”; document.getElementById(“hideinfo”).style.display = “none”; } [...]
[...] Subscribe to Comments 2.0 [ Tempus Fugit | TxFx.net ] (tags: wordpress plugins subscribe comments) [...]
Is this plugin WordPress 2.0 compatible? I would like to use on my version 2.0
Matteo,
Sorry about that… the WordPress server was being moved when you tried to download. It’s good now.
Dayna,
If you get a notification for this comment that I am leaving, then yes, it works with WordPress 2.0! I’ve not heard any reports of it breaking, and it is a fairly popular plugin.
Thank you for your reply. It worked well with WordPress 2.0.
Hello,
I used the comment plugin. And it works great, but i have a question. If i loged in Wp and after that i go to the mainpage and place a comment on a article. I get the following message:
You may not access this page without a valid key.
How can i fix that?
greetings,
Eddie
I forget to tell that i get that message “You may not access this page without a valid key.” when i want to manage myne subscriptions…
[...] AS far as plugins go, I had varying degress of success. I dumped the “Recent Posts” plugin as I never liked the way it presented the data. If anyone misses it, let me know. I tried the “Live Calendar” plugin which is very slick except it does not seem to work when the blog is installed in a sub-directory, so I disabled it until I can figure that out. I am about to install the “Postie” plugin upgrade which allows me to send pictures to the blog via email (and therefore directly from my phone). The older one worked well in test but I never used it in anger. The “WP-DB-Backup“ plug-in continues to work like a charm. The “Simple Tags” plug-in needs database changes to work on WP 2.0 so I’ll leave that until I have a bit more time.The “Subscribe to Comments” plugin worked without change. [...]
Hi, I’m using subscribe-to-commens with wp-phpmailer 1.6.1 (http://www.coffee2code.com/wp-plugins/) with WordPress 2.0.1-alpha. I just noticed that attempts to post comments result in the following error:
Warning: fsockopen(): unable to connect to mail.tatumweb.com:25 in /home/tatumweb/public_html/blog/wp-content/plugins/wp-phpmailer/class.smtp.php on line 105
Warning: fsockopen(): unable to connect to tatumweb.com:25 in /home/tatumweb/public_html/blog/wp-content/plugins/wp-phpmailer/class.smtp.php on line 105
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/tatumweb/public_html/blog/wp-content/plugins/wp-phpmailer/class.smtp.php on line 105
Warning: fsockopen(): unable to connect to smtp.tatumweb.com:25 in /home/tatumweb/public_html/blog/wp-content/plugins/wp-phpmailer/class.smtp.php on line 105
Warning: Cannot modify header information – headers already sent by (output started at /home/tatumweb/public_html/blog/wp-content/plugins/wp-phpmailer/class.smtp.php:105) in /home/tatumweb/public_html/blog/wp-includes/pluggable-functions.php on line 194
Do you think this is a problem with wp-phpmailer (I’ve left a comment there), with the pluggable functions file, or with subscribe-to-comments?
Not sure what to fix here … I’m not even sure whether the problem began with version 2.0.
Odd.
Rich.
Definitely a problem with wp-phpmailer.
Thanks for the quick response.
I poked around and found that my ISP is blocking unauthenticated posts via port 25. Nothing I could do would authenticate, so I checked some more and found that I needed to use a totally different port for authentication. Now it works. Thanks, and sorry for the blather.
On myne site you see in de commentbox the word Abonneer and then the checkbox.
In Safari it looks good, but in Firefox and IE the text Abonneer is out of the commentbox and you see also first the checkbox and then the text?
A have also a question of it is possible to see:
Abonneer, checkbox and after that also text in one line (in the bleu commentbox).
I hope someone can help me…
http://www.applenieuws.nl
Greetings from the Netherlands,
Eddie
You need to move the comment hook up into the fieldset, and remove
style="clear: both;"in the opening paragraph tag.nice plugin – there is one problem that i have. the way that i have my wp template setup is that the header goes above the content in the code, so the way the subscription manager page looks is that my menus and sidebar are under the content area. how can i change it so that it goes above the content area?
Hi!
It appears that no one has asked this before but:
1. Where exactly the email addresses of the subscribed/blocked people are saved?
2. Is there a form for the admin to see a list of all the mails with its subscriptions? It seems a bit of a pain to check mail by mail to see if any has subscriptions.
Thanks for your time.
The e-mail addresses can be in one of two places… the comment itself, or the post’s custom fields. It depends on whether they subscribed and commented, or subscribed without commenting.
There isn’t currently a built-in way for the admin to see all the e-mails and the entries to which they are subscribed.
[...] Marcin: może ci siÄ™ przyda – wtyczka z subskrypcjÄ… komentarzy na email: http://txfx.net/code/wordpress/subscribe-to-comments/ [...]
[...] ・Extended Live Archives or Super Archives ・FlickrRSS ・Gravatars ・Favatars ・Conversational Categories ・Time Since ・Related Posts ・Brian’s Latest Comments ・del.icio.us cached ・Subscribe to Comments ・Bunny’s Technorati Tags [...]
[...] and also please use that Subscribe To Comments plugin, its damn frustrating having to check the blog again for replies!! [...]
[...] An Plugins habe ich bislang installiert das flickrRSS plugin von eightface, Subscribe-to-comments von txfx.net und das Extended Live Archive von Sons of Skadi. Letzteres muss ich selber noch verstehen und konfigurieren lernen, habt hier noch etwas Geduld mit mir. Generell, wenn euch hier Bugs oder andere seltsame Dinge (und damit meine ich nicht die Posts) auffallen, freue ich mich über Hinweise unter ah (at) heliumkiffer (dot) de. Sicherlich werde ich in den nächsten Tagen und Wochen hier noch einiges rumschrauben, die Typogrössen passen mir noch nicht so ganz und ein paar andere Kleinigkeiten müssen auch noch passieren. [...]
[...] ã”ã”æœ€è¿’ã”ã®㔚µã”šÂ¤Ã£Æ’ˆã§ã¯「K2 beta twoã€Âã¨㔞ã” ピ ーマ㔚’使用ã…ã¦㔞ã¾ã™〔š 「K2ã€Âã¯以唰Â(蔹±èªžç”°Ë†Ã£Â¯ä»Šã”š”šÃ¯Â¼”°Ã£Â¾ã§ã®WordPressã®ピ¡Ã£Æ’”¢Ã£”šÂ©Ã£Æ’«ãƒˆãƒ” ーマ「Kubrickã€Âã®作者ã§㔚㔚”¹Michael Heilemannæ°Âã¨Chris J. Davisæ°Âã«㔚ˆã£ã¦閔¹Ã§â„¢ÂºÃ£Â”¢Ã£”šÅ’ã¦㔞㔚”¹Ã£”š”šÃ£Â®ã§ã™〔šÃ¥Â¤Å¡Ã£ÂÂã®ヅラ㔚°ã”šÂ¤Ã£Æ’³ã”š’㔚µãƒÂートã…ã¦㔞㔚”¹Ã£Â®ãÂ΍”°Â¹Ã¥Â¾Â´Ã£Â§ã€Â㔚¢ã”šÂ¯Ã£Æ’” 㔚£ãƒ–ã«ã™㔚”¹Ã£Â ã’ã§利用å¯能ã§ã™〔šÃ£Æ’…ラ㔚°ã”šÂ¤Ã£Æ’³ã®ピ¡Ã£”šÂ£Ã£”šÂ¢Ã£”šÂ¯Ã£Æ’” 㔚£ãƒ–ã¨㔚¢ã”šÂ¯Ã£Æ’” 㔚£ãƒ–ã®刔¡Ã£”šÅ 攺¿ãˆã§簡å˜ã«㔚µã”šÂ¤Ã£Æ’ˆã®槔¹Ã¦Ë†Â㔚’夔°Ã¦”ºÂ´Ã£Â§ãÂÂ㔚”¹WordPress㔚”°Ã£Â…㔞ピ ーマã ã¨æ€Â㔞ã¾ã™〔š 㔞ã¾ã 発屔¢Ã©â‚¬”ä¸Âã®beta田ˆã€Â細㔹ãªãƒÂ㔚°ã®唡ºç¾ã¨修æÂ£ã”š’繰㔚Š返ã…ã¦㔞㔚”¹Ã§Å ¶æ…”¹Ã£Âªã®ã§人ã«㔚ˆã£ã¦ã¯「㔚¤ãƒ©ã”šÂ¤Ã£Æ’©ã€Âã…ã¦ã…ã¾㔠部刔 㔚”šÃ¥Â¤Å¡Ã£ÂÂ㔚㔚”¹Ã£Â”¹Ã£”š”šÃ§Å¸Â¥Ã£”šÅ’ã¾㔺㔚”ãÂŒã€Â㔚ªãƒ³ã”šÂ¿Ã£”šÂ¤Ã£Æ’ ã§ãƒÂーãƒÂャルãª「K2ã€Â㔚’ç™»ã£ã¦㔞ãÂÂãŸ㔞ã¨㔞ã” æ–¹ã¯一度ãŠ試ã…ãÂÂã 㔢㔞〔šÃ£Â”žÃ£Â¤ã”¹Ã£Â¯ã€ŒK2ã€Âã®頔šÃ£ÂÂã«ãŸã©㔚ŠçÂۋՋ”š”¹Ã£Â¯ãšã§ã™〔šÃ£Âȋ”š”㔚”šÃ£Â®ã®「K2ã€Âã®㔚ˆã” ã«蔹¦åŠ´ã”š’強㔞㔚”°Ã£”šÅ’㔚”¹Ã£Â”¹Ã£”š”šÃ£Â…㔚Œã¾㔺㔚”ãÂÅ’…〔š 㔚µãƒÂート㔢㔚Œã¦㔞㔚”¹Ã£Æ’…ラ㔚°ã”šÂ¤Ã£Æ’³ã¯以且¹Ã£Â®é€šã”šÅ ã§ã™〔š ・Extended Live Archives or Super Archives ・FlickrRSS ・Gravatars ・Favatars ・Conversational Categories ・Time Since ・Related Posts ・Brian’s Latest Comments ・del.icio.us cached ・Subscribe to Comments ・Bunny’s Technorati Tags 最迒㔚ªãƒ”¢Ã£”šÂ£Ã£”šÂ·Ã£Æ’£ãƒ«ã®ピ¢Ã£”šÂ©Ã£Æ’¼ãƒ©ãƒ ã”š”šflickr(メンãƒÂー攢°ã¯1000人以上ï¼”°Ã£Â”¹Ã£”š”°Michael Heilemannæ°Âã®㔚µã”šÂ¤Ã£Æ’ˆ”Âbinarybosai”Ã¥” …ã«移唹”¢Ã£Â…ã€Â活氅ã¥㔞ã¦ãÂÂã¦㔞ã¾ã™〔š Chris J. Davisæ°Âã¯昨年末ã«「K2ã€Âã®対極ã¨㔚”šÃ¨Â¨â‚¬Ã£Âˆã”š”¹Ã£”šÂ·Ã£Æ’³ãƒ…ルãª2ã¤ã®ピ ーマ㔚’リリー㔚¹ã”¢Ã£”šÅ’ã¦㔞㔚”¹Ã£Â®ã”š”šÃ¦Â°…ã«ãª㔚Šã¾ã™ãÂÂ〔šÃ£”šÂ«Ã£”šÂ¹Ã£”šÂ¿Ã£Æ’ ã™㔚”¹Ã©Å¡”ºÃ£Â®ãƒ™ãƒ¼ã”šÂ¹Ã£Â«ã™㔚”¹Ã¤ÂºÂºÃ£Â΋ŸãÂÂ㔢㔚”㔞ãÂÂã” ã§ã™〔š k2 themes wordpress [...]
[...] maximalizm (maximalizm) wrote in ru_wordpress,@ 2006-01-15 11:18:00 ÚþüüõýєšÃ°Ñ€Ã¸Ã¸ ÿþ ÿþє¡Ã‘”šÃµ àúðúþù ÿûðóøý òє¹ øÑÂÿþûь÷уõєšÃµ, Ñ”¡Ã‘”šÃ¾Ã±Ñ”¹ ôðєšÃ‘Å’ ûюôÑÂü òþ÷üþöýþÑÂÑ”šÃ‘Å’, þÑÂÑ”šÃ°Ã²Ã¸Ã² úþüüõýєšÃ°Ñ€Ã¸Ã¹, ÿþôÿøÑÂðєšÃ‘΄ÂѠýð þÑÂÑ”šÃ°Ã»ÑŒÃ½Ñ”¹Ãµ úþüüõýєšÃ°Ñ€Ã¸Ã¸ ú ÷ðüõєšÃºÃµ, Ñ”¡Ã‘”šÃ¾Ã±Ñ”¹ þýø õüу ýð ÿþє¡Ã‘”šÃ‘Æ’ ÿрøхþôøûø?(Post a new comment) jamshid 2006-01-15 09:43 am UTC (link) Subscribe To Comments — http://txfx.net/code/wordpress/subscribe-to-comments/(Reply to this) (Thread) maximalizm 2006-01-15 09:50 am UTC (link) ð þý ÿþ wordpress 2.0 рðñþєšÃ°ÃµÑ”š?(Reply to this) (Parent) (Thread) jamshid 2006-01-15 09:51 am UTC (link) Ôð, рðñþєšÃ°ÃµÑ”š. ã üõýѠýð jamshid.ru ÑÂÑ”šÃ¾Ã¸Ñ”š WP 2.0.(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 09:57 am UTC (link) ÑÂõýúÑÂÑ”°Ã°Ñ Ã¿Ã¾Ã¿Ñ€Ã¾Ã±ÑƒÑŽ Ñ”šÃ¾Ã¶Ãµ ÿþÑÂÑ”šÃ°Ã²Ã¸Ñ”šÃ‘Å’(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:00 am UTC (link) õôøýÑÂÑ”šÃ²ÃµÃ½Ã½Ã¾Ãµ ÿþ ÑÂÑÂÑ”¹Ã»ÃºÃµ þý ýð ðýóûøùÑÂúþü ÑÂ÷є¹ÃºÃµ. руÑÂøєžÃ¸Ñ” øрþòðýýє¹Ã¹ õÑÂÑ”šÃ‘Å’ ýð mywordpress.ru, ýþ þý ÑÂõùє¡Ã°Ñ Ã² ôðуýõ. üþóу руÑÂ. òõрÑÂøю ÑÂñрþÑÂøєšÃ‘Å’ ýð üє¹Ã»Ã¾ — ýðÿøшøєšÃµ ðôрõÑÂ.(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 10:04 am UTC (link) maximalizm ÅÒԢàì yandex.ru(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:10 am UTC (link) ÞєšÃ¿Ñ€Ã°Ã²Ã¸Ã».(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 10:14 am UTC (link) ÑÂÿðÑÂøñþ,õÑÂÑ”šÃ‘Œñуôõü þÑÂòðøòðєšÃ‘Å’(Reply to this) (Parent) maximalizm 2006-01-15 10:20 am UTC (link) ð úуôð руÑÂÑÂúøõ Ñ”žÃ°Ã¹ÃȄ”¹ ÑÂþòðєšÃ‘Å’? ѠÿþüõєšÃºÃ¾Ã¹ ру? Ñ”šÃ°Ã¼ þÑÂÑ”šÃ°Ã²Ã»ÃµÃ½ ðýóûøùÑÂúøù хõûÿ, óôõ рðÑÂÑÂúð÷є¹Ã²Ã°ÃµÑ”šÃ‘ÂѠúуôð рðÑÂÑÂþòє¹Ã²Ã°Ñ”šÃ‘Å’ рþôýє¹Ãµ Ñ”žÃ°Ã¹ÃȄ”¹(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:28 am UTC (link) *.po ø *.mo – Ñ”šÃ‘ƒôð öõ, ò ôøрõúєšÃ¾Ñ€Ã¸ÑŽ Ã¿Ã»Ã°Ã³Ã¸Ã½Ã°.(Reply to this) (Parent) Log in now.(Create account, or use OpenID) [...]
[...] Posted: Thu Jan 19, 2006 6:29 am Post subject: Subscribe to comments I notice wordpress has a nifty "subscribe to comments" plugin (http://txfx.net/code/wordpress/subscribe-to-comments/) where commenters can be notified by email when someone replies to their comment. Anything like this for nucleus? [...]
[...] Ik heb trouwens een plugin geïnstalleerd die elke WordPress gebruiker eigenlijk zou moeten installeren… De plugin laat bezoekers die een reactie achterlaten een vakje aan te vinken waardoor ze indien er nog reacties komen op de post ze een korte mededeling krijgen via email. Ook kunnen gebruikers de posts waarop ze ingeschreven zijn bewerken. Je weet nooit dat hier ooit eens een interessante discussie zou ontstaan… Het niet kunnen opvolgen van reacties heb ik steeds enorm irritant gevonden aan blogs… Je kan nogal moeilijk altijd manueel nakijken of er nog reacties gekomen zijn na de jouwe op alle blogs die je bezoekt. Je kan de plugin hier vinden. Een aanrader! [...]
[...] For all of you bloggers using WordPress… I would please me greatly if you were to install Subscribe-to-Comments plugin on your blog. [...]
[...] Skorzystam z Subscribe to comments (dziÄ™ki za podpowiedź, Ã…Âukasz). IdeaÃ…”šem byÃ…”šoby, jeÃ…”ºli da siÄ™ sensownie (i wygodnie) poÃ…”šÃ„…czyÄ”¡ funkcjonalnoÃ…”ºÃ„”¡, dodanie obsÃ…”šugi XMPP do StC bez psucia tego, co tam jest teraz. [...]
[...] They call that piece of magic “Subscribe to Comments.”
[...]
Hi, I can’t get Subscribe to Comments 2.0/2.02 to send emails. I’ve tested it according to the readme and also have tried generating emails by using the “Change E-mail Address” function in manage->subscriptions. None of these have worked and I’ve checked server logs and they were never generated. What sort of things can I try to get it working?
I’m using wordpress 1.5.2, and the other email notification plugin I have activated works.
do you know there is a small compatability issue with wp 2.0? It is even commented on in the WordPress Codex compatability thread here: http://codex.wordpress.org/User:Matt/2.0_Plugin_Compatibility. I love your plugin. Its one of my favorites. That is the only reason I ask! When I visit my admin and hit manage–>subscriptions, I get an error:
Warning: sg_subscribe_admin(/home/kurtdamr/public_html/wp-subscription-manager.php): failed to open stream: No such file or directory in /home/kurtdamr/public_html/wp-content/plugins/subscribe-to-comments.php on line 839
Warning: sg_subscribe_admin(/home/kurtdamr/public_html/wp-subscription-manager.php): failed to open stream: No such file or directory in /home/kurtdamr/public_html/wp-content/plugins/subscribe-to-comments.php on line 839
Warning: sg_subscribe_admin(): Failed opening ‘/home/kurtdamr/public_html/wp-subscription-manager.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/kurtdamr/public_html/wp-content/plugins/subscribe-to-comments.php on line 839
Thanks!
[...] A Google search for a plugin solution for WordPress will yield you Subscribe To Comments 2.0, an significantly upgraded version of Jennifer’s original Subscribe To Comments. [...]
Kurt, that just means that you didn’t put
)
wp-subscription-manager.phpin the WP root folder. You probably deleted it when you upgrade to WP 2.0 (you’re not the only oneMark, what address do you have set as the “From” address? Is it on your domain? Some hosts don’t allow you to set “From” addresses that aren’t on your domain.
Mark, you were absolutely right. I missed that part! Thanks for being so helpful and for such an excellent plugin. Now, If I could only figure out how to use the gravatar plugin in wp 2.0 with my theme! Its too advanced for me!
[...] 2006-01-15 09:50 am UTC (link) ð þý ÿþ wordpress 2.0 рðñþєšÃ°ÃµÑ”š?(Reply to this) (Parent) (Thread) jamshid 2006-01-15 09:51 am UTC (link) Ôð, рðñþєšÃ°ÃµÑ”š. ã üõýѠýðÑÂÑ”šÃ¾Ã¸Ñ”š WP 2.0.(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 09:57 am UTC (link) ÑÂõýúÑÂÑ”°Ã°Ñ Ã¿Ã¾Ã¿Ñ€Ã¾Ã±ÑƒÑŽ Ñ”šÃ¾Ã¶Ãµto this) (Parent) (Thread) jamshid 2006-01-15 10:00 am UTC (link) õôøýÑÂÑ”šÃ²ÃµÃ½Ã½Ã¾Ãµ ÿþ ÑÂÑÂÑ”¹Ã»ÃºÃµ þýруÑÂ. òõрÑÂøю ÑÂñрþÑÂøєšÃ‘Å’ ýð üє¹Ã»Ã¾ — ýðÿøшøєšÃµ ðôрõÑÂ.(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 10:04 am UTC (link) maximalizm ÅÒԢàì yandex.ru(Reply to this)(Thread) jamshid 2006-01-15 10:10 am UTC (link) ÞєšÃ¿Ñ€Ã°Ã²Ã¸Ã».(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 10:14 am UTC (link) ÑÂÿðÑÂøñþ,õÑÂÑ”šÃ‘Œñуôõüto this) (Parent) maximalizm 2006-01-15 10:20 am UTC (link) ð úуôð руÑÂÑÂúøõ Ñ”žÃ°Ã¹ÃȄ”¹ ÑÂþòðєšÃ‘Å’? ÑÂúуôð рðÑÂÑÂþòє¹Ã²Ã°Ñ”šÃ‘Å’ рþôýє¹Ãµ Ñ”žÃ°Ã¹ÃȄ”¹(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:28 am UTC (link) *.po ø *.mo – Ñ”šÃ‘ƒôð öõ, òÿûðóøýð.(Reply to this) (Parent) (Thread) maximalizm 2006-01-15 10:47 am UTC (link) ÷ðрðñþєšÃ°Ã»Ã¾Ñ”šÃ¾ÃºÃ° òÑÂõ рðòýþÿþє¡Ã‘”šÃµ úþüüõýєš ÿрøшõû ѠðýóûøùÑÂúþù þñòÑÂ÷úþù(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:53 am UTC (link) options > subscribe to comments: ò Ñ”šÃ‘€ÃµÑ…ðòєšÃ¾Ñ€ ÑÂÑ”šÃ¾Ã¹ ÷ðÿøÑÂø. ãÿрðòûõýøõ ÿþôÿøÑÂúðüø.(Reply to this) (Parent) (Thread) jamshid 2006-01-15 10:54 am UTC (link) çõрєš, Ñ”šÃ‘Ą”š Ñ”šÃµÃ³Ã¸ ðòєšÃ¾Ã¼Ã°Ñ”šÃ¾Ã¼Ã¾ÑÂÑ”šÃ°Ã²Ã¸Ñ”šÃ‘Å’, Ñ”šÃ¾Ã»ÑŒÃºÃ¾ Ñ”šÃµÃºÑÂÑ”š ÷ðüõýøєšÃ‘Å’ ýð руÑÂÑÂúøù.(Reply to this) (Parent) (Thread) skoper 2006-01-15 11:09 am UTC (link) àõшøû ÿþрðñþєšÃ°Ñ”šÃ‘Å’:)(Reply to this) (Parent) (Thread) jamshid 2006-01-15 11:26 am UTC (link) ÃÂу ð ÿþє¡ÃµÃ¼Ñƒ ñє¹ ø ýõєš
(Reply to(Parent) maximalizm 2006-01-15 01:59 pm UTC (link) ÷ðñðòýþ, ð ò Ñ”¡ÃµÃ¼ Ñ”šÃ¾Ã³Ã´Ã° ÑÂüє¹Ã‘ÂûõÑÂûø òÑÂõ рðòýþ ÿрøхþôøєšÃ‘ÂÑ ÑÂðüþüу ÿõрõòþôøєšÃ‘Å’?(Reply to this) (Parent) (Thread) jamshid 2006-01-15 02:01 pm UTC (link) âðü òрує¡Ã½ÑƒÑŽ Ñ”šÃ‘€Ã¸ ÑÂÑ”šÃ‘€Ã¾ÃºÃ¸, ðÞєšÃºÑ€Ã¾Ã¹Ñ”šÃµ, ÿþÑÂüþєšÃ‘€Ã¸Ñ”šÃµ, ÑÂúþûьúþ Ñ”šÃ°Ã¼ Ñ”šÃµÃºÑÂÑ”šÃ°.(Reply to this) (Parent) (Thread) bocharsky 2006-01-16 05:20 pm UTC (link) ԢÑÂûø ѠòÑÂõ ÿрðòøûьýþýð þєšÃ²ÃµÑ”šÃ‘”¹ Ñ”šÃ¾Ã»ÑŒÃºÃ¾ ýð ÑÂòþù úþüüõýєšÃ°Ñ€Ã¸Ã¹?áÿðÑÂøñþ.(Reply to this) (Parent) (Thread) jamshid 2006-01-16 05:25 pm UTC (link) Ã’ ñûþóðх ýõ рðÑÂÿрþÑÂÑ”šÃ‘€Ã°Ã½ÃµÃ½Ñ”¹Ã½Ã¾ ÿþôÿøÑÂúð øüõýýþ ýð òÑÂõ úþüüõýєšÃ°Ñ€Ã¸Ã¸.(Reply to this) (Parent) (Thread) bocharsky 2006-01-16 05:31 pm UTC (link) ßþýÑÂÑ”šÃ½Ã¾. ÃÂð ÑÂðüþü ôõûõ ÑÂýð ÑÂòþõ þý ýõ рõшðõєš, òþєš Ѡø рõшøû уÑ”šÃ¾Ñ”¡Ã½Ã¸Ñ”šÃ‘Å’.(Reply to this) (Parent) buenasnoches 2006-01-18 03:32 am UTC (link) üþöýþ üýõ Ñ”šÃ¾Ã¶Ãµ?to this) (Parent) (Thread) jamshid 2006-01-18 07:05 am UTC (link) ÞєšÃ¿Ñ€Ã°Ã²Ã¸Ã». ÃÂþ mywordpress.ru уöõ:)(Reply to this) (Parent) Log in now.(Create account, or useOpenID) [...]
Mark,
I have the from address to be on my domain, other emails that use the same from address domain (with auto-generated wordpress emails and the subscribe2 plugin) are working.
I can see that people are subscribed post comments, so I know at least that data is being stored.
[...] added full support for the great Subscribe-to-Comments-Plugin of of Mark Jaquith and Jennifer [...]
[...] 04.01.06: Subscribe to comments eingebaut. [...]
I seem to be having problems with this plugin operating with wp-cache. I love this plugin, and would be loathe to do without, but my page is currently breaking if you return to the page you’ve visited previously, the cache is served up and an error occurs:
Fatal error: Call to undefined function: show_manual_subscription_form() in /home/tatumweb/public_html/blog/wp-content/cache/wp-cache-e46539f39668c74157d357836212362a.html on line 685
I’ve wrapped the functions with an mfunc wrapper, but possibly I’ve done it wrong. This is what I have:
<!–mfunc show_subscription_checkbox() –>
<?php show_subscription_checkbox(); ?>
<!–/mfunc–>
and ….
<!–mfunc show_manual_subscription_form() –>
<?php show_manual_subscription_form(); ?>
<!–/mfunc–>
This is supposed to force wp and wp-cache to process the functions ofthis plugin before delivering the cached result.
Any ideas?
Regards,
Rich
BlogRodent
This is a good plugin. The only thing that I’d advise for a future revision would be to allow modification of the emails that are sent out. Although I did this myself by directly editing the PHP, it was a bit of a haul.
Great work!
Rich,
That’s not working because the plugin isn’t loaded when the page is cached. It’s not going to work dynamically while using a cache plugin.
[...] Es tut mir wirklich leid, dass es zur Zeit kaum inhaltsschwere neue Einträge gibt. Nur immer dieses Meta-Geschwafel. Wie jetzt schon wieder: Ich habe gerade das Subscribe to comments-Plugin installiert. via Neues Plugin installiert: Subscribe to Comments. Der Verehrte Leser kann jetzt, nachdem er denn zu einem aktiven Kommentierer geworden ist, sich über weitere Beiträge zu dem von ihm kommentierten Eintrag anmelden. Er bekommt dann eine Nachricht per email. Natürlich gibt es die Möglichkeit die Anmeldungen zu verwalten. [...]
Mark, is it possible that PHP settings could cause the plugin not to work? How can I test if the plugin is loaded when a user visits a page? I checked, and PHP is configured with “nocache” so I’m not worried about caching, but is ther anything else?
Mark, try this:
Edit the plugin. Look for the
function send_email(… and within that function put two forward slashes//in front of the two lines that start with$headers.Let me know if that works. If not, would you be willing to give me FTP access to that file so I can troubleshoot it? What’s happening is that
wp_mail()is returning false, which means thatmail()is returning false. I think it may be the headers, for some reason.Mark, hey it works! Thanks a bunch. Without modifying the header I can’t set the from name and address and it defaults to the admin’s email, but that’s ok, since the emails actually send! Thank you so much fo ryour time to help fix this.
Hi there,
Just found this awsome plugin. I just wondered whether, in admin, I should be seeing a list of subscribed users or just the search for subscribed users in admin – manage – subscriptions. I see just the latter.
Also I have a custom comments form that has a javascript to stop people posting blank emails. I take it users won’t be able to subscribe without comments because of this.
Keep up the good work.
Karl
[...] http://txfx.net/code/wordpress/subscribe-to-comments/ [...]
[...] ・Extended Live Archives or Super Archives ・FlickrRSS ・Gravatars ・Favatars ・Conversational Categories ・Time Since ・Related Posts ・Brian’s Latest Comments ・del.icio.us cached ・Subscribe to Comments ・Bunny’s Technorati Tags [...]
Hello:
I wanted to install this plugin for my step fathers site, but for some reason it is not working. I put the two files where they belong. I activated the plugin, I visited the option page for the plugin, and I tested the plugin using multiple email addresses. I am running WordPress 1.5.2, and using the theme Kiwi. Any suggestions?
Hello:
I wanted to install this plugin for my step fathers site, but for some reason it is not working. I put the two files where they belong. I activated the plugin, I visited the option page for the plugin, and I tested the plugin using multiple email addresses. I am running WordPress 1.5.2, and using the theme Kiwi. Any suggestions?
PS his website is Watchingpolitics.com, if that will help (I am not responsible for the content).
[...] Version 0.9.2 ============= + small changes at several stylesheets + added full support for the great Subscribe-to-Comments-Plugin of Mark Jaquith and Jennifer (http://txfx.net/code/wordpress/subscribe-to-comments/) + added an additional optinal scheme, demonstrating lefthanded sidebar columns [...]
Has this plugin been updated for wordpress 2.0? Great work!
Todd,
The current version works with WordPress 2.0
Terrin,
Try the advice I posted in this comment… this will be fixed in a future version.
Karl,
No list of subscribed users in admin… although I may add it as it is a popular request. The “subscribe without commenting” feature uses a new form (which is why it must be placed outside of your existing comments form), so your Javascript will probably not interfere.
[...] I’m trying out Mark Jaquith’s subscribe-to-comments WordPress plugin, which allows users to get email updates whenever there is a new comment to a post they also commented on. My limited testing shows it basically works, but if you should have occasion to comment then I would appreciate you test driving it too. [...]
kindly lemme know how can i see the list of subcribed people in my admin panel!
Its a imp feature.. buddy plz implement it!
‘No list of subscribed users in admin’
OK thanks, I’m not really botthered who has subscribed but it would be nice to see the numbers of who is subscibed.
All the best
Karl
It’s coming. I’m just very busy. I found this rough script kicking around from sometime last year… maybe it’ll hold you over. It’s sorted by e-mail address. Place the script in your WordPress directory and point your browser at it.
ok dude.. thanks a lot.. lemme try that.. also plz plz work on the new version soon.
btw.. can you tell what plugin u used that it shows blogauthor and subcribed for others! Also plz include this also in the next version!
That’s been supported in Subscribe to Comments for over 18 months.
STC has a
comment_subscription_status()function that returnstrueorfalsefor each comment.Example:
I tried your rough script placing it in the root folder of wordpress and went to link:
xyz.com/wp-subscriptions-viewer.php
it gives the error:
Warning: Invalid argument supplied for foreach() in ***/public_html/wp-subscriptions-viewer.php on line 10
Warning: Invalid argument supplied for foreach() in ***/public_html/wp-subscriptions-viewer.php on line 20
That just means you have no subscriptions. Like I said, it’s rough.
Sunny, you sure you put it in the root of the wordpress folder as itworked just fine for me, where wp-config sits?
buddy actually i am very new to php stuff… the image blog author and subcribed automatically appears?
and where to place the code that you gave me above!
plz help a little on that.. i am new to php.. don’t mind!
yes karl is put in the root folder.. incase no one has subcribed it, i’l tell my friend to subcribe and see if its works.
I am using wordpress 2.0
‘the image blog author and subcribed automatically appears’
I think that is a bespoke design by the author. As standard you get a hyperlink saying ‘you are the author’ or ‘you are subscribed to this thread’
Kick me if I am wrong
I keep getting:
Fatal error: Call to undefined function: is_do_not_mail() in /home/virtual/site60/fst/var/www/html/wp-subscription-manager.php on line 50after I type in my e-mail address as requested, so are other commenters who return to either unsubscribe. Any ideas?
Thank you again for that plugin, completely operationnal with WP 2.0.1,and for the info given to put back wp-subscription manager at the root…
[...] for WordPress, there’s the great “Subscribe to Comments 2.0 ”: it adds a checkbox to the comment post form so the commenter can subscribe for notifications of new postings (an unsubscribe-link is sent in every notification mail, together even with a personalised link to an interface where the subscriber can then manage the rest of his or her own subscriptions). [...]
Sian,
You must be using
wp-subscription-manager.phpfrom the old Subscribe to Comments 1.x … please replace with the version in the 2.x version. Theis_do_not_mail()function hasn’t been in use since I rewrote the plugin almost a year ago.[...] I installed the Subscribe to Comments 2 plugin so that one can receive a notification via email when there are new comments on a topic. [...]
Mark I downloaded the above zip file and everything is now working with no problems. The only question I have is where do I upload the subscribe-to-comments.pot?
Sian,
That file is just to assist translators. You don’t have to upload it anywhere.
hello!
indeed thats a great plug in!
the prob is that i cant translate it… i go to the ubscribe-to-comments.php and change some stuff to see the result and it doesnt changes anything!
what do i do wrong?
im am changing everything on subscribe-to-comments.php (what it concerns text) and only one or two are working!!!
Hi, I noticed that the email that goes out to a commenter indicates the who is and IP of the person who commented after them.
Is there anyway to edit the email formatting to customize the look?
[...] I installed the Wp-Email plugin for “Email this post” as well as Watershed Studio’s “Email notification” plugin and Tempus Fugit’s “Subscribe to comments” plugin. [...]
[...] Ooh! Likey! Live Comment Preview. and Subscribe to Comments [...]
[...] Subscribe to Comments: Download Plugin [...]
Mark, I installed v. 2.0.2 of your plugin. Everything works fine except the “Manage your subcription” link leads to this:
Not Found
The requested URL /fastcgist/php4/wp-subscription-manager.php was not found on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache PH/SH Ext./1.3.33 Server at http://www.efpma.org Port 80
What’s wrong?
Christoph, did you put
wp-subscription-manager.phpin your WordPress directory? It looks like it just can’t find it there.Mark, yes I did. In the meantime I deactivated all my plugins and changed back to the Kubrik theme but the error remained. I also tested .htaccess but that is the same as on my other blog — where your plugin works nicely. So maybe it’s a server thing? I can give you a test account for the site to see the effect yourself if you send me an email.
To repeat the main facts: The link points to:
http://www.efpma.org/wp-subscription-manager.php?email=freitag@
bogk.org&key=3b040a1d498ab7afa12c7216b3313fb9
&ref=http://www.efpma.org/2006/02/20/noch-n-gedicht/
(I manually added 2 line breaks) and I have made sure that
http://www.efpma.org/wp-subscription-manager.php
exists and has the same file permissions as all the other wp-xyz files.
Sounds like a server issue.
http://www.efpma.org/2006/02/20/noch-n-gedicht/
gives the same error about
index.phpnot existing.Mark, you could not jump to the page linked to above because that post was hidden by the plugin “Category Access”. Anyway that was not the problem. The problem was permalinks. When I reverted to WP default permalink structure everything worked again. Do you have any idea why? It seems to work on your blog. Any suggestion?
[...] Thanks to the cryptically named Subscribe to Comments plugin for the functionality. [...]
Christoph,
Looks like you figured it out, because it’s working? What did you do, for future reference?
Well, I did not really solve the problem. On my site http://www.efpma.org your plugin only works if I “switch off” permalinks, i.e. set permalink structure to “default”. I first thought this was a bug in WP 2.0 but WP 2.0.1 shows the same behaviour.
Interestingly a custom permalink structure such as “/%post_id%/%postname%/” does work on my other site (www.parenthese.de) which is hosted at another provider.
So I will contact my provider on http://www.efpma.org again to solve the issue. In the meantime any help concerning .htaccess rules and mod_rewrite would be appreciated. I have no clue about these.
Update: I have tracked the error down (almost). Your plugin calles wp-blog-header.php which in turn calls wp-config.php. This works irrespective of the permalink setting.
wp-blog-header.php then goes on to call the function wp() which is defined in wp-includes/wp-functions.php. This one in turn has just before been called upon by wp-config.php with the “help” of wp-settings.php.
The function wp() fails if I set permalink structure to anything else but “default”. Since wp() seems to be involved in creating the URI to pass to the server there must be a problem in the creation of this URI.
However I am at a loss here because there are just too many functions that build upon each other. I suppose it has to do with a server variable that my provider’s server doesn’t deliver, something like $_SERVER['REQUEST_URI'] or the like. I am not into Apache so I can’t say which one is the culprit.
If someone has any idea it would help me pin down my provider and/or find a workaround. I stress again: Your plugin does work on my private blog http://www.parenthese.de.
Cheers, Christoph
Mark, I solved it! It was actually very simple. All I had to do was set the server to use PHP5 instead of PHP4. At last. Googling for the right keywords was the key …
.
As a side-effect my site responds much faster now, great!
Wow! That’s probably the first time that moving to PHP5 ever solved a problem!
how do i view all the subscriptions that have been made? i want to be able to see the email addresses of the people who have signed up to posts on my site. The only way i can see to do it is to enter the email of the person. but since i dont know any of the email address how do i do it so that i can view an entire list.
please help, thanks
You can use this script for the time being. This is a very popular request, so this functionality will be going into the plugin eventually.
Hey Mark,
regarding your comment in the other post, I just wanted to say this:
You’re welcome – the plugin is really great and I’m looking forward to the next release..
Maybe there’s a chance that you tell me something about a date for the next release? I don’t want something like “March, 8th 2006″, but something like “within 6 or 8 weeks” would be great..
As a suggestion, I’d like to have another way of the subscription-manager.
The reason is that my theme (Firefox from hot-screensaver.com) isn’t that much compatible with your plugin..
I mean, being admin and clicking “Manage subscriptions” results in an error telling me:
(I made a manual line break due to it would break the layout if I wouldn’t do it..
)
So it would be great if I could define something like at any location of the site to see the subscription-manager..
But maybe I must dig through the theme-code (its code is sometimes a little bit confusing..
) to get this working..
Kindly regards,
Martin..
[...] By complete fluke (I was replying to “Fed up with Java, switching to a new language” – it’s funny) and discovered a “subscribe” option. A quick Google search later and I found the Subscribe to Comments 2.0 plugin for WordPress. It’s installed now, so all you have to do is select the tick-box (aka checkbox) and comments posted against your comment will be emailed to you! There’s even an option to “unsubscribe” if/when you want to turn this off. [...]
[...] Schon lange wollte das Plugin “Subscribe to Comments” hier im Blog einbauen, hatte es aber immer wieder verschoben. Nachdem Robert nun heute in einem Post mal wieder bemängelte, dass dies bei den meisten Blogs fehle, hab’ ich es nun endlich eingebaut. [...]
[...] Subscribe to Comments (version 2.0.2) [...]
[...] “Subscribe to Comments 2.0″ von Mark Jaquith and Jennifer (www.txfx.net) [...]
[...] Subscribe To Comments 2.0.2Geef je bezoekers de mogelijkheid via e-mail op de hoogte te blijven van nieuwe reacties. [...]