cassel
Forum Replies Created
-
Oh, in API/List Servers > MailChimp Integration.
To find the API in MailChimp, go to Account Settings > Extras > API Keys.
Maybe you can use the same conditional as for dripping content, like this:
<?php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS < 30){ ?> Show the content for the first 30 days after registration. <?php } ?>However, I am not 100% sure if you can use the
S2MEMBER_CURRENT_USER_REGISTRATION_DAYSTo remove the “PAID” part.
Maybe give it a try. If it is not working, come back and someone might have a more accurate information.It is possible, but I know that the S2M+MC plugin has the OPTION to use the MC sign in form, but you don’t HAVE to. I find it nice that if the user wants to change information on their subscription in MC (like email) it will change it in s2M automatically, and vice versa.
Ryan, does the MyMail plugin works with MC too?
There is actually a plugin that was developed just for that.
You can find it here:
http://krumch.com/2012/08/24/kc-bidirectional-integration-of-s2member-with-mailchimp/?ap_id=CasselThis is an affiliate link for tracking purposes. I am not getting any commission from it.
I have bbpress and s2M on my sites and they work well together.
Do you have the latest version of s2M?This is available with the pro version I think: the form is directly on the page, no need to leave the site.
If you want to have the levels display incremental levels, I think you would need the pro version.
If you need each level to be independent of each other, you can use the Custom Capabilities to name various “levels” the way you want, and you can then create any number of them.
Otherwise, maybe you can use the levels, as per the free s2M and add the a, b, c as custom capabilities.
It all depends what you want to do with those separate levels.
There is a plugin that makes S2M and MC integrated bidirectionally. This allows you to use the MC form on your site and have those subscribers added to your s2M members list. Since I know you can have a checkbox set in the MC form, you could consider that. I am not sure if you can do it from s2M though, so this might be an alternative.
http://krumch.com/2012/08/24/kc-bidirectional-integration-of-s2member-with-mailchimp/?ap_id=Cassel
(this is an affiliate link only for tracking purposes; I am not getting any commission for sales from this link)
Did you check further down? In my dashboard, the password is below the Bibliographical info. Your image does not show below that.
Maybe you can create a Static page with the login info (maybe even a small pitch as to why they should register) and a redirect using some php code to another “main” page for anyone logged in? Something that might look like this:
<?php if(is_user_logged_in()) { ?><script type="text/javascript">window.location = 'http://yoursite.com/mainpage/';</script><?php } else {?><?php } ?>(I am not a programmer so maybe someone can come and give a better suggestion.
I had the same issue and Krum developed a plugin for that very purpose (paid). It is called KC S2M+MC
http://krumch.com/2012/08/24/kc-bidirectional-integration-of-s2member-with-mailchimp/?ap_id=Cassel
(this is an affiliate link for tracking purposes; I am not getting any commission for it)
Can you protect them by level and in the top right box when you have your post (in the dashboard), in the “Post Level Restriction?”
Oh I see. Unfortunately, I don’t know that one (I don’t even know how to get the feature image to appear in the first place, I just have it in the post!)
I have personally used Akismet but although it is good, it still let many “smart” bots through too. So I added Sweet Captcha plugin. It works fine and is cute too!