Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • jayd94
    Participant

    @jayd94

    Thank you all! Works perfectly 🙂


    jayd94
    Participant

    @jayd94

    *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 );

    add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );

    define( ‘BP_SHOW_DISPLAYNAME_ON_PROFILE’, false );

    + buddypress usernames only plugin

    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


    jayd94
    Participant

    @jayd94

    or add possibility to hide the visibility of their names*. so that only username is visible


    jayd94
    Participant

    @jayd94

    *and without the @ preferably-it confuses people they say.


    jayd94
    Participant

    @jayd94

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar