Replies
Hello,
Thank you for the suggestion. Buddydev already has a plugin to list plugins from BuddyDev which enables users automatic upgrade for all of BuddyDev plugins & themes. Please check the following URL
https://buddydev.com/plugins/buddydev-dashboard/But we think settings should define their own way i.e global should be placed under Settings menu and BuddyPress settings should be there under the BuddyPress settings tab.
Regards
RaviHello Mohammed,
I have created a ticket on BuddyPress Trac. You can check the following ticket URL:
https://buddypress.trac.wordpress.org/ticket/7635Thanks
RaviHello Mohammed,
Thank you for posting here.
I looked at this and there was a redirect issue. When We fix the redirect issue and set some other tab as default for activity, the activity directory stops working.
There is a bug in the BuddyPress core and we will be opening a ticket for the same.
I or @sbrajesh will link you to the ticket.Thank You
Ravi- Ravi on November 26, 2017 at 7:46 am in reply to: [Resolved] Display total number groups of the logged in user #11870
Hello Mwale,
Thank you for this acknowledgement. I am glad that I could help.
Regards
Ravi - Ravi on November 25, 2017 at 9:09 pm in reply to: [Resolved] Display total number groups of the logged in user #11866
Hello Mwale,
Thanks for posting here. Use the following code to print the total number of groups current user is a member of or you can say the user has joined.
function buddydev_print_user_total_groups() { if ( ! is_user_logged_in() ) { return ''; } $groups = groups_get_groups( array( 'user_id' => get_current_user_id(), ) ); if ( empty( $groups ) ) { return ''; } ob_start(); echo 'Total Joined Groups: ' . $groups['total']; return ob_get_clean(); } add_shortcode( 'buddydev_user_total_groups', 'buddydev_print_user_total_groups' );
Put this code into your ‘bp-custom.php’ file and use shortcode [buddydev_user_total_groups]
Thanks
Ravi - Ravi on November 16, 2017 at 11:08 pm in reply to: [Resolved] BuddyPress Xprofile Member Type Field not showing on registration page #11744
Hi Danielle,
Thank you for testing it. I am glad it worked.
The change I made was to allow this field for everyone form the field settings(right side meta box).Marking it as resolved.
Regards
Ravi - Ravi on November 16, 2017 at 10:25 pm in reply to: [Resolved] BuddyPress Xprofile Member Type Field not showing on registration page #11732
Hello,
Thank you for sharing the details. I have made a small change on the member type field settings. I think it should work. How do i check the registration page?
Regards
Ravi - Ravi on November 16, 2017 at 5:36 pm in reply to: [Resolved] Cannot open MediaPress settings after installing MediaPress Media Rating #11729
Hello Thenrl,
Great, Thanks for the acknowledgement. I am glad that I could help.
Thank You
Ravi - Ravi on November 16, 2017 at 2:53 pm in reply to: [Resolved] BuddyPress Xprofile Member Type Field not showing on registration page #11718This reply has been marked as private.
- Ravi on November 16, 2017 at 2:48 pm in reply to: [Resolved] Cannot open MediaPress settings after installing MediaPress Media Rating #11717
Hello Thenrl,
I have updated the plugin. Please download the latest version of plugin and let me know if it works or not. Check the following url
https://buddydev.com/plugins/mpp-media-rating/
Thank Yu
Ravi