Membership Upgrade 2.1.1 xtended Profile fields lost on signup form
WPMU DEV Community
Membership Upgrade 2.1.1 xtended Profile fields lost on signup form
Elite
621 pointsLike some sort of WPMU DEV God"I'm new here
tishimself
Member
—
20th October 2011 (7 months ago)
Hi,
I just upgraded to Membetship 2.1.1.
I noticed that there were no gateways listed so I enabled PayPal Express with Subscriptions to try it out.
It is set to Live and it seemed that my PayPal business account should support it.
My Signup form has a "Profile Details" header, but no BP xprofile files listed below.
So I enabled PayPal Single Payments Gateway which seems to also be called PayPal Express - with Single Payments. I think this is also called Solo?
Still no BuddyPress extened profile fields on the signup form.
I checked in BP Profile Fields and tehy are still listed.
I noticed that there were no gateways listed so I enabled PayPal Express with Subscriptions to try it out.
It is set to Live and it seemed that my PayPal business account should support it.
My Signup form has a "Profile Details" header, but no BP xprofile files listed below.
So I enabled PayPal Single Payments Gateway which seems to also be called PayPal Express - with Single Payments. I think this is also called Solo?
Still no BuddyPress extened profile fields on the signup form.
I checked in BP Profile Fields and tehy are still listed.
Responses (5)
Member — 20th October 2011 (7 months ago) #
Hi Larry
In wp-content\plugins\membership\membershipincludes\includes\bp.registration.form.php find the line:
<?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>and change to:
<?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1&hide_empty_fields=0' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>Regards
Mick
Member — 20th October 2011 (7 months ago) #
Hi,
Thanks for the quick fix.
Regards,
Larry
Sales & Support Lead — 20th October 2011 (7 months ago) #
Yeah, this was most-likely something you manually modified from the earlier version as we still don't provide for this by default.
Nice catch, Mick! :)
Member — 21st October 2011 (7 months ago) #
Thanks for that! @masonjames, maybe this is something you could put in by default. Seems to work well.
Clint
Sales & Support Lead — 21st October 2011 (7 months ago) #
Thanks for your feedback. It's something we're working on implementing - just a matter of time :)
Become a member