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,176 through 6,200 (of 7,376 total)
Author Replies
Author Replies
Posted: Saturday May 12th, 2012 at 12:11 am #13264

Cool. :)

Posted: Friday May 11th, 2012 at 11:56 pm #13257

Hi Paul.

Right, A. [hilite path]Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions[/hilite]

s2Member will allow access to these protected files, based on the configuration you specify below. Repeated downloads of the same exact file are NOT tabulated against the totals below. Once a file has been downloaded, future downloads of the same exact file, by the same exact Member will not be counted against them. In other words, if a Member downloads the same file three times, the system only counts that as one unique download. In addition, multiple variations of popular media formats are only counted once. This is because many site owners provide multiple download options to their Users/Members, for compatibility purposes. Files that have the same exact name, with one of these extensions, will only be counted ONE time: avi,wav,mpa,mpeg,mpv,mps,m1v,m2v,mp4,mp3,m3u,flv,f4v,3gp,3g2,aac,m4a,webm,ogg,ogv,pls,ogm,m4u,mov,qtl,asf,wmv,wvx,wma,wax,ra,rm,ram.

About how the time is calculated, I’m not sure myself, haven’t asked yet. I’m emailing Jason now. I’ll let you know when I hear back from him, or he may just leave a reply himself.

Posted: Friday May 11th, 2012 at 11:52 pm #13256

Hi Frank.

Yeah, it may be the Sandbox. Could you try this with real transactions? 1 cent is fine, then you’ll see how it will actually behave for customers.

Posted: Friday May 11th, 2012 at 11:25 pm #13254

Hi Frank.

I know what the WP Admin bar is, but I’m not sure what you mean by the s2Member Admin bar. Do you mean an alternative to the WP Admin bar, but powered by s2Member? We don’t have that.

What do you want from s2Member in the admin bar?

Posted: Friday May 11th, 2012 at 11:21 pm #13253

Hi Frank.

The billing info is stored by the gateway you’re using, and s2Member doesn’t have access to it. s2Member has a modification button/pro-form you can provide the user with to update the info. The button would take him to the gateway to update it there, the pro-form (Auth.Net/PayPal) would just let him submit the new info but not display the previous one.

To know what subscription the user has, you can use a custom capability unique to each kind of subscription and then you’d check for the custom capability to know what subscription he has and display it. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Custom Capabilities[/hilite]

About the EOT time, subscriptions only set this time when they expire, but as long as the subscription continues, the EOT time would be empty. This will change in the future, but for now that’s how it works. You’d have to figure out, based on the time of purchase of the level you sold him, what the next payment time would be. This may help: [hilite path]Dashboard -› s2Member® -› API / Scripting -› Content Dripping[/hilite]

I hope that helps!

Posted: Friday May 11th, 2012 at 11:13 pm #13251

Do you mean this one?

[ passac.com ] says…
Thank you! ( you MUST check your email before proceeding ).

* Note: It can take ( up to 15 minutes ) for Email Confirmation with important details. If you don’t receive email confirmation in the next 15 minutes, please contact Support.

** Sandbox Mode ** You may NOT receive this Email in Sandbox Mode. Sandbox addresses are usually bogus (for testing).
Check Your Email ( Then Click Here )
If you need assistance, please contact support.

You can have a different page to return the user to after checkout if you use the [hilite mono]success[/hilite] attribute in your button’s shortcode. [hilite path]Dashboard -› s2Member® -› PayPal® Pro Buttons -› Shortcode Attributes -> success[/hilite]

Posted: Friday May 11th, 2012 at 11:08 pm #13250

Thanks Ben.

The shortcode and button look fine.

Do you have the log entries for the test transactions? [hilite path]Dashboard -› s2Member® -› ClickBank® Options -› Account Details -› Logging[/hilite]

Also, could you try this script in your server and tell me if mentions any problems? http://www.s2member.com/r/server-check-tool/

Thanks. :)

Posted: Friday May 11th, 2012 at 10:18 pm #13248

Hi Jamie. Sorry, for some reason I missed your post the past days.

Listing users with the custom fields in the WordPress users list is not something I can help with, but you could create a users list with a bit of code. This may help: http://www.primothemes.com/forums/viewtopic.php?t=15658&p=53767#p48878

About other plugins to list users, I found this one, which also has an article on how to use it with s2Member custom fields:

http://wordpress.org/extend/plugins/amr-users/
http://wpusersplugin.com/3086/user-lists-and-filtering-with-s2member-fields/

I hope it helps. :)

Posted: Friday May 11th, 2012 at 10:05 pm #13247

Hi Joanne. Your location of wp-load.php is probably not properly written in the include. I can’t tell because I haven’t seen your code, but the error says it couldn’t include it, and the location may be the reason.

[hilite code]include_once "wp-load.php";[/hilite] works fine if your script is in the same dir, but if not, you’ll have to modify that to point to it. If you put a slash at the beginning, it’ll start in the site’s root dir. So, if you have WP in that dir, try [hilite code]include_once "/wp-load.php";[/hilite].

If this keeps giving you trouble, I suggest that you contact the person that coded the calculator script to help you integrate it with WordPress.

I hope that helps. :)

Posted: Friday May 11th, 2012 at 8:27 pm #13245

Exactly my thought, but that’s part of PayPal’s silliness. :/

Posted: Friday May 11th, 2012 at 8:18 pm #13244

No problem. :)

Posted: Friday May 11th, 2012 at 8:17 pm #13243

Could you post here the shortcode you’re using for the ClickBank button? Are you using it in a page of the WP installation where you have s2Member?

What URL did you enter in your ClickBank button for the thank-you page? [hilite path]ClickBank Admin -> Account Settings -> My Products -> Product Thank-You Page[/hilite]

Could you try this test tool and tell me if you get any errors? http://www.s2member.com/r/server-check-tool/

Thanks!

Posted: Friday May 11th, 2012 at 8:11 pm #13242

Got it.

I said trial/initial term, because that field can be either one, depending on whether you charge for it or not. In your case, you’d have the initial term be the months you give for the first year, and the coming years would be the regular term.

I hope that helps. :)

Posted: Friday May 11th, 2012 at 8:09 pm #13240

You too! I’m gald you could sort it out. Thanks for the update. :)

Posted: Friday May 11th, 2012 at 8:07 pm #13239

I’m glad you could sort it out. Thanks for the update. :)

Posted: Friday May 11th, 2012 at 7:52 pm #13238

I don’t know what integrates the WordPress user with Vimeo to track like that.

What you could do, maybe, is use a tracking script (e.g. Prosper202) and create redirections for each video, so instead of using the URL to the file in Vimeo, you’d use the URL to the tracking script, with tracking vars, and that’d then redirect to the video file. That’d way you’d be able to keep a log of what user watched what videos how many times.

I hope that helps. :)

Posted: Friday May 11th, 2012 at 7:48 pm #13237

No problem. I hope it helps you get it the way you want. :)

Posted: Friday May 11th, 2012 at 7:47 pm #13236

You can send the login info to them, so I take a look at the admin side. s2Member® » Private Contact Form

Is the install that has the problem, live or you just started setting it up and testing things? I’m asking to know if it’d be fine to change the theme and deactivate/activate plugins as part of the review.

Posted: Friday May 11th, 2012 at 7:44 pm #13235

Cool. I look forward to your update. :)

Posted: Friday May 11th, 2012 at 7:39 pm #13234

I see. If you’re in Sandbox, then the emails won’t be sent. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details[/hilite]

*Sandbox Tip* If you’re testing your site through a PayPal® Sandbox account, please remember that Email Confirmations from s2Member will NOT be received after a test purchase. s2Member sends its Confirmation Emails to the PayPal® Email Address of the Customer. Since PayPal® Sandbox addresses are usually bogus ( for testing ), you will have to run live transactions before Email Confirmations from s2Member are received. That being said, all other s2Member functionality CAN be tested through a PayPal® Sandbox account. Email Confirmations are the only hang-up.

So if s2Member doesn’t get confirmation from Paypal right away, it can’t take the customer to the registration page, instead it has to wait so it tells the person to check for the confirmation email later, which will have the link to register, but if you’re in Sandbox that won’t arrive.

Also, I’d test with live transactions rather than Sandbox, since they behave slightly differently and it’s a lot safer to get it working properly the way it’ll be for the customers. You can make the transactions really low at 1 cent, so it’s not a problem.

I hope that helps. :)

Posted: Friday May 11th, 2012 at 7:26 pm #13232

I see. What’s the URL to the file?

Posted: Friday May 11th, 2012 at 7:01 am #13195

Hi Andrew.

s2Member doesn’t integrate with Vimeo… But if you mean outside of s2Member, I guess so. Vimeo seems to give that for Plus users.

I remember TubeMogul works for Vimeo too. http://www.tubemogul.com/company/blog/2008/07/vimeo-distribution-tracking-added/

I went to the TubeMogul and the distribution service seems to have been moved to OneLoad now. http://www.oneload.com/

I hope that helps.

Note: I’m moving this from the Pre-Sale Qs. forum.

Posted: Friday May 11th, 2012 at 6:51 am #13194

Hi William.

Sorry I had not seen the Community Forum post, I don’t normally visit that one.

Yesterday I replied to your other thread about this problem, the one you posted in the Pre-Sale Qs forum. Let’s continue this there: http://www.s2member.com/forums/topic/s2members-free-doesnt-work-why-buy-pro/ :)

Posted: Friday May 11th, 2012 at 6:44 am #13193

Hi Robert.

Sorry, but I’m not sure if you’re trying to configure PayPal or AWeber.

If it’s about the PayPal IPN, then the instructions are here: [hilite path]Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration[/hilite]

If you’re trying to integrate with AWeber, and you already watched the video, here’s an article that could help with the email parser in AWeber: Knowledge Base » AWeber email parser for s2Member

I hope that helps. :)

Posted: Friday May 11th, 2012 at 6:33 am #13192

Got it, sorry I forgot about the dedicated server part.

Did you check the permissions for the file? Do you have anything that’d prevent it from being served?

Viewing 25 replies - 6,176 through 6,200 (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.