Cristián Lávaque
Forum Replies Created
-
> In Autjorize.net Registeration form, I am not able to add profile photo upload field. I tried to insert that field, tried to add it using code also but unable to add in table and admin area. Can you please provide the solution for this?
File upload is not something s2Member adds, but if you want to custom code it, maybe this helps: http://www.s2member.com/kb/pro-forms/#custom-data-w-pro-forms
> http://creativewebprojects.info/wbo/membership/directory/%%current_user_login%%
Did you add it to the Login Welcome Page redirection field or where? How are you testing it, logging in as a regular user?
Does the page exist for that URL with the username? From what I see in your directory page http://creativewebprojects.info/wbo/membership/directory/ the user “read more” links point to another URL: http://creativewebprojects.info/wbo/membership/directory/profile/?id=jenifer
If that’s the page you’re trying to link to, then you could try http://creativewebprojects.info/wbo/membership/directory/profile/?id=%%current_user_login%% for your Login Welcome Page redirection.
I hope that helps. 🙂
🙂
Great! Thanks for the update. I’m glad you sorted it out.
By the way, s2Member pro-forms have the “checkout options”. See: WP Admin -> s2Member -> [gateway] Pro-Form -> Checkout Options
I hope that helps. 🙂
Can I see your shortcode? And can I see a test page with that shortcode in it?
Thanks.
This seems to be a WordPress or WPML question rather than s2Member, right? I’m not familiar with WPML, so can’t help much there.
> we’ve appended the proper language to the URL, like this:
> http://www.mysite.com\wp-login.php?lang=fr&action=registerThat link seems wrong with the back-slash, looks like it should be:
No problem. Glad you got it working. 🙂
My pleasure. 🙂
s2Member doesn’t have that.
You could custom coding it, try posting the job in a freelancers site like jobs.wordpress.net, oDesk, Freelancer or Rent-a-Coder.
This should help: http://www.s2member.com/kb/pro-forms/#customizing-pro-forms
🙂
For buttons created over at PayPal, please see this: http://www.s2member.com/kb/using-paypal-created-buttons/
s2Member doesn’t have donation buttons, but maybe following the above you can integrate it.
Keep in mind that it’d only work for new signups, not upgrading an existing user, because the button would be missing the user ID reference s2Member needs for that.
> Any idea how I can get the user’s email address from PayPal on the s2member auto-return page?
When the user is returned, use a must-use plugin to print_r $_REQUEST and see what’s available there. http://www.s2member.com/kb/hacking-s2member/
I hope that helps. 🙂
I asked Jason about it and this was his reply:
” I would suggest that they use one of s2Member’s API Notifications for this. They are the perfect tool for the job there. WP Admin -> s2Member -> API / Notifications
“Otherwise, if a particular plugin (i.e. WP Affiliate) is not working properly with s2Member’s hooks; or not with certain hooks fired by s2Member; that’s something they would want to contact WP Affiliate about.
“If there is a technical issue identified, please have them create an issue for us at GitHub.” https://github.com/WebSharks/s2Member/issues
Please make sure you have logging enabled, so we get more information about the transactions. WP Admin -> s2Member -> Log Files
If you haven’t yet, could you please do these? http://www.s2member.com/kb/common-troubleshooting-tips/
You could try some CSS, or customizing the template. http://www.s2member.com/kb/pro-forms/#customizing-pro-forms
This may also help: http://www.s2member.com/kb/changing-words-phrase/
That array has the first time the user got each particular level. Not every time, just the first one. See: http://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_s2member_paid_registration_time%28%29
You may be interested in the new log for access capabilities times. This one has all the times. https://github.com/WebSharks/s2member/blob/140520/s2member/includes/classes/access-cap-times.inc.php#L186
I hope that helps. 🙂
s2Member will always redirect to the Membership Options Page when trying to access something protected by s2 that you don’t have access to. http://www.youtube.com/watch?v=2SMp9DYL3nM