Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
benbruce wrote:
colak,
Can you try updating your Form so that the tags are:
<txp:bab_pm_data display="Body" />and
<txp:bab_pm_data display="subscriberName" />?
I think that’s going to solve your problem. I’ll make a more prominent note that the attribute values have changed.
Thanks Ben,
Why is it that software so is seldom the culprit? Most of the times it’s the user who is messing it up.
All seems to be working just fine now. I’ve been waiting for this version before we go public with the newsletter and it seems great!!!
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
One small fix:
If the From and Reply-To are the same the Reply-To field could/should be left out. So instead of:
From: spam@no.com
Reply-To: spam@no.com
you could just use:
From: spam@no.com
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
I think there’s a error in the library code:
The code reads:
$sep.‘Content-Type: text/plain; charset=“UTF-8”’. $sep.‘Content-Type: multipart/alternative; boundary=”’.$mime_boundary.’”’.shouldn’t that be just:
$sep.‘Content-Type: multipart/alternative; boundary=”’.$mime_boundary.’”’.???
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
sending out notifications with text and html versions doesn’t seems to work. The headers override doesn’t work in bab_pm_mime
the notification is still send out the text/plain as content type :(
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Well, a day has passed and i am already filling the db with people who asked us to ‘spam’ them:)
The plugin works great from here – but we only send plain texts.
Ben,
Not that i would expect you to sit down and do it but here are a few comments regarding the usability… For the record i am currently using mac osx.3.9 and ff2.0.0.11
- I found that the fields in the “Add a Subscriber” page do not recognise the enter/return key to post/save the entry but instead they change the line, like in a word processor.
- In the same page, instead of having a “List” field, a combo box might be more appropriate as typos (which i am notorious for) can be prevented.
- I would like to see some jquery functionality in the different interfaces, especially to multi-edit subscribers
- The layout of the “List of Subscribers” breaks when the subscriber(s) belong to many lists or when the lists have long names.
I can but imagine the amount of work you have put into this and the above are by no means 100% necessary. They are just some initial observations.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
colak,
good news. thanks for the thanks, and the recommendations. they all sound good, but some initial thoughts: the List field has a nifty feature which is cascading lists which I think might be nixed using a “combo box” (which honestly I don’t know what that is). I definitely wanted to do multi-edit, but it was going to hold everything up so I let it go (added to the feature requests page ). You can change the width and height of subscriber inputs in your Postmaster Library (don’t do it yet because Gemal has noticed an error and it’ll have to be overwritten) — I think that will help your situation. Finally, are those anything you can help with?
gemal,
good eye. I can’t find the Library error you mentioned, can you give me a line number? I’ve fixed the header issue you mentioned to the mime emails work again (I got too caught up in trying to get everything neat and made an error). I think I’ll wait and see if any other errors are found and I’ll post the fix later today.
- Ben
Last edited by benbruce (2008-01-17 17:55:58)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
“combo box” (which honestly I don’t know what that is)
Please read “multiple select list” when “combo box” is mentioned :)
Finally, are those anything you can help with?
My php is non existent and my javascript is more like appropriating code rather than anything else. I am going through the source code of your library and if i figure out why the layout breaks on long lists I will definitely post it here.
Re cascading lists Does the commonality have to happen at the end of the word as per your example or can it happen in the beginning?
ie would “newyorkbrooklyn” and “newyorkqueens” both be included in a batch mail to newyork?
>edit typos
Last edited by colak (2008-01-17 18:27:48)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Colak,
It doesn’t matter where the text is in list names (so as you say, “newyorkbrooklyn” and “newyorkqueens” would both be included in a batch mail to “newyork”). Technically, you don’t even need to establish the lists “newyorkbrooklyn” and “newyorkqueens” in Postmaster — you could establish only “newyork” but then use your subscription form to insert “newyorkbrooklyn” or “newyorkqueens” into your subscriber’s List field.
Check out this page for how to customize preferences. I think this would be a hack, rather than the proper fix to the issue, but might solve your broken layout issue in the meantime.
- Ben
Last edited by benbruce (2008-01-17 18:45:56)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
benbruce wrote:
It doesn’t matter where the text is in list names (so as you say, “newyorkbrooklyn” and “newyorkqueens” would both be included in a batch mail to “newyork”). Technically, you don’t even need to establish the lists “newyorkbrooklyn” and “newyorkqueens” in Postmaster — you could establish only “newyork” but then use your subscription form to insert “newyorkbrooklyn” or “newyorkqueens” into your subscriber’s List field.ut
that makes sense. It is actually a vey useful function for us as we can have a ‘nememembers’ list and a ‘nemecontributors’ one with ‘neme’ sending to both.
Check out this page for how to customize preferences. The article needs to be updated (there are some new miscellaneous prefs including field width and height) but should give you an idea of how to change the subscriber input fields width. I think this would be a hack, rather than the proper fix to the issue, but might solve your broken layout issue in the meantime.
Well, unfortunately, I figured it out and it is not possible to fix as the list names cannot have spaces in between them. here is a screenshot which demonstrates the layout break.
Last edited by colak (2008-01-18 13:34:04)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Colak,
I have spaces between my list names. Have you tried it with spaces, and it’s not working? Or was the documentation unclear?
- Ben
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Ben, i seem to remember (maybe wrongly) that the previous version of the plugin allowed a subscriber to belong to multiple lists but those had to be comma separated without a space…
So what you are saying is that i got it wrong and the lists should/could be space separated?
>Edit damn typos!!!
Last edited by colak (2008-01-18 14:12:34)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Colak,
Give it a shot. The list field doesn’t care what the terms are separated with — it just searches for the text (the list name you’ve selected from the Write tab).
- Ben
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
benbruce wrote:
Give it a shot. The list field doesn’t care what the terms are separated with — it just searches for the text (the list name you’ve selected from the Write tab).
I will do that, especially after textdrive decides succeeds to in booting the server.
Last edited by colak (2008-01-18 19:16:01)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Ben, I got this after sending out a test email in debugging mode:
Notice: Undefined variable: uPosted in /home/example/public_html/textpattern/publish.php on line 843
Warning: extract() [function.extract]: First argument should be an array in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 511
Notice: Undefined variable: listSubjectLine in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 513
Notice: Undefined variable: listName in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 517
Notice: Undefined variable: listAdminEmail in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 522
Notice: Undefined variable: listAdminEmail in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 523
Notice: Undefined variable: listEmailForm in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 537
Notice: Undefined variable: thisarticle in /home/example/public_html/textpattern/lib/txplib_misc.php(552) : eval()'d code on line 552
All of those fields are filled in on the list details too. Another thing is the list claims to be sending to all the subscribers (eg. “104 done”). Doesn’t seem to though, which would be a good thing (newsletter not complete – using a dev list).
Export errors
I just noticed this – I exported a list of subscribers from a site I updated from 0.3 to 0.4 and all the fields were offset. The Name fields were filled with subscriber IDs, the email fields used names, and the name fields used email addresses.
Last edited by jm (2008-01-19 06:43:50)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
I’ve released the first bug fixes here (reported by Gemal).
jm,
I think this may have something to do with the error messages you were receiving. If you are mailing HTML emails, it should also be the reason the emails were not actually making it to subscribers.
re: the export/import function. Earlier in the thread you mentioned they were working great — was that on a different site, or had you simply not noticed the transcription error yet? Also, you shouldn’t have to export/import to move from 0.3 to 0.4 at all. Just upload the new version of the plugin and it should recognize the database table no problem. Let me know what you can about the import/export error and I’ll take another look. I expect if it’s a bug (and it sure seems like it) it won’t be too hard to find and fix.
- Ben
Offline