Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-01T13:55:46-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=656 2010-10-01T13:55:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=3669#p3669 <![CDATA[Re: Emailing Specific Roles]]> Statistics: Posted by schop — October 1st, 2010, 1:55 pm


]]>
2010-09-10T01:36:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=3160#p3160 <![CDATA[Re: Emailing Specific Roles]]> Statistics: Posted by Jason Caldwell — September 10th, 2010, 1:36 am


]]>
2010-09-09T12:13:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=3113#p3113 <![CDATA[Re: Emailing Specific Roles]]> Statistics: Posted by schop — September 9th, 2010, 12:13 pm


]]>
2010-09-09T10:51:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=3102#p3102 <![CDATA[Re: Emailing Specific Roles]]> Hi there. Thanks for the great question.

You are correct. s2Member does NOT have this feature built-in yet. MailPress would perhaps be an alternative for now, or one of the solutions that I listed above.

Yes, this feature is coming soon, most likely after work is completed on the improvements to Custom Fields, which we are also VERY close to finishing. Perhaps somewhere around s2Member v3.2.8 ( middle of November - maybe sooner ).


and if it will be possible to select certain members on criteria like the value of a certain custom field
This was NOT on our TODO list, but I'm adding it now.
@TODO :: additional filtering to be added after Custom Field improvements and internal mailing lists.
Thanks for the great suggestion.

Statistics: Posted by Jason Caldwell — September 9th, 2010, 10:51 am


]]>
2010-09-08T13:28:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=3062#p3062 <![CDATA[Re: Emailing Specific Roles]]>
jason, does "@TODO :: internal mailing for s2Member Pro" mean that s2MemberPro does not have the internal e-mailing function yet?

If so, do you have any idea if this will be available soon, and if it will be possible to select certain members on criteria like the value of a certain custom field?

Statistics: Posted by schop — September 8th, 2010, 1:28 pm


]]>
2010-09-02T14:41:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=2881#p2881 <![CDATA[Re: Emailing Specific Roles]]>
Here are a few ideas.

Integrate AWeber or MailChimp into your s2Member installation.
see: s2Member -> API List Servers
There you can configure different lists at different Levels,
so that each Member would automatically go into a specific list during registration.
( maybe not quite what you need though )

Using s2Member Pro ( with Import/Export tools ), you can pull an export file of all Members, which could be filtered down with an application like Open Office or MS Excel. This way you pull out all Level #1 Members and import them into a mailing list service such as AWeber, MailChimp, etc.

Using a custom database query, something like this:
Code:
foreach(get_users_of_blog() as $user){
    $user = new WP_User($user->ID);
    if($user->has_cap("s2member_level1")){
        // send them an email
    }
}
 

@TODO :: internal mailing for s2Member Pro.

Statistics: Posted by Jason Caldwell — September 2nd, 2010, 2:41 pm


]]>
2010-09-01T20:12:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=656&p=2862#p2862 <![CDATA[Emailing Specific Roles]]>
Thanks,

Mark

Statistics: Posted by markelshark — September 1st, 2010, 8:12 pm


]]>