Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,151
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
@johnnydoe: In your theme’s register.php, before the line if ( is_array($profile_info_keys) ) :
(above the <?php
tag before that), put:
<?php unset( $profile_info_keys['user_url'], $profile_info_keys['from'], $profile_info_keys['occ'], $profile_info_keys['interest'] ); ?>
That will take out the extra fields in the register form. What you did was take out the part that outputs all the form fields
I can’t see the “to participate” part either, did you manage to get hold of the bbPress.org template?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS