This problem has been reported, if I recall correctly, but is not related to this extension.
All the extension does is fill some fields on the Communication page. The actual sending of emails is handled by EE.
I’m getting an error when I try and view the tab I’ve created, have you seen this before?
Notice: Uninitialized string offset: 0 in /home/ki/kir/kirradive.com/public/www/system/extensions/ext.multiple_newsletters.php on line 170
Notice: Undefined index: 1 in /home/ki/kir/kirradive.com/public/www/system/extensions/ext.multiple_newsletters.php on line 172
Notice: Uninitialized string offset: 0 in /home/ki/kir/kirradive.com/public/www/system/extensions/ext.multiple_newsletters.php on line 175 MySQL ERROR:
Error Number: 1064
Description: 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 '' at line 1
Query: SELECT group_name FROM exp_template_groups WHERE group_id =
I haven’t installed this yet to try it out, but before I spend the time doing that, I’m trying to figure out if this is going to do what I need it to do.
What I need is to send the fields from a SAEF to a mailing list. Does this extension allow that functionality? If not, does anyone know of an extension that does that? I would prefer not to roll my own if I don’t have to…
I’ve set up a new, restricted access user group and added the tab to reach the newsletters for this group, but the message field is blank for this user group (the subject field is filled in though). It’s filled in correctly for the default admin group. How do I give my new user group access to it too?
Sounds to me that the new group doesn’t have access to the template you are using for the message field.
If the do not have access, the message field will render your 404 template instead, or show nothing at all.
I’m having trouble working out how to grant access. I’ve given the user access to:
Can access TEMPLATES page
Can administrate template groups and templates
Can administrate system utilities
Can edit templates in this group: newsletters
Can access module: Mailinglist
and the access for the template itself is set to Can View This Page.
The only setting that affects this really is the access for the template itself being set to “Can View This Page” = Yes.
I have tested all possible setting I can think of and don’t see why this won’t work.
Try another template, make sure the group can view the template (on the front-end) and check for possible conditionals that could prevent the template from rendering for that group.
I tried another template and same result. The user can see the newsletters template on the front end, but nothing on the Communicate page in the CP. And there’s no conditionals in the tempate, just a bunch of HTML and a single weblog entries tag.
I’m using the extension (v1.1) with EE 1.6.3 (20080421) and getting URLs that have redirects in them like you get when previewing a template. See this post. It looks like it has something to do with the $bounce Typography Call Property, but I can’t see a way to turn that off or where that might be coming from. Anybody have any clue?
I will replace the “Create Tab” method with something else (probably a dropdown menu).
No idea why it is redirecting, any chance you can make me a quick temp admin account so I can have a look?
I had the same problem with the “create tab” link redirecting to my homepage.
I found out this was happening because I’m using “admin.php” in my root folder to login to the CP, and the extension calls to “index.php”. So the simple fix was to edit the extension language file and simply change it from index.php to admin.php.
...I think a better implementation would be to introduce a drop down select on the right hand side of the communicate page…
Hi there again Cocoaholic, just about to ‘use this in anger’ for perhaps the first time on a site I’m working on at the mo and wondered if you had any updates in the pipeline. The main issue being the method used to select a template to populate the communicate window with.