- This topic has 5 replies, 2 voices, and was last updated 2 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › BP Better Messages › Duplicate private message entry
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”.
How can I do that?
I use BuddyPress, the Asgaros Forum and “BP Better Messages”.
Thanks and best regards
Reiner
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);
});
Hi Andrij,
Thank you for your help
Where does that go in?
in the function.php?
Many greetings
Reiner
yes, functions.php works
After pasting it at the end of function.php, I get a critical error on the page.
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);