BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    I am sorry about this.

    When you enabled, WP_DEBUG, Please enable WP_DEBUG_LOG too and then check wp-content/debug.log to see if there is any fatal error there.

    It should capture the fatal error.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Stephanie,
    Thank you for reply and the details.
    I am sorry, all of the above are deprecation notice, I am not seeing any fatal error in that log. Is it probably an older log?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi,
    Hope you are doing well.

    I am sorry for the delay. Have released the update. Please upgrade to 2.1.3.

    If you select “Show Registration response” in the “After registration successful action”, It will keep showing the response unless a user closes it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Stephanie,
    I am sorry, I tried by installing after git cloning as well as zip on latest version of BuddyPress and I did not encounter any issue. I tested on PHP 8.1.2

    Can you please share the error log? I don’t see any reason for this plugin to trigger fatal.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi La,
    I am sorry for the delayed reply again.

    It is probably the theme if you are using a custom theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

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

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

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

    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