latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Cristián Lávaque


My Latest Replies (From Various Topics)

Viewing 25 replies - 6,601 through 6,625 (of 7,376 total)
Author Replies
Author Replies
Posted: Wednesday Apr 18th, 2012 at 6:56 pm #11166

Just moving them to Level 1 won’t set an EOT time, and doing them one by one will be a lot for so many many members. You can use the User Export/Import tool and do it in bulk. [hilite path]Dashboard -› s2Member® -› Import/Export[/hilite]

Posted: Wednesday Apr 18th, 2012 at 6:40 pm #11164

Yeah, you can set up something like that.

Once the EOT time comes, then EOT Auto Behavior is triggered. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior[/hilite]

Set that to demote and the Level 1 user will be brought down to Level 0 on EOT. In the Welcome Page have a conditional that checks if the user is Level 0 and if so, change his role back to Level 1. Knowledge Base » Changing Roles/Capabilities via PHP

I think that does what you want, right?

Posted: Wednesday Apr 18th, 2012 at 6:34 pm #11163

Hi Bran.

It does sound like the person is not being logged in, since he’s being sent to the Membership Options page, the URL you posted has all the Membership Options Page variables. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite]

And since you tried so many redirection things, there may be one left somewhere that is affecting the s2Member Login Welcome one.

Remove the customizations you added, try deactivating the other plugins and also change the theme to the default. Try logging in and see what happens. That should work properly, if it doesn’t then double check that you don’t have some hack/customization left in the theme or mu-plugins.

I hope that helps.

Posted: Wednesday Apr 18th, 2012 at 6:16 pm #11161

Hi Donn.

Well, you could try customizing the wp-ecommerce checkout so that you change the user’s role at the end to one of the s2Member ones, then you can use s2Member to manage his access to the content with it.

This article may come handy: Knowledge Base » Changing Roles/Capabilities via PHP

I hope that helps. :)

Posted: Wednesday Apr 18th, 2012 at 6:03 pm #11158

Hmm… Yeah, I don’t understand either. So you get the cc properly, and it’s fine, but AWeber doesn’t add the user? Remember that several attempts with the same email address may be a problem, try other addresses. Also, did you check the list of subscribers that still haven’t confirmed the subscription?

Posted: Wednesday Apr 18th, 2012 at 6:36 am #11093

Hi Joe.

s2Member doesn’t keep a track of who’s active or not, but s2Member Pro does have an export tool to get a CSV file with all the users and their info, including the email address. Not sure if that’s good enough.

I hope it helps.

Posted: Wednesday Apr 18th, 2012 at 6:18 am #11092

The localhost thing is not added to an s2 config, but the WP config ([hilite mono]/wp-config.php[/hilite]). Please read this section: [hilite path]Dashboard -› s2Member® -› General Options -› Localhost WAMP/MAMP Developers[/hilite]

See if that helps. If not, when you want to log out and it doesn’t, what does it do? Does another logout link work (in your theme or another widget)?

Posted: Wednesday Apr 18th, 2012 at 6:12 am #11091

Hi Andrew.

Well, you’d be adjusting the regular period ([hilite mono]rp[/hilite]) and term ([hilite mono]rt[/hilite]), then. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained)[/hilite]

If you use the full code for the button that the button generator outputs, you could edit the code to have a drop down, but then the button won’t be encrypted.

Maybe this thread helps: http://www.primothemes.com/forums/viewtopic.php?f=36&t=1604

Posted: Wednesday Apr 18th, 2012 at 6:08 am #11090

Hi Roderick.

No, this is not supported in the s2Member-MailChimp integration, sorry. :/

Posted: Wednesday Apr 18th, 2012 at 6:06 am #11089

Hi Christian.

The thing is that the profile fields are only shown on registration or profile forms. The upgrade is a checkout form, neither of the others, that’s why the profile fields are not shown there. http://www.s2member.com/forums/topic/two-separate-registration-forms/#post-9871

We’re working on improving this, though.

Posted: Wednesday Apr 18th, 2012 at 6:03 am #11088

Hi Torbjörn.

That’s not something that’s in our to-do list but, at the same time, I’m not sure it’s needed.

If the confirmation happens because the user logs in, and he needs to confirm in order to post, then just limit posting ability to logged in users, then he will have no choice but log in.

I don’t know if bbPress lets you limit posting to logged in users only, but if it does, then that’s it.

And if what you need to know if what users are active because they logged in, then have another plugin that tracks logins and use that to monitor it. s2Member tracks logins, but it’s still not very advanced and doesn’t have an interface, this is something we’ll be improving soon.

I hope that helps. :)

Posted: Wednesday Apr 18th, 2012 at 4:36 am #11085

Sorry, Jim. No integration with that yet.

Jason is working on a better way to make new gateway integrations simpler.

Posted: Wednesday Apr 18th, 2012 at 4:27 am #11081

I need to get the EOT date value in a php script called by the s2member script paypal-checkout-in.inc.php.

I’m not sure I understand this. Could you explain a bit more, please?

Does the user have an EOT time in his profile? The EOT time field could be empty too.

Posted: Wednesday Apr 18th, 2012 at 4:25 am #11080

Yes, if you make a manual edit to the EOT time in the user’s profile, that’s what will be used to trigger the Auto EOT Behavior.

Posted: Wednesday Apr 18th, 2012 at 4:22 am #11079

Hi Kevin.

Have you looked at Custom Capabilities? Video » s2Member (Custom Capabilities)

I hope that helps. :)

Posted: Wednesday Apr 18th, 2012 at 4:21 am #11078

Well, the free registartion pro-form can be used with a single level and different custom capabilities, too, if you prefer to manage access with the ccaps instead of levels. Levels give incremental access, so the higher one also gets what the ones below it do, but ccaps let you group things separately better. Video » s2Member (Custom Capabilities)

I hope that helps.

Posted: Wednesday Apr 18th, 2012 at 4:19 am #11077

Hi Grant.

Sorry, I can’t say that it will work, we’ve never tried it. It may or not. You’ll most probably need to work with the code to finally get them working together.

Posted: Wednesday Apr 18th, 2012 at 4:14 am #11075

No, it hasn’t been deprecated. Maybe you’re trying to use it too early, before it was defined…

Posted: Wednesday Apr 18th, 2012 at 4:12 am #11074

Hi Christian.

Sorry I missed this post last week.

Could you explain your idea a bit more? I’m afraid I don’t understand what it is exactly.

Thanks!

Posted: Wednesday Apr 18th, 2012 at 4:04 am #11073

Hi Christian.

Could you give this article a read and see if it helps with your problem? Knowledge Base » Debugging the AWeber integration

I hope it does.

Posted: Wednesday Apr 18th, 2012 at 4:01 am #11072

Hi Terry.

I’m sorry I can’t help much, but you should look at this file: [hilite mono]s2member/includes/classes/custom-reg-fields-4bp.inc.php[/hilite], which is where this happens. There you may be able to change the template a bit to suit your need and then manipulate even more with CSS.

It’s true that an update would change this file back to default, and there aren’t hooks you can use in this case, but you can try making a copy of the whole class to the mu-plugins directory and customize that. Since every s2Member class first checks if the class already exists, then having yours be there first will prevent the default one from being used.

I hope that helps you get this done faster. ;)

Posted: Wednesday Apr 18th, 2012 at 3:44 am #11071

I don’t know if that particular plugin could cause it, but I know that plugins can cause conflicts. You should try, as a test, to deactivate other plugins one by one, and try the problem again to see if you still get it. That way, if it’s a plugin causing it, you can tell which one is.

Posted: Wednesday Apr 18th, 2012 at 2:05 am #11067

No, s2Member doesn’t touch the access to the admin area of WordPress, only the front. This is a WordPress issue, or some other plugin, but I’m sure that you should be able to find the answer googling it a bit or asking in forum about WordPress.

I’m not even sure if a single capability is what gives access to all the admin area or you get parts of it depending on the capabilities. I don’t have much experience with that, but you should read the documentation on them, that should help. http://codex.wordpress.org/Roles_and_Capabilities#Capabilities

I hope it helps.

Posted: Tuesday Apr 17th, 2012 at 11:26 pm #11059

Hi Lan.

Thanks for reporting this. In your custom script, the one you call with the notification, did you test in some way what the value of $_GET[‘wpuserid’] is?

Posted: Tuesday Apr 17th, 2012 at 9:07 pm #11053

Thanks, Rick.

Redirection after login takes you to the homepage? Does that match with what you have in the Login Welcome Page setting? Maybe you have something in your theme causing a redirection, which may be affecting the redirection after saving the profile changes? Please watch this video and see if it helps: Video » s2Member (Login Welcome Page Conflicts?)

You say that after saving the profile changes you get taken to the login page, does it mean you got logged out? Then please read this a make sure that it’s not the case in your site: Knowledge Base » Logged in but am considered logged out

I hope that helps.

Viewing 25 replies - 6,601 through 6,625 (of 7,376 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.