Forums
-
- Forum
- Posts
-
- Installation
- 28,351
- Troubleshooting
- 62,093
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,871
- Showcase
- 3,252
-
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