BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Scope="following and load_more=1 don't work together #14928

    Thank you for testing.

    I checked again and I see that you have 4 instances of the shortcode.

    can you please create a normal page without Visual Composer and test with only one shortcode.

    Thank you
    Ravi

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

    Hi NikB,

    Please add the following code to your bp-custom.php

    
    /**
     * Disable BuddyPress activity delete by the user.
     *
     * @param bool $can_delete flag.
     * @param BP_Activity_Activity $activity Activity object.
     *
     * @return bool
     */
    function buddydev_disable_activity_delete( $can_delete, $activity ) {
    	if ( ! is_super_admin() ) {
    		$can_delete = false;
    	}
    
    	return $can_delete;
    }
    
    add_filter( 'bp_activity_user_can_delete', 'buddydev_disable_activity_delete', 10, 2 );
    
    

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Scope="following and load_more=1 don't work together #14924

    Hello Henrique,
    Please try disabling RT Media for testing and let me know if that works?

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Hidden Profile Shows when Ordered by Alphabetical #14922

    Hello Charles,

    Sorry for the inconvenience. Can you please share the screenshot of your admin settings. If you allowed override by user. Please share that as well so that I can reflect those settings into my settings on local server and can assists you.

    You can use following website to share screenshots.
    https://snag.gy/

    Thank you
    Ravi

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

    Hello Henrique,

    Please use the following shortcodes to generate “all members”, ‘groups’, ‘favorites’ tab content.

    All Members

    [activity-stream load_more=1 allow_posting=1 per_page=10]

    Favorite

    [activity-stream load_more=1 allow_posting=1 per_page=10 scope=favorites ]

    Groups

    [activity-stream load_more=1 allow_posting=1 per_page=10 scope=groups]

    Thank you
    Ravi

    • This reply was modified 7 years ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Scope="following and load_more=1 don't work together #14913

    Hello Henrique,

    Thank you for posting. I have tested this shortcode on my local development server and it’s working for me i.e. load_more is working well. Can you please point me to your site with some demo account sothat I can check there.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Remove Buddy Press "Settings" from top right #14907

    Thank you for clarifying.

    Please open the profile tab settings for the “settings panel”

    At the bottom of the first section, you will see “Adminbar Item ID”. It is used to remove the items from adminbar.

    Please put the following into it.

    
    
    my-account-settings
    

    That will remove it.

    Hope this helps.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Remove Buddy Press "Settings" from top right #14905

    Hello Brandi

    Thank you for posting. Do you want to remove ‘Settings’ menu from the admin bar?.

    Thank You
    Ravi

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

    Hello Ivanildo,

    Thank you for the acknowledgement.

    Thank You
    Ravi

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

    Hello Ivanildo,

    I have reflect these settings into mine and check. It is working. There are chances that emails are going into span folder. If not found please try with other user test email address and let me know if you found anything.

    Thank You
    Ravi