Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Ishanna
    Participant

    @ishanna

    Thread is never answered.


    Ishanna
    Participant

    @ishanna

    @Naijaping

    Where should I paste the code? I tried it in the bp-custom.php file but I get a syntax error.

    Kind regards,

    Ishanna


    Ishanna
    Participant

    @ishanna

    nobody?


    Ishanna
    Participant

    @ishanna

    @Hugo

    I installed the Bp Follow plugin and it covers precisely what I was looking for.
    Now I wish for the ‘Following’ and ‘Followers’ tabs to be renamed and only to be visible for profile owner.

    Is there maybe a code/plugin I can use to hide the ‘following/followers’ tabs from other profile users except from the profile owners??

    Kind Regards,

    Ishanna


    Ishanna
    Participant

    @ishanna

    @henry

    Thank you!

    I already tryed al of those options before with no succes.

    Kind regards,

    Ishanna


    Ishanna
    Participant

    @ishanna

    @bp-help

    Thank you!
    The buddyblock plugin seems to cover exactly what I’m looking for.
    I only want users to be able to block specific profiles. The ‘friends’ option is disabled so if also givin the option for ‘only friends’ might bring some confusion.


    Ishanna
    Participant

    @ishanna

    @shanebp

    Thank you for the tip.
    No free solution available?
    Maybe some code I can use?

    Kind regards,

    Ishanna


    Ishanna
    Participant

    @ishanna

    @hugo

    Thanks for your input! I will try this soon.
    Ps: sorry for my bad English.

    Kind regards,

    Ishanna


    Ishanna
    Participant

    @ishanna

    @aces

    Yes! Thank you, it works. 😀


    Ishanna
    Participant

    @ishanna

    Hallo @sbrajesh !

    I tried use code:

    
    add_action(‘bp_friends_setup_nav’,'bpdev_custom_hide_friends_if_not_self’);
    
    function bpdev_custom_hide_friends_if_not_self(){
    if(bp_is_my_profile()|| is_super_admin())
    return ;
    
    bp_core_remove_nav_item(‘friends’);
    
    }
    
    

    I copied and pasted the code into the ‘bp_custom.php’ file but it did not work for me.
    I’m new to wordpress, html, php and css but I seem to find my way til now. Some advise please? I really need this option to work and I can’t find a plugin that cover this.

    Kind regards,

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