*Update
All my problem solved, except one by adding some codes(i changed Name field to First name-and that being a must to give is okay):
//Removes mentions pane from profile activity (doesn’t remove mention functionality)
function ray_remove_mention_nav() {
global $bp;
bp_core_remove_subnav_item( $bp->activity->slug, ‘mentions’ );
}
add_action( ‘bp_setup_nav’, ‘ray_remove_mention_nav’, 15 );
One problem remains only: It now shows the username correctly, but there still is the @ before the name so : @Ortelius
Please help me remove that @ somehow.
Thanks,
Daniel
Thanks for your fast answer 🙂
What i would like to have is: no name required, only a username -to be displayed in profile-to login with. I must provide the ability to remain anonymus somehow.