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

    Hi Noha,
    Thank you for the patience.
    I have pushed the updated today. Please check.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Profile Tabs Feedback and Assistance #24979

    Hi Mike,
    Thank you for using the plugin and you suggestions.

    1. I will add a back link at bottom to make it easy.
    2. Since we are using the post type internally for tabs, the listing screen follows default WordPress way(same way you visit your Dashboard->Posts screen). For now, I am unable to enhance the list filtering experience(can be done in future though).

    3. For the blogs, I will check and get back to you. It could be a bug. I will get back at the end of the day(PST) with a solution.

    4. For member type, I will reply on your topic regarding use of member types.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Terry,
    Thank you for sharing the details.

    1st you will need to import the images as WordPress media. Once you have done it, you can use

    
    mpp_update_media_cover_id($media_id, $cover_media_id);
    

    to set the cover for $media_id.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Member Types – Alphabetical Order #24976

    Hi Mike,
    Thank you for the topic.

    I have got the exact same request from another member. I will be putting some solution inside the plugin in a day to two.

    For “None”, I will post back in the other topic.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi John,
    Since checkbox represents Yes/no, we used it.

    Your implementation is correct too as you have moved from checkbox to radio. Thank you for sharing.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Badge images css #24974

    Hi Mike,
    Thank you.

    We are pushing an update this week for sure.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Additional custom tabs on group page #24973

    Hi Slaven,

    Thank you for the question.

    You will need to modify that code to make it work(adapt it as per your need).

    We do have a paid plugin that allows adding tabs without writing code
    https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Custom avatar for gender #24972

    Hi Slaven,
    Thank you for opening the topic.
    Please do the following

    1. Change

    
    $field_id_or_name = "field_19";
    
    

    to

    
    
    $field_id_or_name = 19;
    

    I am assuming that 19 is your field id.

    Does that make it work?

    If not, please visit Dashboard->Users->Profile Field and edit the field.
    Please make sure to disable “Autolinking” form the right side and save. Now, check again and let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Richard,
    I am sorry to hear that you are unable to use it. I will be working on MediaPress after 5th September.

    I have been holding most of the critical changes due to the issue of migration of old data. The first priority is to get a basic migrator running and then we can go ahead with comments update and even structural changes to our gallery/media storage(introducing custom table for fast access).

    I will keep updated.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you Mike.
    Glad that it is resolved.

    It’s a great suggestion to assist user with better feedback. Will have it in the next update.

    Regards
    Brajesh