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: 25396

    Hi Trolinfo,

    BuddyBlog is going through a lot of change at the moment. We are including a form builder with it to allow add any attributes. Also, It will work with/Without BuddyPress in future.

    In the mean time, I will try to push the one change you had asked me on simple front end post. Please allow me till tomorrow(I am trying it today though) for the change.

  • Keymaster
    (BuddyDev Team)
    Posts: 25396
    Brajesh Singh on in reply to: [Resolved] Hide filename #16138

    Hi Oscar, you may use

    
    .mpp-media-title{
     display:none;
    }
    
    

    To hide from everywhere. It may have some side effects though.

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Hi Saumya,
    You can achieve the above by localization.

    If you are familiar with BuddyPress Poedit, you can use it tot translate otherwise, you may use Loco translate or any other plugin that allows it.

    The string is most probably coming from the theme or (it may come from their blogging plugin if you are using it).

    Try translating, It will work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25396
    Brajesh Singh on in reply to: [Resolved] Extension .mpp is not allowed #16131

    Please use
    https://snag.gy/
    or
    https://prnt.sc/

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Hi Andrew,
    At the moment, MediaPress uses Taxonomy( mpp-status) to store the privacy and privacy is stored as terms underscored with their actual value. E.g private is a term with slug _private and so on.

    Please look into wp_terms_taxonomy for mpp-status and you will find the term_taxonomy_id for the terms here.

    We need this to update the wp_term_relationships relation table. In this table, WordPress keeps object(say post type instance) to terms association. The object id is post id.

    It is way much easier to do it in php using either WordPress API or MediaPress API.

    Please look into it and let me know if you need any assistance from me.

    Regards
    BRajesh

    PS:- Got your email too. Let us keep the conversation here for now.

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Hi David,
    Are you using some plugin for enforcing visibility? I checked for custom profile fields as well as normal and it worked for me.

    Also, make sure you are not visiting user’s profile as site admin. The restrictions won’t apply when viewed from admin account.

    If it is still happening, try disabling plugins or changing theme and rechecking it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Hi Buko,
    I haven’t been able to test it yet. It is a strange behaviour and it seems the widget is unable to determine bp_displayed_user_id() or bp_is_user() content. Will be checking today and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25396
    Brajesh Singh on in reply to: [Resolved] Mediapress deprecated notice #16126

    Hi George,
    Thank you.
    I have fixed it and replaced with closure.

    https://github.com/buddydev/mediapress/commit/f5e5a26c84f8fa554513fe66b9807a8810446956

    It will be available in our Sunday’s release.

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Thank you David.
    I am looking forward to your future feedback.

    Thank you for the gesture but please do not feel obligated for that. If you need some of the plugin and you use BuddyDev, I will be happy.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25396

    Thank you. I will have an update today for you.