Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: Buddyblog pagination issues #9188

    Hi Nitin, Mamin2,
    I am sorry but I am a little bit confused here.

    I see the issue of pagination links(incorrect links) on Nitin’s site. When I test it locally, The links are pointing correctly. I will be pushing an update today and just to see if we all have same version.

    I will message you back after the update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    Hi Eva,
    Thank you for purchasing the plugin. I am pushing an update within an hour with the change.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    Hi Gregg,
    I am sorry I missed it too.

    I will provide an update today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Group list media #9185

    Hi Francoise,
    Welcome back 🙂

    The code should be like this

    
    
    <?php echo do_shortcode("[mpp-list-media component='groups' component_id='" . bp_get_current_group_id() ."']"); ?>
    
    

    Please try that and let me know if that works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    Hi Alex,
    Welcome to BuddyDev.

    Thank you for posting it.

    For now, Please Visit Dashboard->Users and locate the user
    Under the user, you will see the action links like “view”, “edit”, etc. Please click on View. That will take you to their front end profile.
    Once there, Please visit settings->profile Privacy and update it.

    I am sorry that you will have to follow the two step process, we are noting it and will have all the options available in Admin user edit page within our next 2 releases.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    Hi Valley,
    You will need to create these fields in the Xprofile field first.
    Please visit Dashboard->Users->Profile Fields and make sure you have these fields created.

    Also, if you are planning to display the user’s account email address, I am not sure if there exists a plugin for that.

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    Hi Valle,
    I am sorry but I am unable to understand your question.

    Can you please provide more details?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] HTML in media descriptions #9163

    Thank you.
    It’s our mistake. While sanitizing data, we made this mistake. I will fix it today and push an update by tomorrow on wp.org.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Buddypress and Mediapress #9159

    You are welcome!

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Buddypress and Mediapress #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.