dansayswithwords
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Completion] Missing slash in urlYes! Putting a / at the end of the Permalink seems to have solved the problem. Thank you for your prompt reply and resolution. It is much appreciated!
Forum: Plugins
In reply to: [BuddyPress Profile Completion] Missing slash in urlTo be clear, I did not add a slash to the end of the redirect url but rather in between the username (ralphie) and profile. The redirect url leaves out that slash so I get the error. I realize my “fix” is a rather clumsy way to do it but it works. I updated to 12.1.1 but that made no difference.
Forum: Plugins
In reply to: [BuddyPress Profile Completion] Missing slash in urlI edited line 238 of buddypress-profile-completion/src/core/class-bp-profile-completion-helper.php to:
$redirect_url = bp_core_get_user_domain( $user_id ) . “/” . bp_get_profile_slug();
It now works but I am not a coder and that is probably a sloppy way to fix it.
Forum: Plugins
In reply to: [BuddyPress to WordPress Full Sync] Syncing Using WP registrationI had neglected to assign a field to the BP Name field is the reason that was not syncing, but it still does not sync when a new user registers. The BP profile is blank. Once I enter the fields there, then it syncs perfectly from either the BP or WP side. I use the WP registration form customized to included the first and last name. Should this plugin sync on registration when using the wordpress form instead of the buddypress form?
- This reply was modified 3 years, 12 months ago by dansayswithwords.
Forum: Plugins
In reply to: [BuddyPress to WordPress Full Sync] Syncing Using WP registrationAlso, I am wondering what the Name field becomes. It doesn’t sync or seem to appear anywhere or change anything.