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,676 through 6,700 (of 7,376 total)
Author Replies
Author Replies
Posted: Monday Apr 9th, 2012 at 9:06 pm #10414

Cool. :)

Posted: Monday Apr 9th, 2012 at 4:32 pm #10373

Yes, I know you can use different buttons and that they’ll affect the conversion rate.

Im s2Member, if you’re using the PayPal buttons [hilite path]Dashboard -› s2Member® -› PayPal® Buttons[/hilite], you can easily change the image used for the button. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes -> image[/hilite]

In the pro-forms that’s not as easy. The simplest way would be to change the image file, but you’ll need to do this every time there’s an update of s2Member Pro. [hilite mono]/s2member-pro/images/[/hilite]

You can try using [hilite mono].htaccess[/hilite] to point to another images directory. I’ll ask Jason if there’s a hook that can be used to define another directory for images.

Posted: Monday Apr 9th, 2012 at 3:22 pm #10370

:)

Posted: Monday Apr 9th, 2012 at 2:48 pm #10367

I see. If the person will be logged in when viewing that form, you can try this for the success URL:

[hilite pre_code]
success="chiccritiqueforum.com/congratulations/?userid=&group=56"
[/hilite]

You’ll need a PHP execution plugin for the PHP to workin your post.

I hope that helps. :)

Posted: Monday Apr 9th, 2012 at 2:50 am #10350

Hi Ramya. I’m emailing Elizabeth to ask. Thanks for your patience. :)

Posted: Monday Apr 9th, 2012 at 2:49 am #10349

I’m not sure how many seconds would be good in your case. I guess you can try different values until you don’t get a timeout.

Posted: Monday Apr 9th, 2012 at 2:42 am #10348

Sorry, I didn’t understand the last question.

Posted: Sunday Apr 8th, 2012 at 10:12 pm #10346

Could you post the code in your XML file? Thanks. :)

Could you show me the actual link you’re using? If you don’t want to make the domain name public, use the contact form, please. s2Member® » Private Contact Form

Posted: Sunday Apr 8th, 2012 at 10:07 pm #10345

You can put it in the Login Welcome page, the HTML tab. Use a PHP execution plugin so PHP works in the page, e.g. http://wordpress.org/extend/plugins/php-execution-plugin/

You can use the Offers on Login feature to add a variable to the first login [hilite path]Dashboard -› s2Member® -› General Options -› One-Time Offers (Upon Login)[/hilite], like

1:http://yoursite.com/login-welcome?first

Then add that to the conditional, like [hilite code]isset($_GET['first'])[/hilite].

[hilite pre_code]
set_role('s2member_level1');
}
?>
[/hilite]

If that’s getting too advanced for you, I recommend you get help from a freelancer from a site like eLance.com, oDesk.com o jobs.wordpress.net.

I hope that helps.

Posted: Sunday Apr 8th, 2012 at 9:33 pm #10343

If you’re using a PayPal button, you don’t need SSL in that page, since the user will be taken to PayPal’s site to pay, which is the one that’ll deal witht he secure page for payment. You need SSL if you have a pro-form to receive payments on-site. Pre Sale FAQs » Do I need an SSL certificate to use PayPal® Pro or Authorize.Net®?

I hope that helps. :)

Posted: Sunday Apr 8th, 2012 at 4:48 pm #10331

Here’s an example:

[hilite pre_code]
set_role('s2member_level1');
}
?>
[/hilite]

You’ll need to customize it some, but it should give you an idea.

Posted: Sunday Apr 8th, 2012 at 4:22 pm #10329

Did you make sure your PayPal configuration is complete? [hilite path]Dashboard -› s2Member® -› PayPal® Options[/hilite]

Could you post the related entries from all the log files, x’ing out private info (e.g. email, last name)?

Thanks!

Posted: Sunday Apr 8th, 2012 at 4:20 pm #10328

You could try with custom capabilities or custom profile fields…

Posted: Sunday Apr 8th, 2012 at 3:36 pm #10325

I don’t know. You say you tried the default theme and no other plugins, and you still have that problem, and only when you deactivate s2Member it goes away, is that right?

You do have a few members, but I know others that have more and never reported this problem. Maybe you have a very low time limit for script execution in your PHP and need to raise it a bit?

Posted: Sunday Apr 8th, 2012 at 5:38 am #10316

That’s stored by PayPal, if it’s collected. You could create s2Member custom fields for that, though, and have the user fill them out on registration. [hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields[/hilite]

I hope that helps. :)

Posted: Sunday Apr 8th, 2012 at 5:33 am #10315

Hi Richard.

Yes, you can. :)

[hilite path]Dashboard -› s2Member® -› Download Options -› Amazon® S3/CDN Storage[/hilite]
[hilite path]Dashboard -› s2Member® -› Download Options -› Amazon® S3/CloudFront CDN Storage[/hilite]

Posted: Sunday Apr 8th, 2012 at 4:56 am #10313
Posted: Sunday Apr 8th, 2012 at 4:54 am #10312

Hi Gaper.

s2Member doesn’t have a cart, so there’s no Add To Cart button to change. You could custom code a cart of sorts, to put together an order and then proceed to checkout where the pro-form is, customized with the stuff picked. http://www.primothemes.com/forums/viewtopic.php?f=36&t=1604

To change the buttons in a pro-form, there isn’t an image attribute that assists with it like in the button shortcode. You can change the image files in the s2member-pro directory, but remember that these will need to be changed after each update. Another idea would be to use .htaccess to rewrite the URL to those images with the custom ones you want. There’s probably a hook to change the images directory, but I haven’t checked.

I hope that helps. :)

Posted: Sunday Apr 8th, 2012 at 4:47 am #10311

Hi John.

Yes, you could create a customization like that. You can use the hooks available after registration, or you could use the registration notification to load a script that’ll check that profile field and adjust the role accordingly.

You may find these helpful:

[hilite path]Dashboard -› s2Member® -› API / Notifications -› Registration Notifications[/hilite]

http://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_get_s2member_custom_fields()

Knowledge Base » Changing Roles/Capabilities via PHP

Posted: Sunday Apr 8th, 2012 at 2:21 am #10308

Hi Dominic.

Hmm… Could you try hiding the s2Member columns from the users list and see if that helps speed it up? Go to the Screen Options tab at the top-right of that page and you should be able to uncheck those fields.

Let me know if that helps.

Posted: Sunday Apr 8th, 2012 at 1:56 am #10307

Hi Jeoffrey.

You’ll need to customize this. The number of uploads would be managed by your ASP.net script, s2Member doesn’t have anything to do with that, really. I think you should contact the person that provided you with that service and aks him for the best approach to achieve it.

I hope that helps. :)

Posted: Saturday Apr 7th, 2012 at 6:27 pm #10299

Make sure to be logged out when you generate the URL, or it’ll be customized to modify that account you were logged in to. Also, you should use PHP or a shortcode to update the IP address in the anchor when you use it somewhere else.

Posted: Saturday Apr 7th, 2012 at 5:50 pm #10298

Did you try the other tips in the article too? Knowledge Base » Resolving Problems with File Downloads

Posted: Friday Apr 6th, 2012 at 4:12 pm #10253

Tell me if these help:

[hilite path]Dashboard -› s2Member® -› Download Options -› Preventing GZIP Conflicts[/hilite]
Video » s2Member® File Downloads (GZIP Conflicts?)

Knowledge Base » Resolving Problems with File Downloads

Posted: Friday Apr 6th, 2012 at 4:59 am #10231

It could be the sandbox. Sadly, PayPal’s sandbox isn’t really the same as the regular service but without money, there are differences. I suggest that you use the actual service, change the amounts in the buttons to 1 cent and test with that.

Also, keep logging enabled so you can get more info in case something’s wrong. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

I hope that helps. :)

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