BuddyDev

Search

Brajesh – I forgot one question!

  • Participant
    Level: Initiated
    Posts: 10
    Cindy Kimball on #25373

    Hi Brajesh,

    Yesterday you graciously offered me help to remove the My Friends and My Groups tabs on the /activity page for the Facebook Like Activity plugin. Could you please let me know how to do that?

    Thanks so much!

    Cindy

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25374

    Hi Cindy,
    Thank you for the question.

    Please visit Dashboard->Appearance->Customize and under additional css, Please put this

    
    .activity-type-tabs li:not(#activity-all) {
    	display:none;
    }
    
    

    That should do it.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Cindy Kimball on #25379

    Thanks so much Brajesh! I just added that code but the My Friends, My Groups and My Favorites tabs are still showing.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25381

    Hi Cindy,
    Is there any kind of caching enabled? Also, which template pack are you using. Please let me know and I will update.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Cindy Kimball on #25382

    Hi Brajesh,

    I cleared cache after making the change but haven’t done anything special to the site relative to cache. I am using Buddy Nouveau…is that the one you’re asking about?

    Thanks!

    Cindy

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25383

    Hi Cindy,
    Thank you,.
    The code I had shared was for BP Legacy.

    Here is the css that you can use with Nouveau

    
    .dir-navs .activity-nav li:not(#activity-all) {
    	display:none;
    }
    
    

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Cindy Kimball on #25387

    I truly appreciate all of your help, Brajesh, and love your plugin!

    Thanks,

    Cindy

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25396

    Thank you Cindy. Appreciate the kind words.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved