Home Forums BP Better Messages Duplicate private message entry

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12233
    Biker
    Participant

    Hi there,
    after installing the plugin I got a double entry in my Asgaros forum.

    The site is in German.
    Private Nachricht means English translated into English Private Message.

    And that is now double in there.

    I would like to have only the original (in red) with the letter icon.

    The one in blue was added by “BP Better Messages”.

    Profile
    How can I do that?

    I use BuddyPress, the Asgaros Forum and “BP Better Messages”.

    Thanks and best regards

    Reiner

    #12235
    Support
    Keymaster

    Hi there!

    You can use this PHP snippet.

    add_action('init', function(){
    remove_action('asgarosforum_after_post_author', array( BP_Better_Messages_Hooks(), 'asragaros_thread_view'), 10, 2);
    });
    #12241
    Biker
    Participant

    Hi Andrij,

    Thank you for your help

    Where does that go in?

    in the function.php?

    Many greetings

    Reiner

    #12242
    Support
    Keymaster

    yes, functions.php works

    #12244
    Biker
    Participant

    After pasting it at the end of function.php, I get a critical error on the page.

    #12246
    Biker
    Participant

    Thank you for your help

    came up with it myself. 😉

    remove_action('asgarosforum_after_post_author', array( BP_Better_Messages_Hooks(), 'asragaros_thread_view'), 10, 2);

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.