-
Mohammad Imran replied to the topic XProfile Custom Field Types in the forum How-to & Troubleshooting 1 year, 7 months ago
-
Mohammad Imran replied to the topic Redirect after registration in the forum How-to & Troubleshooting 1 year, 7 months ago
function redirect_after_registration() {
return home_url( ‘/your-page-name’ ); // Replace ‘/your-page-name’ with the URL of the page you want to redirect users to.
}
add_filter( ‘registration_redirect’, ‘redirect_after_registration’ ); -
dietzmcleaneyewear's profile was updated 1 year, 7 months ago
-
Lars Henriksen replied to the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago
Thanks Varun.
With this code I get the message ‘parser error’ . I am using BuddyX pro.
Thanks for connecting on Mastodon.
Lars
-
Varun Dubey replied to the topic Help with labels in the forum How-to & Troubleshooting 1 year, 7 months ago
Code Snippet is for labels, not for main components; you can change component names from BuddyPress URL options
@thinlizzie -
Varun Dubey replied to the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago
use the following code snippet
function redirect_to_activity_page_after_login($user_login, $user) {
// Redirect to the activity page after login
wp_redirect( home_url( '/activity' ) );
exit;
}
add_action('wp_login', 'redirect_to_activity_page_after_login', 10, 2); -
Angel Ruiz's profile was updated 1 year, 7 months ago
-
Jain's profile was updated 1 year, 7 months ago
-
hahalma's profile was updated 1 year, 7 months ago
-
Color King's profile was updated 1 year, 7 months ago
-
Backlinker.com.ua's profile was updated 1 year, 7 months ago
-
Dolman Law Group Accident Injury Lawyers, PA's profile was updated 1 year, 7 months ago
-
Lars Henriksen started the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago
Hello BP community,
I would like to redirect my users to the site-wide activity page when they log in?
Thanks in advance for suggestions.
Cheers, Lars
-
mtroyalspa's profile was updated 1 year, 7 months ago
-
Delta 8 THC Austin's profile was updated 1 year, 7 months ago
-
friscoinnongalena's profile was updated 1 year, 7 months ago
-
Varun Dubey replied to the topic How to access the pages in Elementor since version 12 in the forum How-to & Troubleshooting 1 year, 7 months ago
@locker17 yes, you can create registration pages like that after disabling BuddyPress Registration
Please check following thread of disable BP registration https://buddypress.org/support/topic/how-to-edit-register-page-for-buddypress/#post-332492 -
Varun Dubey replied to the topic BP Extended – Post format falls apart in the forum How-to & Troubleshooting 1 year, 7 months ago
@kmp2 It’s a theme-specific sidebar setting single blog; Customizer has the option to tune up the single post layout. https://youtu.be/htQG6xfTFzE?feature=shared
-
Varun Dubey replied to the topic BuddyPress Settings->URLs User Groups accordion panel is missing in the forum How-to & Troubleshooting 1 year, 7 months ago
@agajania, Please ensure you have enabled the group component from the component tab.
-
Varun Dubey replied to the topic Member pages are empty after upgrading to version 12 in the forum How-to & Troubleshooting 1 year, 7 months ago
@jgflores check once with your hosting; they can tell you more about possible 403 errors
regarding which theme you are using; try to test once with default https://wordpress.org/themes/twentytwentyone/ - Load More