BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Send posts to a specific editor (based on buddyboss group) #51606

    Hello Aaron,

    Thank you for the acknowledgement. I have checked the plugin and it seems this setting is not available right now. But you can achieve who can approve or reject code with the help of custom code. If you are happy in this way please let me know. I will share the code here.

    Also, if you want the code please let me know how are you defining group editors. is it the normal users with an editor role or something else?

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddyblog Pro – add/remove visibility option #51604

    Hello Tosin,

    1. Add Visibility Option
    Thank you for the suggestion. We will check for these visibility options. We will let you know here.

    2. Remove visibility Option
    Right now it is hard-coded and you can not remove it using some code. But Please wait till next weekend we will try to implement it into the plugin as it is a good feature to have as it allows the site admin to control post visibility options that will be available for the users.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Sometimes the google doc viewer doesn’t works #51603

    Hello,

    I’m sorry to hear that Your shortcode is not a known shortcode offered by WordPress or BuddyPress. It seems to be a third-party plugin or offered by some theme. If that is the case please let me know I will do my best on what we offer here on the forum.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Subgroups #51602

    Hello Rik,

    Please give it a try to the following plugin which helps maintain a group hierarchy. You can refer to the following plugin here:

    https://github.com/dcavins/hierarchical-groups-for-bp

    Regards
    Ravi

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

    Hello Michael,

    Thank you for posting. FYI, BuddyPress Anonymous Activity is not fully compatible with BuddyBoss. But, If you are looking to integrate this functionality with BuddyPress. I can share the code to achieve this.

    Regards
    Ravi

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

    Hello Tosin,

    Thank you for the details. I will try it at the weak end and update you accordingly.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] How to make URL SEO friendly? #51551

    Hello Lode,

    Thank you for posting. Please try the following settings:

    // First please disable the single post view on the profile. Check the following screenshot:
    http://tinyurl.com/ynl62y2q

    // Set site permalink like the following. Check the following screenshot:
    http://tinyurl.com/yv779ogj

    Let me know if it helps or not.

    Regards
    Ravi

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

    Hello Tosin,

    Disable the following code and then try:

    
    // Do not redirect users on user profile and activity directory pages. 
    function buddydev_skip_urls_on_loggedin_user_profile_and_activity_directory_page( $skip ) {
        if ( bp_is_my_profile() || bp_is_activity_directory() ) {
            $skip = true;
        }
        return $skip;
    }
    add_filter( 'bp_force_profile_completion_skip_check', 'buddydev_skip_urls_on_loggedin_user_profile_and_activity_directory_page' ); 
    
    

    Make sure to try with a new account.

    Regards
    Ravi

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

    Hello Tosin,

    Thank you for the details. I am assuming you only want to check profile completeness when the user is viewing their profile and in all other cases it will not check.

    Regards
    Ravi

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

    Hello Tosin,

    Sorry for the delayed reply. Please tell me more about your issue. I am not getting it properly.

    Regards
    Ravi