Replies
Hello Charles,
Thank you for using the plugin. Please use the ‘my-courses’ shortcode if offered by the plugin in the content area. Right now, there is no other solution to achieve this.
Dynamic-link always will be redirected if the URL is not handled by BuddyPress.
Regards
Ravi- Ravi on November 17, 2021 at 4:46 am in reply to: [Resolved] Add Private Message button to Profile Pages #41625
Hello Princy,
I have checked and it seems Metafans has lots of static methods call to the non-static methods which are throwing lots of fatal errors on my local server with PHP 8.0 so I am unable to debug this further. I have asked @sbrajesh to look at it.
Regards
Ravi - Ravi on November 16, 2021 at 12:18 pm in reply to: possibility with buddypress and your plugins #41614
Hello Emile,
Thank you for contacting us. Have you looked at the following plugin:
// It allows site admin to create any number of profile tabs for users.
https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/// It allows site admin to create any number of tabs for groups.
https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/Please check.
Regards
Ravi - Ravi on November 16, 2021 at 12:10 pm in reply to: Buddypress profile completion and leira-letter-avatar plugin #41611
Hello Tosin,
Thank you for the acknowledgement. If this is the case, please contact the plugin author he will assist you better on this issue.
Regards
Ravi- This reply was modified 3 years, 8 months ago by
Ravi.
- This reply was modified 3 years, 8 months ago by
- Ravi on November 16, 2021 at 12:04 pm in reply to: BuddyPress Profile Data Moderator Not working for Bios in profile #41610
Hello Findom,
I have checked on my local server with a new textarea field name ‘Bio’ under field group section ‘About’ and it is working fine for me. Please let me know the following things:
1. which field type for ‘Bio’ you are using?.
2. Are you working with BuddyBoss Platform or BuddyPress?.
3. Causing issue on registration or when the user tries to update his/her field.Regards
Ravi - Ravi on November 16, 2021 at 11:43 am in reply to: BuddyPress Profile Data Moderator Not working for Bios in profile #41609
Hello Findom,
Sorry for the inconvenience. We will check it and will update you soon.
Regards
Ravi Thank you for the acknowledgement. I am glad that I could help.
Regards
Ravi- Ravi on November 15, 2021 at 4:15 pm in reply to: Buddypress profile completion and leira-letter-avatar plugin #41601
Hello Tosin,
Please try after each filter one by one with liera avatar plugin active and check which code is conflicting. I think the very first filter caused the issue.
Regards
Ravi - Ravi on November 15, 2021 at 4:05 pm in reply to: [Resolved] Hide members count in buddypress groups #41600
Thank you for the acknowledgement. I am glad that I could help.
- Ravi on November 15, 2021 at 1:33 pm in reply to: [Resolved] Hide members count in buddypress groups #41598
Hello,
For groups directory you can use the following code:
add_filter( 'bp_get_group_member_count', '__return_empty_string' );
Regards
Ravi