@2bak860
14 years ago
Hi @inakie – have you found a solution for this? Interested!
15 years, 1 month ago
It’s just that I saw an example on the Flokka website – on the BP demo page.
15 years, 3 months ago
Thanks r-a-y – I’ll give that a shot!
Just on the profile page?
I know it’s a core field, but is there anyway not to display it?
Is there a way to remove the “Name” from the Profile page? Name is the label, but I can’t change the value to the username.
Any ideas?
Lifesaver – thank you Jeff!
Hi John, thanks for your reply – yes, I mean user_login.
I’m editing the profile-header.php in bpmember. I’ve added your code, but now no username displays:
<div id="profile-name"> <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_core_get_username($user_id); ?></a></h1> <?php if( function_exists('bp_user_status') ) : ?> <p class="status"><?php bp_user_status() ?></p> <?php endif; ?> </div>
Any help appreciated!