Page 1 of 1
User Photo Plugin
Posted:
June 7th, 2011, 5:53 am
by carblanco
Hi all,
I'm trying to use the
User Photo Plugin.
Also I'm using the s2member register/edit profile function instead of the default.
The problem is that I can only access to change or to upload the profile picture using the default register/edit function.
So, how can I add in the s2member register/edit form the option to upload/change the profile picture?
Thanks.
Re: User Photo Plugin
Posted:
June 7th, 2011, 12:19 pm
by Cristián Lávaque
You could try to edit the registration form's template to add the user photo, I guess.
Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?
Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.
Re: User Photo Plugin
Posted:
June 7th, 2011, 4:51 pm
by carblanco
I see... but where am I have to say to s2member to use the template instead the regular form (with a custom fields)?
I don't see that as the solution and it's not so easy.
Re: User Photo Plugin
Posted:
June 7th, 2011, 6:07 pm
by Cristián Lávaque
You tell your pro-form to use your template file with the template shortcode attribute.
WP Admin -> s2Member -> PayPal Pro-Forms -> Shortcode Attributes (Explained)template="" 100% optional. This can be a custom template file that exists inside your WordPress® theme directory. For example: template="checkout.html".
Re: User Photo Plugin
Posted:
June 7th, 2011, 6:45 pm
by artEV
I have the same question, haven't yet found a solution.
Re: User Photo Plugin
Posted:
June 8th, 2011, 4:59 am
by carblanco
Ok, I see, I can use the shortcode template=client.html and have something like
[s2Member-Pro-PayPal-Form register="1" level="0" ccaps="" desc="Signup now, it's Free!" custom="website.com" tp="0" tt="D" captcha="clean" template="client.html"/]
But where do I have to paste this shortcode? Sorry but don't see it...
Re: User Photo Plugin
Posted:
June 8th, 2011, 5:26 pm
by Cristián Lávaque
Anywhere in WordPress where you can use shortcodes. You can create a page with WordPress named "Registration" and add that shortcode. By the way, the template can also be a PHP file.