Replies
- Ravi on February 16, 2021 at 6:30 am in reply to: BuddyPress Xprofile Custom Fields not showing up in BuddyBoss Profile Search #36241
Hello Brandon,
I have checked and yes it is seems to be a compatibility issue with BuddyBoss profile search module. We will look into the issue and let you know.
Regards
Ravi - Ravi on February 16, 2021 at 5:48 am in reply to: Ajax registration plug-in: how to change existing registration and login buttons #36240
Hello Kevin,
Thank you for using the plugin. Please take a look on following resource
https://buddydev.com/docs/buddypress-ajax-registration/buddypress-registration-modal-settings/
Look at link selector setting similiar for login button.
Please do let me know if it helps or not.
Regards
Ravi - Ravi on February 12, 2021 at 6:26 am in reply to: How can I display custom post type in buddypress activity #36180
Hello Hugo,
Thank you for asking. Try the following code for CPT
add_filter( 'bp_blogs_record_post_post_types', function ( $post_types ) { // Replace movie with your post type. $post_type = get_post_type_object( 'movie' ); if ( ! $post_type || ! $post_type->public || in_array( 'movie', $post_types ) ) { return $post_types; } $post_types[] = 'movie'; return $post_types; } );
Please do let me know if it works or not.
Regards
Ravi Hello Hugo,
Please check the following functions
// If you want to show link for displayed user bp_displayed_user_domain()
other
// For logged user bp_loggedin_user_domain() //Specfic user bp_core_get_user_domain($user_id)
Please let me know if it helps or not.
Regards
Ravi- Ravi on February 12, 2021 at 6:04 am in reply to: [Resolved] Buddypress Activity Integration doesn't work #36178
Hello Kateryna,
Thank you for the acknowledgement. I will look for the solution and will let you know soon.
Regards
Ravi Hello Mike,
Thank you for posting. Please provide me the complete code you are using so that I could help. Above mentioned function will give current user all galleries path.
Regards
Ravi- Ravi on February 10, 2021 at 4:50 pm in reply to: BuddyPress Profile Visibility Manager – User Timeline Privacy #36167
Hello Daniel,
Thank you for posting. Please make me more clear on your requirment.
Are you looking for a timeline post approval system? For example If a friend post on his friend timeline. Then this needs friend’s apporval before getting published/shown on his TimeLine.
Regards
Ravi - Ravi on February 10, 2021 at 4:44 pm in reply to: Buddyboss Groups tab Creator Pro Plugin not working #36166
Hello,
Sorry for the inconvenience. With BuddyBoss App what are you refering to means BuddyBoss Mobile app or BuddyBoss Plateform. Please make me more clear on this so that I can help you.
Regards
Ravi Hello Daniel,
Thank you for the detailed acknowledgement. As per your screenshot I am assuming you are using BuddyBoss theme with BuddyBoss Plateform.
Point 2: It is working for me. Please take a look at following url: https://tinyurl.com/yxj6dwuw
Point 3: Regarding point 3 with BuddyBoss plateform you do not need moderation tools plugin as it is core part of BuddyBoss Plateform plugin.
If you need further assistance please let me know.
Regards
Ravi- Ravi on February 10, 2021 at 6:05 am in reply to: [Resolved] Extended User Groups – Filter by Group Type #36160
Hello Kevin,
Thank you for the acknowledgement. I am glad that I could help.
Regards
Ravi