Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • vandehee
    Participant

    @vandehee

    Thanks, i have make a child theme and should I put the text at the bottom in functions.php? It doesn’t work..


    vandehee
    Participant

    @vandehee

    Hello, i want the same to hide the mention and favorite tabs.. But i dont now how to past the code:
    function bp_remove_sub_tabs() {
    if ( ! bp_is_user() ) {
    return;
    }
    bp_core_remove_subnav_item( ‘activity’, ‘mentions’ );
    bp_core_remove_subnav_item( ‘activity’, ‘favorites’ );
    }
    add_action( ‘bp_actions’, ‘bp_remove_sub_tabs’ );

    On the theme editor? can you tel me how to do that ? i have never yet done that..
    I hope you can help me..
    Kind regard vd Hee


    vandehee
    Participant

    @vandehee

    Thank you verry much ! its succeeded.

    I have my own admin account in buddypress but if I want to advertise for all my members, how can I set that up? in my activity? but it dont show automatic in all activity from members..

    I hope you can help me

    Thank you
    Kind regards vdHee


    vandehee
    Participant

    @vandehee

    Hello thank you!

    Ok there is no option to turn off upload history from my users ? So I have to do this myself?

    And is it possible for me to upload advert in activty so that it can be seen in all my members activity? or should they accept me first as a friend?

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