Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#121 2010-02-04 14:48:41

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 816
Website

Re: mem_postmaster - Postmaster Revamp

Offline

#122 2010-02-05 15:59:07

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

Re: mem_postmaster - Postmaster Revamp

For those having the Style problem with the PostMaster tabs, I solved it editing the plug in,

I entered this code, instead of the one that is in the plugin now.
fixed the tabs problem.

//assign all down state
	$td_subscribers = $td_lists = $td_importexport = $td_formsend = '<td class="tabdown">';

	// process $step to set active tab
	switch($step)
	{
		case 'subscribers':
			$td_subscribers = '<td class="tabup">';
			break;

		case 'lists':
			$td_lists = '<td class="tabup">';
			break;

		case 'importexport':
			$td_importexport = '<td class="tabup">';
			break;

		case 'formsend':
			$td_formsend = '<td class="tabup">';
			break;

		case 'preferences':
			$td_formsend = '<td class="tabup">';
			break;
	}

	$pm_nav = <<<pm_nav

<table id="pagetop" cellpadding="0" cellspacing="0" style="padding-bottom:10px;margin-top:-20px;">
	<tr id="nav-secondary"><td align="center" class="tabs" colspan="2">
		<td>
			<table cellpadding="0" cellspacing="0" align="center" colspan="2" style="padding-bottom:10px;" >
				<tr>
				$td_subscribers<div class="push_down"><a href="?event=postmaster&step=subscribers"  class="plain">Subscribers</a></div></td>
				$td_lists<div class="push_down"><a href="?event=postmaster&step=lists"  class="plain">Lists</a></div></td>
				$td_importexport<div class="push_down"><a href="?event=postmaster&step=importexport"  class="plain">Import/Export</a></div></td>
				$td_formsend<div class="push_down"><a href="?event=postmaster&step=formsend"  class="plain">Direct Send</a></div></td>
				$td_formsend<div class="push_down"><a href="?event=postmaster&step=prefs"  class="plain">Preferences</a></div></td>
				</tr>
			</table>
		</td>
	</tr>
</table>

Offline

#123 2010-02-05 17:00:54

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: mem_postmaster - Postmaster Revamp

I’m getting the following “notices” on the send page during a bulk email:-

Notice: Undefined variable: uPosted in /home/thebombs/public_html/loves-angel/textpattern/publish.php on line 961

Notice: Undefined variable: uExpires in /home/thebombs/public_html/loves-angel/textpattern/publish.php on line 962

Notice: Undefined variable: uLastMod in /home/thebombs/public_html/loves-angel/textpattern/publish.php on line 963

It has been mentioned before by someone else but there was no reply. I should say that everything is working as expected but it just doesn’t look too good, especially on a customer’s site. Any ideas?


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#124 2010-02-05 17:13:18

xylpho
Member
From: Brest, France
Registered: 2005-10-24
Posts: 28

Re: mem_postmaster - Postmaster Revamp

can’t help you, had no problem with this. Had other problems instead


don’t eat yellow snow

Offline

#125 2010-03-02 14:55:58

ccyrowski
New Member
Registered: 2010-03-02
Posts: 1

Re: mem_postmaster - Postmaster Revamp

First, I love this plugin. My only gripe is that it only displays the first name in the from field. For example, if I were to send myself an email it would say “chad” in the header. Is there a way to manually override this feature and/or add it?

Thanks!

Offline

#126 2010-03-16 08:43:39

brunodario
Member
From: Belo Horizonte, Brasil
Registered: 2007-09-19
Posts: 75

Re: mem_postmaster - Postmaster Revamp

What´s the max number of emails this plugin can handle?
I´m on a delicated situation with one costumer who got 1.615 subscribers and when he sends a newsletter only one part of the list receives it. Say, people with the name begining with “A” to “I” receive it and the rest (from “I” to “Z”) doesn´t. Is this a plugin issue or a hosting / sending mail issue? How can i determine that?

I´ve tried to split the list onto 3 but that didn´t worked either…

Thx in advance

Offline

#127 2010-03-16 15:05:49

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

Re: mem_postmaster - Postmaster Revamp

brunodario wrote:

What´s the max number of emails this plugin can handle?

The plugin does not restrict this. My guess would be either the host is blocking the emails after a certain point, or the page refresh that sends emails in batches stops for some unknown reason.

Offline

#128 2010-03-17 17:44:37

gavnosis
Member
From: Milton Keynes, UK
Registered: 2005-03-12
Posts: 151
Website

Re: mem_postmaster - Postmaster Revamp

Maybe I’ve missed something really, really obvious but can mem_postmaster (used in conjunction with zem_contact_reborn) be used to send a simple automated message upon registration to the user’s email?

zem_contact_reborn mails me when someone wants to get in touch, and I can direct users to a page with a message (so far, so good)… but I can I send users a message by email as they register? (i.e. not when I’m sending a newsletter).

Or is this a job for something else? (Maybe mem_self_register or something?)

Any help gratefully appreciated…

Offline

#129 2010-03-17 17:58:15

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 1,000
Website

Re: mem_postmaster - Postmaster Revamp

I think this is something you can do with zcr.

copysender="boolean"

Offline

#130 2010-03-17 18:17:37

gavnosis
Member
From: Milton Keynes, UK
Registered: 2005-03-12
Posts: 151
Website

Re: mem_postmaster - Postmaster Revamp

Thanks John,

That does exactly what I was after!

(It would be nice to send a message only to the sender, but I guess that’s being greedy…)

Offline

#131 2010-04-09 06:52:35

bmwg
Member
Registered: 2010-04-06
Posts: 39

Re: mem_postmaster - Postmaster Revamp

I get these warnings:

Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT S.subscriberID, S.subscriberFirstName, S.subscriberLastN SELECT COUNT(*) FROM ( SELECT S.subscriberID, S.subscriberFirstName, S.subscriberLastName, S.subscriberEmail, GROUP_CONCAT(L.listName ORDER BY L.listName SEPARATOR ', ') as subscriberLists FROM `bab_pm_subscribers` as S left join `bab_pm_subscribers_list` as MAP ON S.subscriberID=MAP.subscriber_id left join `bab_pm_list_prefs` as L ON MAP.list_id=L.listID GROUP BY S.subscriberID) as T WHERE 1 in ........./textpattern/lib/txplib_db.php on line 85
Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT S.subscriberID, S.subscriberFirstName, S.subscriberLastN SELECT * FROM ( SELECT S.subscriberID, S.subscriberFirstName, S.subscriberLastName, S.subscriberEmail, GROUP_CONCAT(L.listName ORDER BY L.listName SEPARATOR ', ') as subscriberLists FROM `bab_pm_subscribers` as S left join `bab_pm_subscribers_list` as MAP ON S.subscriberID=MAP.subscriber_id left join `bab_pm_list_prefs` as L ON MAP.list_id=L.listID GROUP BY S.subscriberID) as T WHERE 1 ORDER BY subscriberLastName LIMIT 0, 20 in ......../textpattern/lib/txplib_db.php on line 85

What’s wrong?

Textpattern 4.2.0 (r3275)
MySQL 4.0.27

Offline

#132 2010-04-09 12:50:35

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

Re: mem_postmaster - Postmaster Revamp

bmwg wrote:

What’s wrong?
Textpattern 4.2.0 (r3275)
MySQL 4.0.27

MySQL 4 does not support something in the query the plugin uses. MySQL 5 (and 5.1) have been available for a while.

Offline

#133 2010-04-10 19:51:33

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

Re: mem_postmaster - Postmaster Revamp

Manfre wrote:

MySQL 4 does not support something in the query the plugin uses. MySQL 5 (and 5.1) have been available for a while.

I’m also getting these errors, plus this error when I first opening the “postmaster” tab after installation:

Warning: Unknown column 'list_id' in 'field list' insert into bab_pm_list_prefs set list_id=1, subscriber_id=1 in /textpattern/lib/txplib_db.php on line 85

on:
Textpattern version: 4.2.0 (r3275)
PHP version: 5.2.6
MySQL: 5.0.45-community
(Plus this: The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: phpinfo, escapeshellarg, escapeshellcmd, proc_close, proc_get_status, proc_nice, proc_terminate, posix_getpwuid, symlink, readlink, linkinfo)

How I can completely remove “Postmaster” from my database?
what are all the tables names that needs to be removed please?
(I want to completely reinstall it, I was using Ben’s plugin before)

Offline

#134 2010-04-23 18:40:47

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

Re: mem_postmaster - Postmaster Revamp

is there a way by which I can have people subscribe to 2 lists?

  • That is the “default” one for all subscribers (preferably happening automatically)
  • and another one from a pull-down menu.

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

Offline

#135 2010-07-10 00:51:05

whaleen
Member
From: Portland
Registered: 2006-05-11
Posts: 373
Website

Re: mem_postmaster - Postmaster Revamp

THE BLUE DRAGON wrote:

What are all the tables names that needs to be removed please?

  • bab_pm_list_prefs
  • bab_pm_subscribers
  • bab_pm_subscribers_list

@manfre – I too am getting the following error which is similar to THE BLUE DRAGON’s and happen upon first visit to the Postmaster Tab (which installs the tables successfully btw):

Warning: Unknown column 'list_id' in 'field list' insert into bab_pm_list_prefs set list_id=1, subscriber_id=1 textpattern/lib/txplib_misc.php(484) : eval()'d code:537 safe_insert() in /textpattern/lib/txplib_db.php on line 85

I’m then getting:

Notice: Undefined index: bab_pm-subscribers_per_page in /textpattern/lib/txplib_misc.php(484) : eval()'d code on line 386

…when re-visiting the Postmaster Tab.

An then interestingly enough, after deleting the Test User that comes pre-loaded that second error no longer shows up. After this I added a subscriber using the form and once that user is in that previous error does not show up as it did when attempting to list the Test User. So, it seems to me that Test User insert was the only problem and that I can use the plugin as intended without worrying about those two errors. Could be wrong but am going to go ahead using it until I hear otherwise. Seems safe.

Last edited by whaleen (2010-07-10 01:12:26)


txtstrap (Textpattern + Twitter Bootstrap + etc…)

Offline

Board footer

Powered by FluxBB