Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-01-20 19:35:19
- phq
- Archived Plugin Author
- Registered: 2009-01-13
- Posts: 2
phq_subscribe Comment subscription via email
This plugin will give all your visitors who write comments and their email address an offer to subscribe to future comments in the sam article.
Webpage for the plugin can be found at http://notes.endnode.se/31/plugin-subscribe-to-comments-via-email
Offline
Re: phq_subscribe Comment subscription via email
The download link isn’t working, can you re-upload it please.
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline
#3 2009-03-07 19:39:05
- phq
- Archived Plugin Author
- Registered: 2009-01-13
- Posts: 2
Re: phq_subscribe Comment subscription via email
rathersplendid wrote:
The download link isn’t working, can you re-upload it please.
Sorry I did some internal redecoration and forgot to change some settings in textpattern accordingly.
Now it’s available again, sorry for the inconvenience.
Offline
Re: phq_subscribe Comment subscription via email
Good stuff, PHQ.
Keith
Blyth, Northumberland, England
Capture The Moment
Offline
Re: phq_subscribe Comment subscription via email
Hello!
Can I request one little feature, please: encoding. When I received confirmation letter, there is title of article is in wrong encoding. Is there quick fix for it?
Offline
Re: phq_subscribe Comment subscription via email
warmrobot wrote:
Can I request one little feature, please: encoding. When I received confirmation letter, there is title of article is in wrong encoding. Is there quick fix for it?
What is this wrong encoding you are referring? To be clear, which encoding do you see and what your client wants to use for the title? And what client produces this “error”. The content is encoded in UTF-8 – as it holds every unicode character.
If you are meaning that many clients don’t support UTF-8 or doesn’t regonize encoding automatically with out content header (as stannards require), well bad for them.
Offline
Re: phq_subscribe Comment subscription via email
Problem was that $body was not sent in utf8 by default. So I add a new string to your code:
$body = parse(phq_subscriber_parse($mailform, $comment[‘parentid’], $subscriber[‘email’], $subscriber[‘code’]));
$body = utf8_decode($body);
(I spied this from zem_contact_reborn plugin which hasn’t problems with encoding :-)
Now everything is fine.
Last edited by warmrobot (2009-04-19 16:37:55)
Offline
Re: phq_subscribe Comment subscription via email
Hi phf,
Nice plugin!
Is it possible to specify a ‘from’ e-mail adress for the messages sent by the plugin?
Do you consider a version with languagestrings so the messages are easier to translate? The two forms are not enough for that. I had to edit/translate the plugin code and this will not work in a multi language (MLP) setup.
Kees
Offline
#9 2012-08-13 05:48:42
- quicknquiet
- Member
- From: Moscow
- Registered: 2012-07-02
- Posts: 11
Re: phq_subscribe Comment subscription via email
Does anyone have this plugin? All links seem to get old..
Offline
#10 2012-08-13 10:42:55
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: phq_subscribe Comment subscription via email
Alexander, originally I wanted to recommend glg_subscribe_comments as it seems a litte more maintained, but I saw you offered to translate it. From what I read it might be that phq_subscribe has some problems sending out too much emails, but I uploaded it for you to TXP Resources.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline