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 - 4,476 through 4,500 (of 7,376 total)
Author Replies
Author Replies
Posted: Friday Aug 17th, 2012 at 6:02 am #22306

Got it. A coder for this should not be expensive, it’d be a simple rule from what I understand. I’m not familiar with rewrite rules, otherwise I’d be happy to help with it.

Posted: Thursday Aug 16th, 2012 at 10:44 pm #22294

No, in the current s2Member there isn’t a time saved for each transaction, unless you save them yourself using the Payment Notification with a script for that. [hilite path]Dashboard -› s2Member® -› API / Notifications -› Payment Notifications[/hilite]

Posted: Thursday Aug 16th, 2012 at 8:55 am #22228

Could you show me what the Membership Options Page vars are when redirected there? [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite]

That way we’ll know what restriction is being applied, to help us identify what the problem is being.

Posted: Thursday Aug 16th, 2012 at 8:52 am #22226

No, HTTPS is required for a page with a pro-form when you receive payments on-site, like with PayPal Pro or Authorize.Net.

Posted: Thursday Aug 16th, 2012 at 8:51 am #22225

Chris, you seem to be having a shortcode parsing problem, most likely caused by the theme or another plugin.

As a test, could you change the theme to the default one and reload the page with the buttons? Does the problem continue?

If that dosen’t fix it, could you deactivate other plugins and test the button after each until you don’t get the error again?

I hope it helps. :)

Posted: Thursday Aug 16th, 2012 at 8:46 am #22223

Maybe the Payment Notification would be useful? [hilite path]Dashboard -› s2Member® -› API / Notifications -› Payment Notifications[/hilite]

Posted: Thursday Aug 16th, 2012 at 8:33 am #22221

Thanks for the updates, Andrew. I wasn’t aware of the incompatibility between the auto-login hack and the [hilite mono]success[/hilite] attribute’s replacement codes. About how to tell if it’s a free user, you could [hilite code]print_r($vars)[/hilite] in the hack and see what else you could use do identify him. You could probably add a piped value to the [hilite mono]custom[/hilite] attribute for the free registrations to pick them up in the hack’s conditional.

The other questions – how to get the remaining shortcode attributes to be passed to my success page, and how to get hold of the custom fields still remain. I suspect that the answer to the second question is something to do with ‘cv pipes’

So, even after removing the s2hacks.php file, your [hilite mono]success[/hilite] attribute’s replacement codes are not working? Or some are and others not? Which exactly?

Posted: Thursday Aug 16th, 2012 at 8:20 am #22219

Mary said:
I still don’t know exactly how S2Member works, but as for your answer to my first question above I’m guessing that my custom plugin has to communicate with WordPress and not with S2Member, is that right?

That’s right, your plugin would be talking with WP for the user’s data, although there are functions that s2Member makes available to simplify getting some user info, especially that related to s2Member (e.g. custom profile fields). http://www.s2member.com/codex/stable/s2member/api_functions/package-summary/

I hope that helps. :)

Posted: Thursday Aug 16th, 2012 at 8:12 am #22217

Cool. Thanks for the update. :)

Posted: Thursday Aug 16th, 2012 at 8:11 am #22216

We only give support via these forums. If you don’t give the client’s site name or domain, it’d remain anonymous, right? :)

Posted: Thursday Aug 16th, 2012 at 8:06 am #22214

That’s great! Thanks for the update. :)

Let us know if you need help with something else.

Posted: Thursday Aug 16th, 2012 at 8:05 am #22212

Hi Jeff.

So you remove one of the notifications, but it keeps happening? Are you saving the changes after removing it? There’s a button at the bottom of the Notifications API page. [hilite path]Dashboard -› s2Member® -› API / Notifications[/hilite]

Posted: Thursday Aug 16th, 2012 at 8:02 am #22211

Hi Shaun.

After making some changes to the Membership Levels / Labels section in the S2member settings

What changes do you mean exactly? The labels for the levels?

What role are you giving the users you created manually and aren’t getting the proper access to the content?

I’ve been enjoying working with S2member and have found it to be a very clever solution which is well supported.

Thanks for the kudos! :)

Posted: Thursday Aug 16th, 2012 at 7:59 am #22209

Hi Brett.

I honestly don’t know what’ll happen if more than one user has the same subscr. ID. Not sure if it’ll apply the updates to both, or if it’ll only work with the first one the query finds, or if it’ll give an error.

I’m emailing Jason to ask him this. I’ll let you know when I hear back from him. :)

Posted: Thursday Aug 16th, 2012 at 7:56 am #22207

Hi David.

Could you tell us what is that you’re trying to do that s2Member wasn’t able to do as advertised? We’ll be happy to help you sort it out, or suggest a hack if it’s something that could be done with a customization we know about. :)

Posted: Thursday Aug 16th, 2012 at 7:52 am #22205

Mark, this is a newer server check script, could you try it too? http://www.s2member.com/r/server-check-tool/

Could you double check that PayFlow settings are configured correctly? http://www.youtube.com/watch?v=A0jOq2MRTVQ

Could you please send the log files, or FTP login to see them complete? s2Member® » Private Contact Form

Thanks!

Posted: Thursday Aug 16th, 2012 at 7:35 am #22202

Just wondering if there’s a way to remove “s2member_seeking” from the url….

You mean the Membership Options Page vars? [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite]

There isn’t a setting to remove them, but if you don’t use them and it really bothers you to see them, you could create a rewrite rule in your .htaccess file to remove the variables from the URL to your Membership Options page. You can Google how to do the mod_rewrite rules.

I hope that helps. :)

Posted: Thursday Aug 16th, 2012 at 7:33 am #22201

Hi Hari.

None of that worked. In fact I tried deactivating at least 6 or 7 plugins. The problem still exists.

Are you sure s2Member is active? If it isn’t, that’d explain why the shortcode isn’t parsed. If it is, then there must be a plugin conflict, so try deactivating, as a test, all the other plugins and see if the shortcode is now parsed. Then activate the plugins one by one, checking after each if the parsing problem returns. Another thing that could be causing the issue is the theme, so you can test changing to the default one for a moment.

Now, instead of the shortcode, is it possible to get the actual code itself for the Paypal button ? How do I do this ?

Yes, check out this article: Knowledge Base » Using PayPal created buttons

It’d still be good to find what’s causing the bad parsing, though.

I hope that helps. :)

Posted: Thursday Aug 16th, 2012 at 7:28 am #22198

Elizabeth said:
Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h01/mnt/62642/domains/laschoolreport.com/html/wp-content/mu-plugins/s2hacks.php:1)

Make sure you don’t have a space or line break before the opening PHP tag. The [hilite code]

Posted: Thursday Aug 16th, 2012 at 7:22 am #22196

If WP Cron is failing, it may be another plugin causing it to fail. I’d look for the culprit deactivating the other plugins one by one and testing after each if the problem continues. To test you could probably have a test account, set it at Level 1 and give it an EOT time in the past to have it demoted quickly.

Posted: Thursday Aug 16th, 2012 at 7:18 am #22195

Ah ok, didn’t know that.

I don’t know when/if s2Member will support it, but I’ll forward your request to Jason. :)

Posted: Thursday Aug 16th, 2012 at 7:16 am #22194

Ah ok, got it.

I’m sorry you had that experience with BlueHost, I haven’t used them myself. But it’s a good thing you spotted that and moved to a good service now. :)

Posted: Thursday Aug 16th, 2012 at 7:13 am #22193

You say “get the date from that”. It means that the date of a specific transaction for a specific member IS stored somewhere? (any idea where?)

I meant getting it from the ccap, if you name them with the date in them. So if the ccap is [hilite mono]w201202[/hilite] (Feb ’12), you’d have to get the date from that string using one of the string PHP functions, probably substr. http://php.net/substr

I’m not sure what your code should be like, it’d have to be worked out for your needs. I’m afraid I can’t develop this customization for you, so if you really need it, you could post the job in jobs.wordpress.net.

Posted: Wednesday Aug 15th, 2012 at 8:49 am #22083

You’re right! I’m so sorry, I completely forgot that Jason added that feature some months ago… Time to get some sleep. :P

By default, s2Member accepts Coupon Codes on any Pro Form with Shortcode Attribute: [hilite mono]accept_coupons="1"[/hilite].
* However, you may configure Coupon Codes that ONLY work on specific Post or Page IDs, as seen below.

[hilite mono]SAVE-10|10%|||123[/hilite] ( 10% off; works only on Post or Page ID #123 )
[hilite mono]SAVE-15|15%||ra-only|123[/hilite] ( 15% off Regular Amount(s); works only on Post or Page ID #123 )
[hilite mono]XMAS|5.00|12/31/2021|ra-only|123,456[/hilite] ( $5 off Regular Amount(s); works only on Post or Page IDs 123,456 )
[hilite mono]5PER|5%|12/31/2021|all|all[/hilite] ( 5% off All Amounts; works on all Posts/Pages; this is the default behavior “all” )

Remember, you still need a Pro Form with Shortcode Attribute: [hilite mono]accept_coupons="1"[/hilite]
* s2Member ONLY accepts Coupons on Pro Forms with Shortcode Attribute: [hilite mono]accept_coupons="1"[/hilite]

Posted: Wednesday Aug 15th, 2012 at 8:44 am #22081

Hi Kimberley.

Yeah, although the registration is free, the pro-form is part of PayPal’s pro-forms, so it does warn if the PayPal integration is not configured. If you won’t get payments, just enter fake information in the fields so the warning goes away and you can use the free registration pro-form.

I hope that helps. :)

Viewing 25 replies - 4,476 through 4,500 (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.