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
colak,
I am able to reproduce that bug.
All of these issues have to do with the url (at least some of them do):
- I’ve already fixed it so that the default page (without a step defined) and the sub-tabs (with steps defined) will now “Add a subscriber” fine — until the next release, if you are having this trouble, try clicking on the relevant sub-tab first before adding a subscriber or list. Let me know if this works if you can.
- The search form returns a url with no event and no step defined. I think I can either fix it so the search returns the event, or so that the page has a default event and that should do it. For now, the easy fix is to click the sub-tab before trying to add a new subscriber.
I’ll keep working on it,
- Ben
Last edited by benbruce (2008-02-15 17:14:32)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Another try, folks.
Get Postmaster 0.4.3 and Postmaster Library 0.2.3 here
Here are the changes:
v0.4.4 — 1/21/2008
- Fixed the “Add a subscriber” bug (wasn’t working on default page because no default step was defined)
- Fixed the “Add a subscriber” bug (“if delete”)
- Finally figured out how to use zem_contact_reborn’s values array (instead of sanitizing and pulling them from the $_POST array)
- Fixed the “help” link on the “Import/Export” sub-tab
- Added “Search Results” at the bottom of the “Subscribers” sub-tab
Postmaster Library v.0.2.3
- fixed the add a subscriber issue with search forms
Keep the fixes coming,
- Ben
Last edited by benbruce (2008-02-16 23:59:52)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
hi ben,
thanks for the update. I’ve done the update but haven’t tested it yet.
BTW, you put: “v0.4.4 — 1/21/2008” (wrong date!)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Ops! ¿bug?
When trying to modify some list fields (like admin e-mail, form, or any other), changes aren’t saved after hitting the “Update list information”.
Sorry, false alarm. Pages (both list of lists and edit list pages) were being cached by the browser. That was confusing. Is this a browser issue or maybe PM is sending wrong headers and so, the page is being cached?
Last edited by maniqui (2008-02-17 05:48:46)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Now, yes, I think I spotted a bug this time…
Users aren’t being subscribed when using default list values in a ZCR hidden field.
This <input type="hidden" name="zemSubscriberLists" value="notification newsletter" />
used to work fine until the update.
i’ve tried this on two differents forms (on the same site): one, a simple ZCR form for subscribe; the other, a ZCR contact form with the option to subscribe.
In both, it failed to add the lists to the subscriber lists field.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Maniqui,
Try <txp:zem_contact_secret name="zemSubscriberLists" value="default" />
- Ben
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Users aren’t being subscribed when using default list values in a ZCR hidden field.
This<input type="hidden" name="zemSubscriberLists" value="notification newsletter" />
used to work fine until the update.
There is similar behaviour here too. The name, email and the ‘custom field’ are added to the db but not “Subscriber lists” using default values <input type=“hidden” name=“zemSubscriberLists” value=“default subscriber” >
>Edit… That’s what I love about this forum. Sometimes you just can’t be fast enough to report something as the solution will wait for you in the previous post.
Last edited by colak (2008-02-17 07:34:15)
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
Thanks again, Ben.
Your suggestion worked like a charm.
It’s late now, but I will come back tomorrow or in a few days with some comments and maybe some ideas or feature request.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Hi ben
I have installed the pluggin on txp 4.0.6, but have trouble when clicking on POSTMASTER Table,
I have follow the tutorial steps: install the library and make it active, install posmaster and make it active then go to Postmaster tab, and then you see all theses errors messages!
here an image of all plugins i have on the website :
At first, I thinked that additional table haven’t been added to database, but when I look with phpMyAdmin all seems to be Ok!
I use PHP: 5.2.5 and MySQL: 5.0.45-community!
am I the only one hwo get thoses error messages?
Last edited by Dragondz (2008-02-17 07:36:24)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Dragondz,
mrdale reports the same issue (I’ve listed it here). He says, “the errors go away when I set the the site to Live”. I’ll see what I can figure out,
- Ben
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
hi ben,
this is an output of <txp:bab_pm_data display="Excerpt_html" strip_html="yes" />
Another quite enlightening column and newsletter for those who speak German is Der Spiegel’s Zwiebelfisch by Bastian Sick. The newsletter might well be included in the "Eats Shoots and Leaves” phenomenon, with three volumes already published and a successful tour around Germany.
In his issue of October 31, 2006, he discussed English loan words in German under an innovative perspective (and very clever, too)
First issue: the closing quote is being converted to an HTML entity (as if it has been textiled). Have tested this in other articles and it’s always the same.
Second issue: the 7 blank spaces before “In his issue of…”. I don’t know where they come from. Also tested with other articles and it’s the same.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
benbruce a écrit:
Dragondz,
mrdale reports the same issue (I’ve listed it here). He says, “the errors go away when I set the the site to Live”. I’ll see what I can figure out,
- Ben
Thanks Ben, it right when make the site Live, the error messages disapeared!
Offline