Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,692
- How-to & Troubleshooting
- 128,230
- Creating & Extending
- 25,679
- Requests & Feedback
- 9,405
- Third Party Plugins
- 9,754
- Showcase
- 3,321
- Ideas
- 1,349
- Miscellaneous
- 8,879
-
Hey Erich,
in header.php look for this bit around line 47:
<input type="text" name="log" id="user_login" value="<?php _e( 'Username', 'buddypress' ) ?>" onfocus="if (this.value == '<?php _e( 'Username', 'buddypress' ) ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e( 'Username', 'buddypress' ) ?>';}" />
Use this instead:
<input type="text" name="log" id="user_login" value="" />
Don’t forget to copy header.php into your child theme.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS