BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi Josh,
    Thank you for the reply.

    It is definitely a plugin bug. Not cleaning notifications on user delete is related to how that plugin uses notification and not related to BuddyPress. BuddyPress has no idea what is in secondary_item_id.

    You will need to use delete_user or deleted_user hook.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884
    Brajesh Singh on in reply to: How to insert JS code just to the user profile #55238

    Hi Josh,
    You can use bp_is_user() to check if you are on user profile page . Also, the recommended hook to inject js would be wp_enqueue_scripts or bp_enqueue_scripts.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi Joseph,
    Thank you for using the plugin.

    The path is correct and the file that needs override is friends-suggestions-buddyboss.php. Please allow me 24 hours to check it against t BuddyBoss and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi,
    I am sorry, It is related to BuddyBoss. You need to contact them for the solution.

    Please contact them via “get Product Support” link on this page

    https://www.buddyboss.com/contact/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi La,
    BuddyPress message does not have the rich text editing feature. My I suggest you to look into BP Better Messages plugin. It might have better features(though I have not checked their recent version).

    It is certainly doable to attach the Tinymce to message/reply box, filter on kses to allow saving/displaying the rich text but it is a time taking effort and all my current time is focused on a high priority project. I am sorry for my inability to assit you with it.

    Please Take a look at BP Better Message to see if that might help you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi La,
    Thank you for the reply.
    1. No, Our plugin has nothing to do with it.
    2. The issue you are facing is staring the reply/message and most probably the theme/template pack is not supporting it properly. The starred message seems to be working fine on my test.

    Are you using any custom theme?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24884
    Brajesh Singh on in reply to: Buddypress Invite Email UGLY #55221

    Hi,
    I am sorry, In that case you can override BuddyPress’s email template to your liking by editing a copy in your child theme. I don’t see any ready made solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884
    Brajesh Singh on in reply to: Can we remove featured members automatically? #55220

    Hi Stephanie,
    Thank you.
    That’s the problem. If you did not install it as plugin, the activation routine that registered cron will not be triggered. It must be installed as a plugin and activated for the cron job to be registered/running.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24884

    Hi Stephanie,
    I had a look. I am not sure I understand the issue from it. I will check it on local with your config from previous post to see the issue.

    Please expect an update by Wednesday.

    Regards
    Brajesh