You are not logged in.
A couple of comments and a question.
Last edited by colak (2006-01-14 09:55:54)
neme.org | neme-imca.org | hblack.net | LABS
Offline
Ok. deleted my first version of the plugin in my admin and tried to upload the new one(?) but I get a message suggestion that theres something wrong in the code and that the plugin wasn´t installed.
Edit: No problem. Solution posted below this one…
Last edited by skoggy (2006-01-14 16:02:13)
Offline
Skoggy,
I’m not getting your error — I think you may have grabbed ALL the text off the page and not just the base64 code from underneath this box:
# Newsletter Manager v4.0.3.0.1When I grabbed that as well I got the “Badly Formed or Empty Plugin” message.
Colak,
This is on the to do list:
I think you can set each tag to whatever you wish (with the attribute required=yes/no), and you can also create a form with just the email text field in it. Let me know if these items aren’t working.
Right now the unsubscribe tag is the only way to unsubscribe, but i think the radio button you describe wouldn’t be that difficult to implement.
– BenPS. I apologize about the US-centricity. We’ll definitely get that fixed.
Last edited by benbruce (2006-01-14 15:33:30)
Offline
Ben, I couldn’t resist teating last night and I just wanted to say thanks! This is working nicely. I will eliminat phplists as soon as this has been running for a week or so. So far everything looks great!
Super contribution!
Offline
How to change the privs required to access the newsletter tab ?
I’ve tried editing add_privs() into add_privs('bab_newsletter', '1,2,3,4,5,6');, but no luck :(
Offline
> benbruce wrote:
> Skoggy, I think I fixed the character issue — haven’t had time to test. Let me know if that did the trick.
Yes, it did :) But it looks like the registerform died after upgrade. But it may be my own fault and something I messed while editing…. But the character issue is hereby solved.
Edit: Correction. It almost work. The characters are correctly shown in mail but when saved to my archive section they are replaced by ? (in article). Perhaps you forgot that?
Last edited by skoggy (2006-01-14 20:49:06)
Offline
Ben,
Everything is working like a charm except for the unsubscribe part of the script. I have placed the unsubscribe tag in a page and put the URI to that page in the appropriate field, but when I test the ability to unsubscribe through the email, I am sent to a 404.
The page and section are named ‘unsubscribe’. The link that shows at the bottom of an email goes something like this: http://www.example.com/unsubscribe&email=default@default.com
Anybody know what’s wrong?
If you have no confidence in self, you are twice defeated in the race of life. With confidence, you have won even before you have started. –Marcus Garvey
Offline
Ben,
Feature request: (this may be way out there), though I know many folks in the community are interested in this sort of thing.
Is there any way for this plugin to interact with the database to know when a new article has been posted, and then to email the subscribers some portion of the article information (ie: author, title, excerpt, time, etc.)
Essentially this is handled by other sites like feedblitz.com by notifying subscribers when a certain RSS or Atom feed has been updated.
I thought it was worth a shot. This plugin looks like one of the greats, and its your first post, well done.
Also, my compliments on some really well written help files in the plugin. That can be a second thought for some plugin devs. but you really gave it the gusto this plugin deserves :)
Matthew
Offline
<blockquote> ma_smith wrote:
> Ben,
Feature request: (this may be way out there), though I know many folks in the community are interested in this sort of thing.
Is there any way for this plugin to interact with the database to know when a new article has been posted, and then to email the subscribers some portion of the article information (ie: author, title, excerpt, time, etc.)
Essentially this is handled by other sites like feedblitz.com by notifying subscribers when a certain RSS or Atom feed has been updated.
I thought it was worth a shot. This plugin looks like one of the greats, and its your first post, well done.
Also, my compliments on some really well written help files in the plugin. That can be a second thought for some plugin devs. but you really gave it the gusto this plugin deserves :)</blockquote>
Matthew,
It’s a good request except maybe it should have an option to send the email on admin determined intervals as well as section specific rss. some people might not like a daily mail in their post. Maybe the way to do it is for the plugin to send mail once every 10 posts or whatever the feed limit is on a per site basis.
neme.org | neme-imca.org | hblack.net | LABS
Offline
A note: mailing list softwares handle this (it’s called digest). Maybe one can use a ML software to handle massive email sending (I’m not sure how apache/php/smtp-postfixLike/MX friendly the plugin is), and handle digest (one mail every day/week/month containing all the new articles) too.
Offline