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 - 5,501 through 5,525 (of 7,376 total)
Author Replies
Author Replies
Posted: Tuesday Jun 12th, 2012 at 7:42 am #16234

Hi Steph.

You can use the shortcode conditionals for that. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals[/hilite]

[[s2If is_user_logged_in()]
    Content for anyone that is logged in, regardless of their Membership Level.
[/s2If]]

[[s2If !is_user_logged_in()]
    Some public content. They're NOT logged in.
        A leading !exclamation means false.
[/s2If]]

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 7:39 am #16233

Great! Thanks for the update. :)

Posted: Tuesday Jun 12th, 2012 at 7:38 am #16232

Hi Steve.

This post by Jason will help you understand how the text can be changed using the translation feature: http://www.s2member.com/forums/topic/removing-your-css-styles-and-your-oops-text/#post-15849

I hope it helps. :)

Posted: Tuesday Jun 12th, 2012 at 7:30 am #16231

Hi Jason.

You can do it, but not from there. You’d need to use conditionals in the body of the post/page. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals[/hilite]

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 7:28 am #16230

Hi Stuart.

I’m not sure I understand your question. Could you explain some more, please?

Thanks!

Posted: Tuesday Jun 12th, 2012 at 7:25 am #16229

Yeah, that’s a good tip. Thanks for sharing it.

That’s one of the things we look at in our script to check the installation and server. http://www.s2member.com/r/server-check-tool/

You can try it. Just upload it via FTP to your WP directory and load it in your browser.

I hope it helps.

Posted: Tuesday Jun 12th, 2012 at 7:07 am #16228

You mean for the front page? The front page can conflict with s2Member restrictions. One thing you can try, instead of the category/post restrictions for Trades, is using the URI restriction. [hilite path]Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions[/hilite]

Let me know if it helps. :)

Posted: Tuesday Jun 12th, 2012 at 7:00 am #16227

Hi Andy.

1. When creating the button, in the drop-down to pick how often to pay, go to the bottom part of the options where the Buy Now ones are.

2. The conditionals can also check for custom capabilities, not just levels. Check the examples here: [hilite path]Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals[/hilite]

3. You can create other buttons for these bundles, with their own prices and custom capabilities.

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 6:50 am #16226

Hi Epix.

Could you send your login info using the contact form, in case Jason needs to take a look at it? s2Member® » Private Contact Form

Thanks!

Posted: Tuesday Jun 12th, 2012 at 6:48 am #16225

Hi Uli.

Are you, by chance, using the hack to auto-login after registration? That “?first” in the URL is something I had put in the redirection URL when s2Member didn’t have the One-Time Offer redirection yet.

Posted: Tuesday Jun 12th, 2012 at 6:46 am #16224

No, s2Member doesn’t change the more tag. The reason why you are being sent to the Membership Options is that the post is protected and the viewer doesn’t have access, but the snippet before the “more” is in the list of posts (home, category/tag archive) and your Alt Views restriction is configured to allow it. [hilite path]Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection[/hilite]

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 6:16 am #16221

Hi Adam.

You can do that editing the subscription button’s rrt attribute. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes -> rrt[/hilite]

rrt=”” Recurring Times ( i.e. a fixed number of installments ). Only valid w/ Membership Level Access. When unspecified, any recurring charges will remain ongoing until cancelled, or until payments start failing. If this is set to 1 or higher the regular recurring charges will only continue for X billing cycles, depending on what you specify. This is only valid when rr=”1″ for recurring “Subscriptions”. Please note that a fixed number of installments, also means a fixed period of access. If a Customer’s billing is monthly, and you set rrt=”3″, billing will continue for only 3 monthly installments. After that, billing would stop, and their access to the site would be revoked as well ( based on your EOT Behavior setting under: s2Member -> PayPal® Options ).

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 5:43 am #16219

Hi Allan.

This seems to be an iDev Aff configuration, and I’m really not familiar with it. Have you tried asking the iDev support guys? They may give you the solution really quick.

I hope that helps. :)

Posted: Tuesday Jun 12th, 2012 at 5:41 am #16218

Great! Thanks for the update. :)

Posted: Tuesday Jun 12th, 2012 at 5:40 am #16217

We’re actually doing what we can to make it simpler to use than the current one, even thought it’ll do way more. :)

Posted: Tuesday Jun 12th, 2012 at 1:31 am #16210

I’m pretty sure coupons will work with the PayPal Advanced integration, and probably all the gateways supported. The coupons functionality will remain part of s2Member Pro.

This is still under development and I could say a few weeks, but I can’t be precise. Sorry. I can say we’re working very hard every day to release it as soon as possible.

Posted: Tuesday Jun 12th, 2012 at 1:26 am #16209

Cool. :)

Posted: Tuesday Jun 12th, 2012 at 1:24 am #16208

Great! Thanks for confirming it, Ian. :)

Posted: Tuesday Jun 12th, 2012 at 1:23 am #16207

I’m very sorry, Frank. That post about PayPal not emailing when getting paid on site, was meant for another thread where the person was asking about getting payments on the site and have PayPal email the customer. Sorry for posting here by mistake. :/

Your auto-login after registration hack is missing the redirection line. Was it working without it? http://www.primothemes.com/forums/viewtopic.php?f=4&t=14211#p31548

Regarding the confirmation email, did you test adding your own email address to the list of recipients? Would like to know if you get it while the customer doesn’t.

Are other emails from WordPress going out? This article may help: Knowledge Base » Troubleshooting Email Delivery Problems

Posted: Tuesday Jun 12th, 2012 at 12:01 am #16198

Hi Chad.

When you edit wp-config.php to add the number of levels, it’d look like this:

[hilite pre_code]

Posted: Monday Jun 11th, 2012 at 11:42 pm #16192

I’m glad you got it working. Thanks for the update. :)

Posted: Monday Jun 11th, 2012 at 11:40 pm #16191

Hi Adam.

The button’s shortcode has the custom attribute, which you could use to pass that data through the checkout to use later in a hack or in a script with the Notifications API.
[hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes -> custom[/hilite]
[hilite path]Dashboard -› s2Member® -› API / Notifications[/hilite]

The value could be stored in the user’s profile, in the usermeta table. WordPress has some functions you could use for this. http://codex.wordpress.org/Function_Reference#User_and_Author_Functions

s2Member makes it easy to integrate with aff solutions like iDev Affiliate, although I’m not sure if that does all you want, you’d need to check with them. [hilite path]Dashboard -› s2Member® -› API / Tracking -› Integrating iDevAffiliate®[/hilite]

I hope that helps.

Posted: Monday Jun 11th, 2012 at 11:26 pm #16188

When you test as a paid user, do you always use the same test account? Could you try creating a new test account and try with that? I’d like to check if it’s a problem with the account.

Thanks!

Posted: Monday Jun 11th, 2012 at 11:18 pm #16185

Nice Dave! Thanks for sharing it! :)

Posted: Monday Jun 11th, 2012 at 11:17 pm #16184

I just finished testing this and can confirm that I didn’t lose the s2Member configuration after update from 120517 to 120608, with Deactivation Safeguards enabled.

Did you make a backup of your site before the making those changes? Did you try restoring it?

By the way, did you make sure the new s2Member was installed correctly? Do you have s2Member activated in your plugins list and the s2Member menu entries? I ask because some site owners have, in the past, thought that their s2Member protection was lost, but the problem was that the update had not been installed properly, so s2Member wasn’t active.

Viewing 25 replies - 5,501 through 5,525 (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.