Replies
- Ravi on February 2, 2024 at 10:17 pm 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 - Ravi on February 2, 2024 at 9:47 pm 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 - Ravi on February 2, 2024 at 9:26 pm 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 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- Ravi on January 29, 2024 at 5:40 am in reply to: BP/BB Anonymous posting by role, profile type, or achievement? #51563
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 - Ravi on January 29, 2024 at 5:37 am in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51562
Hello Tosin,
Thank you for the details. I will try it at the weak end and update you accordingly.
Regards
Ravi 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/yv779ogjLet me know if it helps or not.
Regards
Ravi- Ravi on January 26, 2024 at 11:23 pm in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51549
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 - Ravi on January 25, 2024 at 9:50 pm in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51538
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 - Ravi on January 25, 2024 at 12:50 pm in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51533
Hello Tosin,
Sorry for the delayed reply. Please tell me more about your issue. I am not getting it properly.
Regards
Ravi