Am trying to create a list that will allow system administrator to list all feu member that belongs to a particular feu property and send a bulk email to all feu members in that feu property. The property filed would be a checkbox.
Please any help would be appreciated, please need to complete this by friday. Thanks
send email to feu members[SOLVED]
send email to feu members[SOLVED]
Last edited by olumide on Thu Aug 11, 2011 12:19 pm, edited 1 time in total.
Re: send email to feu members
The "property" you are talking about is it something that the FrontEndUsers checks when they register themselfs?
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: send email to feu members
yes it is, there are a few of them the idea is to be able to send email members of a property they have ticked
Re: send email to feu members
Ok!
Then I got a tip for you and that is this thread http://forum.cmsmadesimple.org/viewtopi ... =4&t=34004 in which Ted shows how you can put FEU's via Selfreg to NMS(Newsletter made simple module)
If you have several checkboxes you'll need to rewrite the if part.
Gl!
/Coldman
Then I got a tip for you and that is this thread http://forum.cmsmadesimple.org/viewtopi ... =4&t=34004 in which Ted shows how you can put FEU's via Selfreg to NMS(Newsletter made simple module)
If you have several checkboxes you'll need to rewrite the if part.
Code: Select all
//Did they click the checkbox?
if ($feu->GetUserPropertyFull('mailing_list', $params['id']))
/Coldman
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: send email to feu members
Thanks alot that did help you might have just save my becon there!