BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: Does mediapress/buddypress support S3 storage #53571

    Hi Midhun,
    Thank you for using MediaPress.

    I am sorry, there is no bug on our part that we can fix. The issue is most probably related to the hook that plugin is using to offload. We have mpp_ in the hooks instead of wp even though the media goes to the same media library. You will need the authors of offload media to add support for mediapress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: BP Deactivate Account – Bugs #53559
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25176

    Hi Kira,
    Thank you.
    I am glad it is working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176

    Hi Stephanie,
    Thank you.
    I am looking forward to your feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: Anonymous plugin – rtMedia issue #53551

    Hi Katrine ,
    Thank you for the test. You are right about the issue. I will be writing back to you tomorrow with an update(Need to check feasibility for this case, if feasible will have the updated plugin tomorrow again).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: Limit activity in groups to admin/mods only #53550

    Hi Katrine,
    Thank you for sharing.
    I am glad you managed to find the solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176

    Hi Carsten,
    I haven’t used the Dynamic Directory plugin, so I am not sure of the expectation.

    Since BuddyPress caches individual objects, there will still be queries for the members list. It won’t query for fetching data of individual members.
    It is very different from page caching behaviour. The goal of BuddyPress is to improve performance but not to avoid all the queries completely.
    What you are expecting is page caching which is not supported by BuddyPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: BP Deactivate Account – Bugs #53548

    Hi Katrine,
    Thank you for posting it again.

    1. As I explained previously, BuddyPress Global Search is not maintained and It has been taken down from WordPress.org due to security issues. Please avoid using it.
    https://wordpress.org/plugins/buddypress-global-search/

    It is no longer available, so we are unable to test the issue you are referring to.

    2. That is expected behaviour. this plugin doe snot deal with the forums part. I am not sure if we can make it work efficiently. I will be updating you on this in next 24 hours.

    3. Plea provide a copy of your theme. I lack access to Cera. It seems it is theme specific issue(mis placed hook in the theme).

    4. Thank you. On deactivation we only limit the deactivated users, not the other users. We can hide the single profile if you need it. I will add an option in the update to allow hiding user profile.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176

    Hi,
    I am glad you were able to resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25176
    Brajesh Singh on in reply to: BuddyBlog – customizing blog display #53546

    Hi Steve,
    Thank you for the replies.
    It’s good to know that the template override is working.

    1. Excerpt will not show any formatting. You can edit and use the_content() to show the full content instead.

    2. To show to custom field, you will need to copy the shortcode(There is a copy button near the custom field) and put it in one of the display box(single post/archive).

    Please try that and let me know if it works or not?

    Regards
    Brajesh