Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#121 2010-02-04 14:48:41
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
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
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
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
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
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
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