Basically, I'm trying to use the s2Member plugin primarily as a way for users to signup for our company's newsletter rather than sign up for our blog. The reason I need to use the plugin is to restrict downloads unless a user has subscribed. The problem is that we don't want to have users automatically subscribed to the website's blog. So here's what we need to be able to do:
1) Change the text right above the Register button that says "by registering with this blog you are also agreeing to receive email notifications for new posts" and change it from blog to our company name and from new posts to newsletters.
2) Make sure that they are not subscribed to receive any new posts.
3) Remove the checkbox that is placed by integrating with Mailchimp. I tried following the advice here viewtopic.php?f=4&t=6408&p=15725&hilit=new+member+subscribe+options#p15725 by creating a /mu-plugins folder and placing the s2-hacks.php in there but the checkbox still came up (I'm treating the note above the register button with the pressing of the button to be the double opt-in)
And that should cover it. Thanks!