HELLO WHEN BUDDYPRESS MODERATION TOOLS IS ACTIVATED. REPORT BUTTON IS APPEARING TWICE IN THE ACTIVITY FEED. HOW DO I REMOVE IT?
Hello Deepa,
Sorry for the inconvenience. Please do let me know are you using BuddyBoss theme with BuddyBoss Platform. One more thing, It is Member’s, Group’s or activity directory activity feed you are referring to.
Regards
- This reply was modified 3 years, 8 months ago by Ravi.
i am using buddypress theme beehive. in the activity feed its appearing twice.
using inspect this is showing up.
Code:
<span class=”bp-screen-reader-text”>Report</span>
<span class=”bpmts-moderation-label”>Report</span>- This reply was modified 3 years, 8 months ago by Deepa balu.
i am still developing it in the local host. please help
Hello Deepa,
You have to support Nouveau template through your theme “functions.php”. Please try using the following code.
if ( ! function_exists( 'bdev_buddypress_nouveau_support' ) ) { function bdev_buddypress_nouveau_support() { add_theme_support( 'buddypress-use-nouveau' ); } add_action( 'after_setup_theme', 'bdev_buddypress_nouveau_support' ); }
Please let me know if it works or not.
Regards
RaviYes i added it. but still report button is appearing twice in the activity feed
Hi Deepa,
Thank you for using the plugin and sharing the details.The code
<span class=”bp-screen-reader-text”>Report</span>
is not from our plugin. Are you using any 3rd party plugin for the same or does you theme provide this? Please try disabling the “Activity” module in the Moderation Tools plugin and let me know if both the button goes away or just one?
Thank you
BrajeshHi Patrizia,
Thank you for reporting. I will check it with BuddyX theme and get back to you within next 2 working days.Regards
Brajesh
The topic ‘ [Resolved] BUDDYPRESS REPORT BUTTON APPEARING TWICE’ is closed to new replies.