BuddyDev

Search

[Resolved] BUDDYPRESS REPORT BUTTON APPEARING TWICE

  • Participant
    Level: Initiated
    Posts: 6
    Deepa balu on #36692

    HELLO WHEN BUDDYPRESS MODERATION TOOLS IS ACTIVATED. REPORT BUTTON IS APPEARING TWICE IN THE ACTIVITY FEED. HOW DO I REMOVE IT?

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #36693

    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, 1 month ago by Ravi.
  • Participant
    Level: Initiated
    Posts: 6
    Deepa balu on #36695

    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, 1 month ago by Deepa balu.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #36698
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 6
    Deepa balu on #36699

    i am still developing it in the local host. please help

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #36701

    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
    Ravi

  • Participant
    Level: Initiated
    Posts: 6
    Deepa balu on #36702

    Yes i added it. but still report button is appearing twice in the activity feed

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #36715

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41338

    Hello,

    I have exactly the same problem with moderation tools plugin and buddyx theme.

    Deactivating the activities module makes the whole report button disappear on my website.

    Is there any solution to this problem?

    Regards,
    Patrizia

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #41340

    Hi 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.

This topic is: resolved