Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#73 2008-02-15 17:10:15

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

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

#74 2008-02-16 23:58:56

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

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

#75 2008-02-17 03:00:50

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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!)


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#76 2008-02-17 04:51:30

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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)


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#77 2008-02-17 06:15:59

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#78 2008-02-17 07:20:21

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager

Maniqui,

Try <txp:zem_contact_secret name="zemSubscriberLists" value="default" />

  • Ben

Offline

#79 2008-02-17 07:23:22

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

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

#80 2008-02-17 07:26:18

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#81 2008-02-17 07:30:06

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,529
Website GitHub Twitter

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

#82 2008-02-17 15:33:27

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

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

#83 2008-02-17 18:14:14

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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&#8221; 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.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#84 2008-02-18 09:38:02

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,529
Website GitHub Twitter

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

Board footer

Powered by FluxBB