Newsletter

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
pgoneill

Newsletter

Post by pgoneill »

So, I need to create a newsletter that will go out to 500+ FrontEndUsers on a regular basis.

Can NMS interact with FEUs - i.e. pull their email addresses from the database?

The ability to subscribe/unsubscribe is unimportant - this is a mandatory, internal newsletter.

My other thought was, if that wouldn't work, exporting the FEUs to CSV, opening in excel and simply copy/pasting the emails into a new Outlook message or feeding it to a different (non-CMSMS-module) newsletter script.  Only problem with that was that exporting to CSV doesn't seem to work - it just spits out 4 "users" (of 500+) with inaccurate properties.

I'm open to all suggestions or ideas.  Thanks in advance!
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Newsletter

Post by calguy1000 »

NMS doesn't have this ability (yet).  But the 1.0 series of NMS does have a CSV import ability, and feusers has a CSV export

So with a bit of manipulation in excel you should be able to import your feusers into NMS quite easily.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
pgoneill

Re: Newsletter

Post by pgoneill »

That was the plan, but FEU doesn't export CSV properly...it spits out only 4 of my 500+ users and with some fields mixed up... :(
pgoneill

Re: Newsletter

Post by pgoneill »

No ideas, anyone?  Could it be the Windows server it's running on?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Newsletter

Post by calguy1000 »

sure, I'll blame windows for that.... last time I tested it on a linux server it worked fine.  we exported 14000 users with little difficulty (except timeouts).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Newsletter

Post by calguy1000 »

It's easier to do yes, you'd create a bridge module that trapped events from feusers, and then using the feusers api, and some code in NMS (NMS Isn't as well organized), create users in NMS.

I did a similar thing in the NewsToCalendar module.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
benn

Re: Newsletter

Post by benn »

I am having a problem with exporting users to CSV using the module FrontEndUsers.

When I Export Users to CSV the file i get reads:

Code: Select all

Table 'news24.cms_module_feusers_groups' doesn't exist
end
Why is it looking for the table prefix cms_ when my table prefix is fn24_

Am I supposed to leave the default prefix cms_ when I first install cmsms or is there something wrong with FrontEndUsers?

Please help
cfarrell

Re: Newsletter

Post by cfarrell »

benn wrote: I am having a problem with exporting users to CSV using the module FrontEndUsers.

When I Export Users to CSV the file i get reads:

Code: Select all

Table 'news24.cms_module_feusers_groups' doesn't exist
end
Why is it looking for the table prefix cms_ when my table prefix is fn24_

Am I supposed to leave the default prefix cms_ when I first install cmsms or is there something wrong with FrontEndUsers?

Please help
There's something wrong with FrontEndUsers ;) We hardcoded our table prefix into the code and replaced the module.
benn

Re: Newsletter

Post by benn »

Thanks cfarrell

I will wait for the next FrontEndUsers release.
skypanther

Re: Newsletter

Post by skypanther »

I've been working on an update to NMS to get it to work with Front End Users. I've added an import from FEU option on the Users tab. It checks to see if the FEU email address exists in the NMS table before importing the record. Then, it checks to see if the email address is already subscribed to the target list before subscribing the address.

It needs more testing. I don't think the new NMS code is ready for a full beta yet (I'm working on further feature enhancements and bug fixes which aren't done yet). So, you'll have to be brave and run the SVN version. Check it out on the project page in the forge.

http://dev.cmsmadesimple.org/projects/newsletter/

Tim
Locked

Return to “Modules/Add-Ons”