[buddypress-trac] [BuddyPress Trac] #8793: Register page not redirecting correctly
buddypress-trac
noreply at wordpress.org
Wed Jan 11 21:49:36 UTC 2023
#8793: Register page not redirecting correctly
--------------------------+-------------------------
Reporter: luixv | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Registration | Version:
Severity: normal | Resolution: worksforme
Keywords: |
--------------------------+-------------------------
Changes (by imath):
* keywords: needs-patch =>
* priority: high => normal
* status: new => closed
* resolution: => worksforme
* milestone: Awaiting Review =>
Comment:
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
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8793#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list