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: 25356
    Brajesh Singh on in reply to: [Resolved] Force Profile Photo #29087

    Hi Granmeh,
    Thank you for confirming that it works.

    No, the above code will not work with BuddyPress profile completion.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: [Resolved] Activity Shortcode exclude group #29085

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi Shannon,
    We are using a normal filter and not doing anything special. If it is not working due to Media Library Assistant, please contact their support and show them the code from my post and let me know what they suggest.

    It seems they are most probably overriding the same filter.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Buddyblog fork questions : custom post type #29083

    Hi Bruno,
    I am sorry, this is beyond our support.

    We do plan to bring multiple post type to BuddyBlog in future. Since you have forked it, you are on your own to develop it further.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi,
    This is not doable with the plugin. BuddyPress does not support the concept of default values for profile data.

    If a user does not save a value for a field, BuddyPress will not consider that field to be associated with the user.

    technically this is doable by automatically saving the data on profile edit etc but neither BuddyPress nor the plugin offers it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    sure. Please use the following css

    
    
    #change-gallery-cover{
    
      display:none;
    }
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi Shannon,
    I am afraid that is not doable currently. We do not have a picker component that allows selecting media.

    It should not be difficult for a developer do it but it is not available in core. You may want to hire a developer to custom code it if needed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Upload Page – Limit tabs/user only #29052

    Hi Shannon,
    Thank you.

    A better solution will be to use MediaPress moderation plugin. Reason:- It can hold an image in moderation which is only visible to uploader/site admin and not others.

    1. Yes, its is possible to set different privacies for grousp/members/sitewide. i am not sure if we offer an UI for this but it is feasible with a little bit of code.

    2. Are you using shortcode for listing the gallery/media? For more control, You can override mediapress templates in your child theme. I can help point to the correct files.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi Torben,
    I will love to know the issue in more details and help you fix it.

    Is there any chance I can take a look at the site(is it being developed locally or is it accessible for me?).

    I do not think hiding via css is a good idea. We should fix and solve the issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356