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 - 7,101 through 7,125 (of 7,376 total)
Author Replies
Author Replies
Posted: Tuesday Mar 6th, 2012 at 4:25 am #7427

Hello John.

Could you post a link to the page you set for the Membership Options and a page that you protected?

Also a screenshot of your panel for the Membership Options Page setting, please.
[hilite path]Dashboard -› s2Member® -› General Options -› Membership Options Page[/hilite]

Thanks!

Posted: Tuesday Mar 6th, 2012 at 4:20 am #7423

Hi Nathan.

This post should be helpful:
http://www.primothemes.com/forums/viewtopic.php?f=4&t=10368&p=33365#p33365

I hope it is. :)

Posted: Tuesday Mar 6th, 2012 at 4:06 am #7417

Hello Mike.

s2Member doesn’t manage access to the admin side of WordPress, only the front end.

You may want to look into WordPress roles to see how you could give those users the special permissions.
http://wordpress.org/extend/plugins/user-role-editor/

I hope that helps. :)

Posted: Tuesday Mar 6th, 2012 at 4:00 am #7415

Hi Debi.

Here are a couple of links that may help:
http://codex.wordpress.org/Function_Reference/get_users
http://www.primothemes.com/forums/viewtopic.php?f=4&t=14734&p=33168#p33168

This one will assist if you need to query by one of the custom fields:
http://www.primothemes.com/forums/viewtopic.php?f=4&t=15658

Posted: Tuesday Mar 6th, 2012 at 3:38 am #7409

Hi Grace.

The custom fields are all stored together in the usermeta table as a serialized array. This post by Jason will give you more info and an example of how to query a field there: http://www.primothemes.com/forums/viewtopic.php?f=4&t=15658&p=48878#p48878

That said, we’re planning that the coming major release of s2Member will make it possible to set a custom field as unique, so that users won’t be able to enter a value that was already entered in another account. This should help in your case.

Posted: Tuesday Mar 6th, 2012 at 3:32 am #7405

Hello Chris.

I’ll let Elizabeth know about it and she should be in touch with you soon. :)

Posted: Tuesday Mar 6th, 2012 at 2:56 am #7404

Cool. :)

Posted: Tuesday Mar 6th, 2012 at 2:55 am #7403

I see. It’d be good to see the screenshot. :/

Is this happening with a single customer, everyone, or random ones? If the latter, can you find in common?

Posted: Tuesday Mar 6th, 2012 at 2:13 am #7397

But does it happen while s2Member is inactive? If so, it’s certainly another plugin causing it.

If it happens only with s2Member active, then there may be another plugin conflicting with s2Member. Please test this deactivating other plugins one by one, and trying after each if the problem continues.

Please, let me know how it goes.

Posted: Tuesday Mar 6th, 2012 at 2:02 am #7396

Great! Thanks for the update! I’m glad you solved it. :)

Posted: Tuesday Mar 6th, 2012 at 1:50 am #7395

The cron job hasn’t made any difference. No EOTs are being set when CCBill customers cancel. I’m having to set them manually. Any suggestions?

Is that still happening with new EOTs or are you waiting for old ones to trigger the behavior? Jason mentioned above that any EOTs that occurred more than 48 hours ago would be missed, due to the way ccBill’s DataLink service works.

Posted: Tuesday Mar 6th, 2012 at 1:42 am #7393

Thank you, Patrice!

Posted: Monday Mar 5th, 2012 at 5:59 pm #7359

OK, I understand now.

You’re basically thinking that the access is tied to the account and to prevent the user from using that access, he has to be prevented from getting into that account.

The way I’m thinking it is that access is something added to the account, and can be taken away. So the user can keep his account, but you’d be in control of the access you granted him, and can take away from him if you want.

Good, I think that what he have in mind will work then.

Thanks for your feedback!

Posted: Monday Mar 5th, 2012 at 5:15 pm #7356

Thank you.

I can understand what you’re saying, but isn’t that done by the parent managing the access the children have? Is it required for the parent to have access to the account as if it were his? I don’t think he does.

As long as the parent can give and take access and see what use the child did of the access, that seems enough.

I still don’t see how letting the parent have full control of the child’s account, edit his profile and such, would be necessary. Could you please give examples of this?

Posted: Saturday Mar 3rd, 2012 at 11:08 pm #7211

Ah, I understand now what you meant. Thank you very much for showing me the screenshots.

I agree that it should be the label the one shown there. I’ll mention it to Jason.

Posted: Saturday Mar 3rd, 2012 at 9:58 pm #7204

Great. :)

Thanks a lot for the nice words.

Posted: Saturday Mar 3rd, 2012 at 9:55 pm #7203

I see. Could you compare the plugins you’re using in the local server that you aren’t using in the online one, and deactivate them? One of them may be causing a shortcode parsing problem. If not, try changing the theme to the default one. All this as a test, of course, just to find where the problem is so you can then figure out how to fix or replace it.

Posted: Saturday Mar 3rd, 2012 at 2:18 pm #7181

Thanks for the great input.

Most of it would be possible the way I was thinking about it. I had not thought of giving the parent control over the child’s profile though. I was thinking about every account being its own, and only the content access being shared. So parent and child would only be in terms of shared access.

I had not thought it necessary, nor do I think it’s ideal, that the parent can go edit the child’s profile. Could you explain how this would be desirable, good or even acceptable?

Posted: Saturday Mar 3rd, 2012 at 3:29 am #7159

Hello Jeff.

You’d have to customize that using the Membership Option Page variables.
[hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite]

There you’ll find enough info to know what page to redirect the person back to after login. You can use the redirect_to var in the link to the login page, for example: [hilite mono]/wp-login.php?redirect_to=/?p=123[/hilite]

I hope that helps. :)

Posted: Saturday Mar 3rd, 2012 at 3:24 am #7158

Hello Sticky.

You can customize from here the New User email you get as an admin:
[hilite path]Dashboard -› s2Member® -› General Options -› Email Configuration[/hilite]

Knowledge Base » Editing the New User Email Notification with s2Member®

I hope that helps. :)

Posted: Saturday Mar 3rd, 2012 at 3:18 am #7157

Well, I guess you can at least make the suffix really short (1 char) and seem part of the code.

Posted: Saturday Mar 3rd, 2012 at 3:14 am #7156

You’re welcome. :)

Posted: Saturday Mar 3rd, 2012 at 2:47 am #7154

I’ll ask Jason about the hook, but I just remembered the registration access links, which you could send to those users so they can register.
[hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Registration Access Links[/hilite]

Let me know if that helps. :)

Posted: Friday Mar 2nd, 2012 at 10:39 pm #7139

Ah, well, you can use the conditional with the user’s role, regardles of what gave that role to the user.

Posted: Friday Mar 2nd, 2012 at 10:37 pm #7138

Great. :)

Viewing 25 replies - 7,101 through 7,125 (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.