Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#61 2009-09-20 16:50:40

Manfre
Plugin Author
From: North Carolina
Registered: 2004-05-22
Posts: 588
Website

Re: mem_postmaster - Postmaster Revamp

colak, no idea. There are no references to mem_pm_createTables anywhere in either of the plugins. There are also no references to any “mem_pm_” prefixed function. I kept the bab_pm prefix for everything, except the plugin name to keep things simple.

Only advice is to remove both plugins, download fresh copies and then reinstall them.

Last edited by Manfre (2009-09-20 16:54:14)

Offline

#62 2009-09-20 17:33:36

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

Re: mem_postmaster - Postmaster Revamp

Manfre wrote:

colak, no idea. There are no references to mem_pm_createTables anywhere in either of the plugins. There are also no references to any “mem_pm_” prefixed function. I kept the bab_pm prefix for everything, except the plugin name to keep things simple.

Hi Michael, there was a reference to mem_pm_createTables(); on line 123 of the plugin code on v1.0x:

...
// check tables. if not exist, create tables

		$check_prefsTable = @getRows("select * from $mem_pm_PrefsTable");
		$check_subscribersTable = @getRows("select * from $mem_pm_SubscribersTable");
		if (!$check_prefsTable or !$check_subscribersTable) {
			mem_pm_createTables();
		}
...

but it looks like it is for first time users…

Only advice is to remove both plugins, download fresh copies and then reinstall them.

Done that. Worked like a charm… Not sure what happened there.


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

Offline

#63 2009-09-20 20:05:26

Manfre
Plugin Author
From: North Carolina
Registered: 2004-05-22
Posts: 588
Website

Re: mem_postmaster - Postmaster Revamp

I might have uploaded the wrong file, which could have caused those problems. The file up there now definitely works.

Last edited by Manfre (2009-09-20 20:10:16)

Offline

#64 2009-09-23 01:59:57

mlarino
Member
Registered: 2007-06-29
Posts: 367

Re: mem_postmaster - Postmaster Revamp

Oh sorry, I meant 4.2 not 4.0.2 hehehe

eitherway, there is some other issues I found apart from an empty preferences tab.

My subscription forms ar not collecting Names at all, only Emails
Any reason why? I am using this:

<txp:zem_contact to="mlarino@gmail.com" label="" subject="Mailing List" thanks="Thank you for joining my Mailing List"><br />
<txp:zem_contact_email name="zemSubscriberEmail"
     label="Your Email:" />
<txp:zem_contact_text name="zemSubscriberName" label="Your Name: "/>
<txp:zem_contact_secret name="zemSubscriberLists" 
     value="default" />
<txp:zem_contact_checkbox label="This is not Spam. " />
<txp:zem_contact_submit />
</txp:zem_contact>

Last edited by mlarino (2009-09-23 02:03:12)

Offline

#65 2009-09-23 02:48:32

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

Re: mem_postmaster - Postmaster Revamp

mlarino wrote: My subscription forms ar not collecting Names at all, only Emails
Any reason why? I am using this:

<txp:zem_contact_text name="zemSubscriberName" label="Your Name: "/>

remember the new version splits first and last name. so you need to use…

<txp:zem_contact_text name="zemSubscriberFirstName" label="Your First Name: "/>
<txp:zem_contact_text name="zemSubscriberLastName" label="Your Last Name: "/>

Offline

#66 2009-09-23 05:45:36

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

Re: mem_postmaster - Postmaster Revamp

I’m really enjoying the improvements of this plugin. What would be really useful for needs of different projects is to have the option to switch between First+Last and Name and for that to be reflected in the admin side. Setting Firstname input field for full name is what I would do now, but it requires explaining the issue to client who manages the subscribers list.

Offline

#67 2009-09-24 15:46:34

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

Re: mem_postmaster - Postmaster Revamp

catnip wrote: the option to switch between First+Last and Name and for that to be reflected in the admin side.

Can you explain more?

I think F+L is way more flexible and it’s a pretty straightforward task to migrate full to first+last via an sql query. Once that is done you can set your templates to display “First Last” with two tags.

Offline

#68 2009-09-25 06:44:37

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

Re: mem_postmaster - Postmaster Revamp

Definitely more flexible. Sometimes there’s no need for separate fields and its enough to have full name in one field, which simplifies the form for the user, in which case I would use the “zemSubscriberFirstName” with label=“Your Name”. It’s not ideal because on the admin side the client would log in and see the full name in the “First name” field and an empty “Last name field”. Then I would need to explain to them something along the lines of “this is what we can do with the limitations of the system”. It would be great if the admin side was customisable to allow switching between a 2 fields and a 1 field approach.

Offline

#69 2009-09-25 07:43:35

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

Re: mem_postmaster - Postmaster Revamp

We have recently been working on creating more specific lists for our subscribers (… so glad we collected websites with the form:).

Is there a way that we can send an email to lists ‘A’ AND ‘B’ without sending duplicates to people who belong to both lists?


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

Offline

#70 2009-09-25 14:42:24

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

Re: mem_postmaster - Postmaster Revamp

Hello,

is it possible to integrate a “double opt-in” or “confirmed opt-in” option?
Thanks in advance…

Offline

#71 2009-09-25 15:23:12

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

Re: mem_postmaster - Postmaster Revamp

I would…

  1. Create List “C”
  2. filter by “A”, and add all of them to “C”
  3. filter by “B”, and add all of them to “C”
  4. mail to “C”

That’s perfect. Dale you’re becoming a genius:)

Last edited by colak (2009-09-25 17:18:57)

Offline

#72 2009-09-25 15:26:20

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

Re: mem_postmaster - Postmaster Revamp

whocarez wrote: is it possible to integrate a “double opt-in” or “confirmed opt-in” option?

here’s a way

Offline

Board footer

Powered by FluxBB