- This topic has 1 reply, 2 contibutors, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Buddypress registration’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Buddypress registration
I would like to use the default BuddyPress registration form which has the Account Details and Profile Details side by side, not the OneSocial version which stacks them – how can I do this?
Hi @misiman
You will need to modify template-parts/header-user-links.php
You can modify line number 9
remove
data-target=”RegisterBox”
and keep all same
It will lead register button click to register page, instead of popup
first you need to copy template-parts/header-user-links.php this file at same path inside child theme and make your edits inside the child theme.
Let me know if it works.
Regards