Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#241 2009-04-27 16:07:11

catnip
Member
From: Sydney Australia
Registered: 2006-07-29
Posts: 58
Website

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

I’ve been using the plugin for a few months now, and never really managed to get the custom fields to populate.
Specifically this one which is described in the postmaster manual

<txp:bab_pm_zemTime custom_field="zemSubscriberCustom1" />

Has anyone else been able to make it work?

Offline

#242 2009-04-27 18:18:46

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

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

catnip> what are you trying to do? Look here to begin with

  1. If you’re trying to display a custom field: <txp:bab_pm_data display="subscriberCustom1" />
  2. If you’re trying to add something to the db from a ZCR form: <txp:zem_contact_text label="My Label" name="zemSubscriberCustom4"/>

Last edited by mrdale (2009-04-27 22:20:25)

Offline

#243 2009-04-27 19:13:50

catnip
Member
From: Sydney Australia
Registered: 2006-07-29
Posts: 58
Website

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

Hi Dale,
Was using this thinking it would add time of subscription to the subscriber’s details. Obviously not.

Pasted <txp:zem_contact_text label=“My Label” name=“zemSubscriberCustom4”/> into my contact form but it doesn’t get displayed, though source code shows it, which is what I meant by being unsuccessful at populating custom fields in the DB.

Last edited by catnip (2009-04-27 22:50:31)

Offline

#244 2009-04-27 22:20:04

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

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

syntax error. you’re using curly quotes

<txp:zem_contact_text label="My Label" name="zemSubscriberCustom4" />

That was my mistake… forgot to close the code tag

Last edited by mrdale (2009-04-27 22:20:52)

Offline

#245 2009-04-27 22:51:06

catnip
Member
From: Sydney Australia
Registered: 2006-07-29
Posts: 58
Website

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

Sweet. Thanks Dale!

Offline

#246 2009-05-22 09:15:57

THE BLUE DRAGON
Member
From: Israel
Registered: 2007-11-16
Posts: 619
Website

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

Hey!
is it possible to send 30,000 emails at once with this plugin?
(one list of 30,000 emails)
will it stuck/crush or it will work fine?
do I need to do something special in the hosting account?

Offline

#247 2009-05-27 11:40:31

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

THE BLUE DRAGON wrote:

Hey!
is it possible to send 30,000 emails at once with this plugin?
(one list of 30,000 emails)
will it stuck/crush or it will work fine?
do I need to do something special in the hosting account?

I would think that 30,000 would be a lot!

Some time ago, I wrote about how to ‘intergrate’ Phplist for a newsletter in Textpattern. I would either go with that solution or just use phplist.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#248 2009-05-27 13:58:20

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

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

colak wrote:

Some time ago, I wrote about how to ‘intergrate’ Phplist for a newsletter in Textpattern. I would either go with that solution or just use phplist.

Could you post a link to your integration write-up please?


Steve

Offline

#249 2009-05-27 14:00:20

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

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

since I was just looking at it…

colak’s post

Offline

#250 2009-05-27 14:04:24

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

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

Thanks Tom!


Steve

Offline

#251 2009-06-18 14:43:15

THE BLUE DRAGON
Member
From: Israel
Registered: 2007-11-16
Posts: 619
Website

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

I’m having a problem to unsubscribe from a specific list
I got two lists:
1. guestlist
2. newsletter

and when someone subscribe, he automaticly subscribe to them:
<txp:zem_contact_secret name="zemSubscriberLists" value="guestlist newsletter" />

but now I want to let then unsubscribe only from the “newsletter” list:
<txp:zem_contact_secret name="zemSubscriberLists" value="newsletter" />
but that is not working good because it’s totally delete the subscriber, and not only from the specific list I want it.

any help please?

my forms:

<!— subscribe form —>
<txp:zem_contact to=“myemailaddress@mydomain.com” label=”“ thanks=“blabla” subject=“guestlist and newsletter enter” from=“my name <myemailaddress@mydomain.com>”>
<txp:zem_contact_secret name=“zemSubscriberLists” value=“guestlist newsletter” />
<txp:zem_contact_text name=“zemSubscriberName” label=“Name:” break=”“ />
<txp:zem_contact_email name=“zemSubscriberEmail” label=“Email” break=”“ />
<txp:zem_contact_submit label=“Subscribe” />
</txp:zem_contact>

<!— unsubscribe form —>
<txp:zem_contact to=“myemailaddress@mydomain.com” label=”“ thanks=“blabla” subject=“newsletter out” from=“my name <myemailaddress@mydomain.com>”>
<txp:zem_contact_secret name=“zemSubscriberLists” value=“newsletter” />
<txp:zem_contact_secret name=“zemUnSubscribe” value=“on” />
<txp:zem_contact_email name=“zemSubscriberEmail” label=“Email” break=”“ />
<txp:zem_contact_submit label=“Unsubscribe” />
</txp:zem_contact>

Last edited by THE BLUE DRAGON (2009-06-18 14:46:45)

Offline

#252 2009-08-13 15:44:55

hilaryaq
Plugin Author
Registered: 2006-08-20
Posts: 335
Website

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

Hi All!

Anyone that wants to add the same email address, to multiple lists, you must login to your hosting control panel, and delete the unique key – subscriberEmail from the bab_pm_subscribers table.. not the field, just the unique key located underneath the table structure view, then it works..

Now, it could cause problems that need additional fixing in the future, and I haven’t tested it full yet so.. use at own risk ;)


…………………
I <3 txp
…………………

Offline

Board footer

Powered by FluxBB