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

    Hi Lee,
    It is a difficult one due to complexities involved. I am still looking at it and yes, you are right, the Activity plus completely overwrites any posting functionality.

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Suspend BuddyPress Users #4401

    Hi Dandy,
    Thank you for posting.

    1. There is no plugin/code for suspending a user
    2. Suspending and marking spams are different things. If we mark spam, we will looose all user data.

    Now, if you can help me understand what features we need to restrict, I may be able to write one.

    So, what happens when a user is suspended?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: BuddyBlog – custom fields #4400

    Hi SN,
    Please rename the generated “mo” file to buddyblog-en_US.mo That should do it. I am assuming your locale is en_US. If not, Please replace the en_US with your own locale.

    Please do let me know if it works for you or not?

    Thanks you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: File upload error #4399

    Hi Eric,
    I am sorry for the inconvenience and the delayed reply.

    Please visit Dashboard->mediaPress->settings and see if extensions are there or are the extensions field empty?
    Please see this, it should have extensions like shown here
    https://buddydev.com/mediapress/topics/getting-started/settings-options/general-settings/#type

    Please let me know if it is there?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: [Resolved] Remove Groups Options #4398

    Hi Javier,
    I am sorry for the delayed reply.

    1. The privacy options are hardcoded into the template file and only way to do it will be to override the create/manage group templates.

    If your theme is supplying it, please modify it in your child theme.
    If it is not in your theme you can copy it from

    1. plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php to yourtheme/buddypress/groups/create.php and

    2. plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php to yourtheme/buddypress/groups/single/admin.php

    You can put the conditions using is_super_admin()

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Loop parameters #4397

    Hi Andy,
    Thank you for posting.

    The problem here is that the followers plugi does not store the number of following/followers in the user meta. If it did, we an use the similar code by just modifying

    ‘bp_after_has_activity_parse_args’ to ‘bp_after_has_members_parse_args’ and instead of using the favorite_count we could use the foolower/foilloing count.

    So, The first step towards achieveing your goal will be to store the count in usermeta whenever a follow/unfollow action takes place.

    Will you be able to handle that yourself or should I look in the plugin and assits you?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: MediaPress @ mentions #4396

    Thank you Christian.

    Isn’t that expected behavior? the comments are pointing to parent activity, that will be media?

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Report Image button or process #4392

    Hi Simon,
    Thank you for asking.

    We are working on a media moderation module(It is in the initial phase and we will need 3-4 weeks to complete it and make available).

    It will allow site admins to moderate all kind of media including the images.

    I am sorry that it is not available at the moment.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: MediaPress @ mentions #4391

    Hi Christian,
    Is it happening for all mentions or the media activity comment mentions only?

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Mediapress uploads the wrong way #4390

    Hi Christian,
    Your site had custom changes in MediaPress and when you upgraded MediaPress, Those changes got lost and that’s why It is happening. I have asked Ravi to do the modifications in bp-custom.php to avoid this issue in future.


    @ravisharma
    will be assisting you.

    Thank you
    brajesh