Forums
-
- Forum
- Posts
-
- Installation
- 27,752
- Troubleshooting
- 60,827
- Themes
- 10,195
- Plugins
- 15,006
- Requests & Feedback
- 14,660
- Showcase
- 3,238
-
Sure, if that really bothers you, with bbPress you can do almost anything if you get clever.
Edit the login-form.php
template and wrap the entire <form></form>
in something like this (untested)
<?php if (bb_get_location()!="register-page") { ?>
<form blah blah blah
...
</form>
<?php } ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS