Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,013
- How-to & Troubleshooting
- 129,621
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,175
-
@jivany Wow, thanks, I simply added:
<?php if ( 'Username' == bp_get_the_profile_field_name() ) : ?>
<?php else : ?>
under:
<?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?>
inserted a endif where you indicated, didn’t do any HTML formatting and the Username field is now hidden.
Thanks again!
Gene