BuddyDev

Search

[Resolved] Buddypress and Mediapress

  • Participant
    Level: Initiated
    Posts: 8
    Valle on #9150

    I have a problem, how can i hide the mediapress tab out of the Buddypress profile. Without to disable it in the Dashboard?

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #9151

    Hi Valle,
    Do you want to keep the BuddyPress profile Galleries? Or you want to disable the profile galleries too?

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Valle on #9155

    i want to disable the gallery only in the tap, i need the link of the php who i can make it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #9156

    In that case, css is your best bet.

    Please put this css in your stylesheet

    
    
    li#mediapress-personal-li {
    
    display:none;
    }
    
    

    That will do it.

    Hope that helps.

  • Participant
    Level: Initiated
    Posts: 8
    Valle on #9157

    thank you, sorry where can i find it?

  • Participant
    Level: Initiated
    Posts: 8
    Valle on #9158

    thank you it works

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #9159

    You are welcome!

The topic ‘ [Resolved] Buddypress and Mediapress’ is closed to new replies.

This topic is: resolved