Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 2 years ago

#8793 closed defect (bug) (worksforme)

Register page not redirecting correctly

Reported by: luixv's profile luixv Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Registration Keywords:
Cc:

Description

I am using the following:
WP Version: 6.1.1
Permalink: /%postname%/
Active Theme: BuddyX 4.4.5
Platform: Windows
Browser Name Chrome
PHP Version: 8.0.7
MySQL Version: 5.5.5

The plugins I have are these:


Active Plugins: (30)


  • Activity Plus Reloaded for BuddyPress 1.0.8
  • Akismet Anti-Spam 5.0.2
  • BP Friends Suggestions Widget 1.1.0
  • BP Profile Search 5.4.7
  • BP xProfile Location 4.5
  • BuddyPress 11.0.0
  • BuddyPress Activity ShortCode 1.1.8
  • BuddyPress Extended Friendship Request 1.2.1
  • BuddyPress Global Search 1.2.1
  • BuddyPress Login Redirect to Profile 1.2.3
  • BuddyPress Profile Completion 1.0.8
  • BuddyPress Simple Terms And Conditions 1.3
  • BuddyPress Xprofile Custom Field Types 1.2.5
  • Classic Editor 1.6.2
  • Classic Widgets 0.3
  • Colorlib Login Customizer 1.3.1
  • CookieYes | GDPR Cookie Consent 3.0.8
  • Custom Font Uploader 2.0.0
  • Duplicator 1.5.1
  • Easy Registration Forms 2.1.1
  • Force Login 5.6.3
  • GEO my WP 3.7.2.1
  • Give - Donation Plugin 2.23.2
  • Kirki Customizer Framework 4.0.24
  • Quick and Easy FAQs 1.3.6
  • Shared Counts 1.4.1
  • Verified Member for BuddyPress 1.2.6
  • Wbcom Designs - BuddyPress Member Reviews 2.8.3
  • WordPress Username Availability Checker 1.1.8
  • Zeno Font Resizer 1.7.9

I have configured a new Register page using ERForms. I've created just a wordpress page which has only a shortcode to the ERform. I've set it at buddypress settings-> Pages -> register. Buddypress is redirecting to the wordpress regitration page instead of my page.
I've also changed the redirection at buddypress setting to whatever page (for example my FAQ page) and always redirects to the wordpress registration page.

Change History (1)

#1 @imath
2 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Priority changed from high to normal
  • Resolution set to worksforme
  • Status changed from new to closed

Hi @luixv

Thanks for you report. What you describe is a need for specific customization rather than a bug. So I'm going to close this ticket and advise you to ask for help there: https://buddypress.org/support/

Page association into the BuddyPress settings is the way we use to intercept WordPress pages you want to use for displaying BuddyPress content, but we're not using the potential content you put in these pages using the WordPress editor, we replace it with BuddyPress generated content using specific templates from your theme

You can try to edit/add the buddypress/members/register.php template file of your theme so that is uses <?php do_shortcode( '[yourshortcode]' ); ?>

Here's something I've tested to try to satisfy your need, but I can't guarantee it's working for your very specific setup:
https://gist.github.com/imath/7c0fa8c10a3b557a9deffa73ed3e7bcc

Note: See TracTickets for help on using tickets.