Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
In reply to: Email notifications when new post in activity stream
Hi @inakie – have you found a solution for this? Interested!
In reply to: query_posts site wideIt’s just that I saw an example on the Flokka website – on the BP demo page.
In reply to: Only show usernamesThanks r-a-y – I’ll give that a shot!
In reply to: Only show usernamesJust on the profile page?
In reply to: Only show usernamesI know it’s a core field, but is there anyway not to display it?
In reply to: Only show usernamesIs 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?
In reply to: Only show usernamesLifesaver – thank you Jeff!
In reply to: Only show usernamesHi 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!
Viewing 8 replies - 1 through 8 (of 8 total)