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

    Hi Herve,
    Thank you.
    You can certainly adapt the code from this plugin

    https://buddydev.com/plugins/buddypress-limit-group-membership-per-user/

    to have it limit per member type/role.

    It will be a nice feature to have in our member types pro plugin. I will add it to our feature list.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi Herve,
    Thank you.

    Yes, it is easily doable. Please see the example at the bottom of the page for an example.
    Should I post a complete solution here?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi David,
    Welcome to BuddyDev.

    I am sorry but I don’t own any ios devices and won’t be able to help much.

    I have seen similar issue with wplms theme earlier but was a problem with the theme and was resolved on theme part.

    Can you please switch the theme for a minute and check(after clearing browser cache) that the issue is still happening?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: [Resolved] BuddyBlog + privacy #11489

    Thank you Richard.

    I am hoping that when BuddyBlog 2 comes, we can provide snippets in documentation to help with these tasks.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Thank you.
    It is not necessary to sponsor. It’s a good feature and we will love to have it in the plugin in future(8-16 weeks )

    Sponsoring will help us to prioritize it. Sponsoring 1 hour will be enough for the task.
    https://buddydev.com/hire-us/

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: ActivityPlus shortcode #11485

    Hi Brad,
    Is it about BuddyPress Activity shortcode? Activity plus is not our plugin so I am assuming it is about activity shortcode.
    in the shortcode, you can pass component parameter like this

    
    [activity-stream object="activity,profile,friends"]
    
    

    There is no way to exclude certain component, but you can include updates from one or more component using the object parameter.

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: [Resolved] Feature image upload #11482

    Hi Alex,
    Thank you.

    Either your theme or some plugin is removing thickbox from the front end and that is causing it. We are using WordPress media uploader for settings the featured image and the thickbox is required for the behaviour.

    Please try by changing theme/plugins and see if it works.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi Arik,
    Thank you for purchasing the support.

    The plugin does not support filtering activity by role or member type as it is not supported in default BuddyPress implementation.

    If you want to sponsor this feature, my team may be interested in looking further.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: BuddyPress Activity Shortcode #11479

    Hi Arik,
    Closing this in favour of https://buddydev.com/support/forums/topic/buddypress-activity-shortcode-user_role/

    Let us keep the discussion at one place.

    Thank you.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: [Resolved] BuddyBlog + privacy #11478

    Hi Richard,

    I am sorry but it needs to be handled on your own. WordPress posts are public by nature and we do not intend to modify any default behaviour. The goal of BuddyBlog is to allow create/edit and list. You can modify the listing using WP_Query.

    Here is what I will suggest.

    1. adding a meta field dropdown for privacy(User can select who can see)
    2. In the posts.php, using that to filter out the posts

    Hope that helps.
    Regards
    Brajesh