If your other blog’s theme has its own registration templates, you could try:
myblog.example.com/register
By “own registration templates”, I mean you’d have to copy /plugins/buddypress/bp-themes/registration/ to your current blog theme’s folder.
i don’t wnt to have buddypress registration on the other blog i want to have wordpress registration
example myblog.example.com/wp-login.php?action=register i want it to work not to redrect to example.com/register
is there any code or i need to modified my theme function…. thank for try to help me
In your secondary blog theme’s functions.php, try adding this:
`remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );`
not working now all blog is redirect to example.com/wp-signup
and if i add it to another theme i use on blog it redirect to example/register
Not sure, but I believe this has something to do with Multisite.
I don’t believe you can use “wp-login.php?action=register” in Multisite, only “wp-signup.php”.
You might want to create your own signup page. Read the “Worth Mentioning” section here:
http://www.wptavern.com/what-to-do-or-consider-after-you-enable-multisite-in-wordpress#comments (scroll up a bit)
yesterday morning i was working on my site and all was perfect all site have there own registration and then today it redirect all blog to wp-signup…..
is there any code to redirect it back to the classic registration form not mu registration
on my site facemet.tk you can see a registration form … friday all was okey the form was working and there was no problem but yesterday afternoon the form start to redirect me to wp-signup
isthere any thing i can do to make the form wrk again please help me