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,801 through 5,825 (of 7,376 total)
Author Replies
Author Replies
Posted: Saturday May 26th, 2012 at 1:08 am #14663

You’ll need to use JavaScript if you want a single dropdown to modify several variables.

But even if you did, having the form like that is not the best option, because a user could edit it. It’d be best to handle it server side, where based on the select, the other fields are adjusted with PHP and then forwarded to PayPal.

I hope that helps.

Posted: Saturday May 26th, 2012 at 1:04 am #14661

It should work, unless you added the HTML in the Visual editor.

Oh, once when I used it like this, I found the Broken Link Checker plugin to mess it up. http://wordpress.org/extend/plugins/broken-link-checker/

Could you post a link to the page where you have this? Thanks!

Posted: Saturday May 26th, 2012 at 1:01 am #14660

Cassel’s approach is good. And you can also have different content in the same page using a conditional, where the one displayed to visitors would be SEO optimized without giving away the paid content.

Posted: Saturday May 26th, 2012 at 12:31 am #14658

The next major release will immensely improve this.

I’m not sure what the problem you’re having right now is, though. Have you kept logging on and looked at the entries to see if there’s something there that could tell what the problem is?

Posted: Saturday May 26th, 2012 at 12:26 am #14657

Hi Eric.

The user would normally be able to register right after the payment, if he wasn’t logged in. The link in the confirmation email is just another way.

Could you post the all the log entries related to the transaction not allowed to register right after payment? x’ing out any private info (e.g. email) [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

Thanks!

Posted: Saturday May 26th, 2012 at 12:14 am #14656

Cool.

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

Hi John.

It is possible that her ISP gives her a new IP address everytime she gets online, like in dialup, resulting in way more IPs than the limit allows her.

It’s also possible that the ISP is blocking the video’s address in some way. Are you in Singapore too, or do you have another user there that could tell if he’s having the same problem or being able to watch the video?

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

Hi Johnny.

Have you watched these videos?

The Specific Post/Page access one may help with the 1 day access you want to sell, since you’re planning to delete the account, it’s probably just as well that he doesn’t even have to create it. With Spec Post restriction/button you can sell a page for a single day, accessible via the link s2Member sends the client via email.

For the regular monthly payments you can use a normal Level 1 button and have the EOT behavior set to demote instead of delete the account.

I hope that helps.

Posted: Friday May 25th, 2012 at 10:54 pm #14652

Okay.

Could you post the URL to the page with the problem and tell me which s2Member link/button is not working? Thanks!

Posted: Friday May 25th, 2012 at 10:52 pm #14651

I’m glad you found the issue! Thanks for the update. :)

Posted: Friday May 25th, 2012 at 10:36 pm #14650

Hi Matt.

And the site was working before the migration? Did the domain name change for the site?

What versions of WordPress and s2Member are you using?

Have you tried changing to the default theme as a test? Deactivating other plugins?

Posted: Friday May 25th, 2012 at 10:33 pm #14649

Hi Sasha.

Are you using the sandbox as that other user was?

It’d help to have your log entries for the transaction with the problem. Could you post them x’ing out any private info like email address?[hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

Are other emails being sent by the site?

Posted: Friday May 25th, 2012 at 10:29 pm #14648

I can understand you’re frustrated, Scott, this kind of things one wants to just get over with when working on a project.

The change in images is very simple, you just use a different image URL in the image attribute each time you want to change it. Changing the image won’t affect the order data, so they’ll all lead to the same sale, even if they have different images. For example:

[hilite mono][Member-Pro-ClickBank-Button cbp="0" level="1" ccaps="" desc="Description" custom="yoursite.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="http://url.to/image-1.jpg" output="anchor" /][/hilite] [hilite mono][s2Member-Pro-ClickBank-Button cbp="0" level="1" ccaps="" desc="Description" custom="yoursite.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="http://url.to/image-2.jpg" output="anchor" /][/hilite] [hilite mono][s2Member-Pro-ClickBank-Button cbp="0" level="1" ccaps="" desc="Description" custom="yoursite.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="http://url.to/image-3.jpg" output="anchor" /][/hilite]

The shortcodes work in the WordPress visual editor. I don’t know about the one you’re using, though. It should work if the editor is good for WordPress, since shortcodes are a default feature of WordPress, not something only s2Member uses, s2Member just defines a few new ones.

I hope that helps.

Posted: Friday May 25th, 2012 at 6:25 pm #14642

Hi Matthew.

Could you verify that the plugin shows up correctly in the plugins list? Also verify that the Pro add-on is active too.

Thanks!

Posted: Friday May 25th, 2012 at 6:21 pm #14641

Thanks. I’ll report this to Jason.

Something you could do, too, is change the output to url and link the button image yourself. The URL won’t be easy to tamper with. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes -> output[/hilite]

Posted: Friday May 25th, 2012 at 6:08 pm #14640

I guess that’d be a WordPress thing with your server, then. In my servers, every time I install WP, those strings are long enough. I’d ask about this to your hosting provider.

Posted: Friday May 25th, 2012 at 5:58 pm #14638

Yeah, it was. We’re consolidating these thing in the development of the new s2, but for now that’s where it is. Thanks for your patience. :)

Posted: Friday May 25th, 2012 at 5:48 pm #14637

Hi Nick.

This thread may assist you with that: http://www.primothemes.com/forums/viewtopic.php?f=4&t=10368

I hope it helps. :)

Posted: Friday May 25th, 2012 at 5:39 pm #14636

If you search the usermeta table for entries that have ‘s2’, I think you would find the ones related to IPs.

Posted: Friday May 25th, 2012 at 5:29 pm #14634

Thanks.

I think I found it. Try this line:
[hilite mono]s2member-pro/includes/classes/gateways/paypal/paypal-form-in.inc.php[/hilite]
[hilite pre_code]$custom_fields .= '' . $field["label"] . (($field["required"] === "yes") ? ' *' : '') . '' . ((preg_match ("/^(checkbox|pre_checkbox)$/", $field["type"])) ? '' : '
') . "\n";[/hilite]

Posted: Friday May 25th, 2012 at 3:19 pm #14623

Hi Nick.

Could you please post the shortcode you have for that pro-form?

Also, please post the log entries for the transaction. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

Thanks!

Posted: Friday May 25th, 2012 at 3:16 pm #14622

Cool. :)

Posted: Friday May 25th, 2012 at 3:14 pm #14621

Rick, in what form are you trying to customize this? A pro-form, the default registration form, BuddyPress profile?

Posted: Friday May 25th, 2012 at 2:54 pm #14620

If you read the CB Thank You page documentation in s2Member, at the bottom you’ll see a section about using a custom one. [hilite path]Dashboard -› s2Member® -› ClickBank® Options -› Thank-You Page Integration[/hilite] :)

Posted: Friday May 25th, 2012 at 7:31 am #14560

I’m so glad PayPal had a service that worked for you! Thanks for the update. :)

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