Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Fighting Splogs

I might be missing the point completely here, but I changed my theme’s sidebar.php code to call up the root sign-up using this;

<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( ‘/wp-signup.php’ ) ) ?>

Mind you, it shows the sign-up form complete with the extra fields I added via Buddypress. Does this mean it’s still being hooked into by BP and is actually bypassing the standard WP 3.0 sign-up code? I noticed that even pulling out the php and replacing it with a normal href link, it still does the same thing.

Skip to toolbar