-
Joe posted on the forum topic How can I keep the default WP user registration screen? in the group How-To and Troubleshooting: 14 years, 4 months ago
I think I may have found a solution. I edited wp-login on line 437: if ( is_multisite() ) { // Multisite uses wp-signup.php wp_redirect( apply_filters( ‘wp_signup_location’, get_bloginfo(‘wpurl’) . ‘/wp-signup.php’ ) ); exit; I just commented out those lines so that there is no redirect, and it seems to be working. My one concern is that […]
-
Joe posted on the forum topic How can I keep the default WP user registration screen? in the group How-To and Troubleshooting: 14 years, 4 months ago
so there is no way to escape this? I ask because my site is not based around a user community, that is just one feature. Therefore, I don’t want every registration to be based around buddypress. One thing that might help matters – I have the buddypress part of my site set up on it’s […]
-
Joe started the forum topic How can I keep the default WP user registration screen? in the group How-To and Troubleshooting: 14 years, 4 months ago
Hi,
I don’t want to use the BuddyPress user registration form (it does not look good with my theme). Is there a way to keep the original WP registration screen even with buddypress installed? My end goal is to be able to use the Register Plus plugin.THANKS!
-
Joe posted on the forum topic Run all Buddypress pages within Backend in the group How-To and Troubleshooting: 14 years, 5 months ago
Yeah, I know it is a little backwards, hah. I just like the idea of using wordpress as the UI for my community. Actually, I found something that is pretty close to what I need. It is still being developed, but it looks promising:
-
Joe posted on the forum topic Run all Buddypress pages within Backend in the group How-To and Troubleshooting: 14 years, 5 months ago
Thanks for the reply. I know how to disable buddypress components, my bigger question is how to display everything in the wordpress backend (which I see you asked about at the end of your reply). The reason that I want to do this is because I have several other user related tasks integrated into the […]
-
Joe posted on the forum topic Run all Buddypress pages within Backend in the group How-To and Troubleshooting: 14 years, 5 months ago
Anyone? I have spent a couple days scouring the internet for someone else who has done this. Who can help?
-
Joe started the forum topic Run all Buddypress pages within Backend in the group How-To and Troubleshooting: 14 years, 5 months ago
Hello, I have a question which I have been unable to find any support for thus far. I am using wordpress as a CMS for all registered users. I want them to be able to perform all user-related tasks from within the backend of wordpress, this includes buddypress participation. I am most concerned with the […]
-
Joe joined the group How-To and Troubleshooting 14 years, 5 months ago
@themeanwhile
Not recently active