BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddypress moderation button shortcode #38926

    Hello Tosin,

    Try the following code. It will add button with post title.

    
    
    /**
     * Add report button with title
     *
     * @param string $title Post Title.
     *
     * @return string
     */
    function buddydev_add_report_button( $title ) {
    
    	if ( ! function_exists( 'bpmts_user_can_report' ) ) {
    		return $title;
    	}
    
    	$post_type = 'post';
    
    	if ( get_post_type() === $post_type && bpmts_user_can_report() ) {
    		$title .= bpmts_get_report_button(
    			array(
    				'item_id'    => get_the_ID(),
    				'item_type'  => $post_type,
    				'context'    => $post_type,
    				'context_id' => get_the_ID(),
    			)
    		);
    	}
    
    	return $title;
    }
    add_filter( 'the_title', 'buddydev_add_report_button' );
    
    

    Please do let me know if you need any assistance with this code.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Facebook like activity stream not working #38925

    Hello Aces,

    Sorry for the delayed reply. Can you please test it after temporarily deactivating all other plugins and switching to the default WordPress theme. It will help in debugging further. Please do let me know if the issue still persists or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38873

    Thank you for the acknowledgment. I am glad that I could help you.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38866

    Hello

    Yes, it is a lightweight plugin If you do not want to install this plugin. Go to your BuddyDev account under membership > plugins you can download it from there.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38864

    Hello,

    Please install and configure the following plugin. It enables you to upgrade our plugins from the plugins page.

    https://buddydev.com/plugins/buddydev-dashboard/

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38842

    Hello

    I have updated the plugin and set the default email preferences to ‘yes’ If not saved by the user. Please upgrade your plugin to the latest version and give it a shot.

    Please do let me know if it works or not

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38841

    Hello,

    I am looking into it and will update you soon.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] cant see testimonial tab on user profile #38813

    Hello

    I have tested with the Hebrew language as well and it is working fine. Please check the following link:

    Admin screen: https://tinyurl.com/ydlvgbt3
    Front End Screen: https://tinyurl.com/yhdnwumj

    Please provide me your staging site admin crendentials temporarily so that I can check.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Matthew,

    Sorry for the inconvenience. Please do let me know are you using BuddyPress or BuddyBoss Platform.
    Also, share your complete tab configuration you are facing the issue with to help you.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Hide any external link from guest. #38782

    Hello,

    Thank you for the acknowledgment. I am glad that I could help.

    Regards
    Ravi