BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #19060

    Thanks guys. This worked.
    -Panos

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #19046

    Hi Ravi,

    Versions are:
    MediaPress: 1.4.3
    MediaPress Set Profile Photo: 1.0.0

    Thanks

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #18961

    Hi Brajesh,
    I’m still getting this error. Any ideas?
    Thanks

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14797

    That worked like a charm! Perfect solution.
    Thank you Brajesh.
    -Panos

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14795

    This worked. Thank you Brajesh!
    The code I used (I decided to remove it even when viewing one’s own profile):

    //Remove Gallery tab 
    function remove_gallery_tab() {
        if ( !is_super_admin()) {
    	echo '<style>li#gallery-my-gallery-personal-li {Display: none;} </style>';        
    	}
    }
    add_action( 'wp_head', 'remove_gallery_tab');
  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14791

    Brajesh,

    I didn’t want to create another post since this is the same subject but let me know if I should. Not a big deal but it would be great if it could be done. My question is, can I hook the auto-create Gallery function to the BP Autologin on Activation plugin? That way it just runs once and that’s that.

    Thanks for all you do!
    -Panos

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14774

    I see what you mean. Got it. Thanks!

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14773

    Sounds good. Thanks Brajesh.

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14760

    I’m getting the same error. Did you guys figure this out?
    Thank you.

  • Participant
    Level: Initiated
    Posts: 12
    Panos on #14757

    Hi Brajesh,

    Thanks for the reply. So yes, if I hook it up to ‘mpp_actions’ it works fine and you’re right, I’m doing it to optimize database query. I didn’t quite get the part where I store the id in user meta though. Which id? Do you have example code?

    Thanks again for your help. It’s getting there!
    -Panos