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
    Brajesh Singh on in reply to: Image not displaying in Group Post #23636

    Hi David,
    Thank you.

    If possible, Please do share the content of activity/entry.php. It may give some idea(if the hook is missing or they are generating it differently) and I can assist quickly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Please upgrade to 2.0.5
    https://buddydev.com/plugins/bp-ajax-registration/

    That will resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Thank you for the question.

    At the moment, I am not aware of any plugin that support this behaviour(assuming you are referring to BuddyPress Follow).

    I can certainly be achieved but it will need custom coding/development.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Image not displaying in Group Post #23632

    Hi David,
    Thank you for sharing the details.

    1. Please network disable MediaPress
    2. Please Activate MediaPress on your main site of the network(or if you are using BuddyPress on a secondary site, then there)

    3. Please try to upload some media from activity and let me know if it works?

    The different between RT Media and us in handling activity upload is that we dynamically attach generated content when activity is fetched/displayed. That allows us greater control over the listing and future changes. They inject the html in the actual content in activity content.

    We use the action ‘bp_activity_entry_content’ to attach our generated media list. It is available in most of the themes(if they override BuddyPress activity entry template) or if you are using default bp-legacy/nouveau, It is present in buddypress/activity/entry.php

    Can you please tell me if your theme or framework comes with Support with BuddyPress. If it does, Please ask the theme developers from where activity entry is loaded. That will give me the idea.
    X is very popular theme and I will be glad to add the compatibility even if it needs to be done in some other way.

    You may also check in your theme/child theme if you have a “buddyoress/activity” directory and if entry.php is present there.

    Please let me know and I will assist.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi David,
    yes, I was referring to the private reply like you posted above(but on your own topic).

    I will be replying to your new topic now.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: two notifications when a user comments on post #23630

    Hi,
    Thank you for the topic.

    It seems like a bug. We will test and get back to you b tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Ralph ,
    Welcome to BuddyDev.

    Please allow us to test it and assist you by early tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi JG,
    Thank you.
    Ravi will assist you early tomorrow.

    I can answer the other question though. There are 2 aspects.

    1. Will bp_account_deactivator() be available in functions.php? Yes, It is. It is available after plugins_loaded hook, so no worries.

    2. What happens if the plugin gets deactivated, will it cause fatal error? No, we are using function_exists( ‘bp_account_deactivator’ ). That makes sure the function is available before it is called.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Thank you for the question.

    At the moment, if you are using BuddyPress Xprofile custom field types, we only support Multi Select Box.

    For Checkbox, we will need to update the plugin. I will push an update in 2 weeks.

    Thank you
    Brajesh