Replies
- Brajesh Singh on June 10, 2021 at 6:34 pm in reply to: Customizing the BuddyBlog Pro Post URLs #39068
Hi Nick,
Thank you for the question.I am sorry, we had this in the free version(there was a filter to enable this) but was dropped in pro for easier management. Please allow me 2-4 weeks, I will bring it back to the pro and will provide an option to enable it. We are unable to expedite as we are in the midst of a major update related to editor and shortcodes(can be used without BuddyPress/BuddyBoss).
Regards
Brajesh - Brajesh Singh on June 10, 2021 at 10:21 am in reply to: [Resolved] Delete options in Activity Plus Reloaded for BuddyPress #39066
Hi Anders,
The update is available from our WordPress repo. Please check.Regards
Brajesh - Brajesh Singh on June 10, 2021 at 10:20 am in reply to: [Resolved] I keep getting a message to update BuddyCircles after already doing so #39065
Hi Nick,
I am sorry, there was a mistake on setting version on our part. We have pushed 1.1.6 to fix this.Regards
Brajesh - Brajesh Singh on June 9, 2021 at 9:47 pm in reply to: [Resolved] Consistent naming of plugins for better organization in Installed Plugins #39060
Hi Nick,
Thank you.Yes, we will update the names to use BuddyPress instead of BP. We will start doing with each of our upcoming release of this plugin.
Thank you for considering Plugin Organizer for now.
Regards
Brajesh - Brajesh Singh on June 9, 2021 at 9:37 pm in reply to: [Resolved] Consistent naming of plugins for better organization in Installed Plugins #39058
Hi Nick,
Thank you. That makes a lot of sense.Except for a few instances where a plugin will have their own addons(e.x. BuddyBlgo Pro will have multiple addons), we do plan to use “BuddyPress” as the prefix for all of our BuddyPress/BuddyBoss plugins. If a plugin is only meant for BuddyBoss, we will be using something to denote that.
Thank you
Brajesh - Brajesh Singh on June 9, 2021 at 9:33 pm in reply to: [Resolved] Display Buddypress users by amount of Followers #39057
Hi Milo,
Thank you for the question.The BuddyPress followe does not seem to provide the functionality for top followed users. you may use following code for the same.
/** * returns n number of top followed users. * * @param int $count number of entries requested. * * @return array */ function buddydev_get_top_followed_users( $count = 5 ) { global $wpdb; $bp = buddypress(); return $wpdb->get_col( $wpdb->prepare( "SELECT leader_id, COUNT( leader_id ) as follow_count FROM {$bp->follow->table_name} WHERE follow_type = %s GROUP BY leader_id ORDER BY follow_count DESC LIMIT 0, %d", '', $count ) ); }It will give you an array of user ids ordered by their following count. You can iterate and list as you need. It will be available as a shortcode/widget in our future release.
Regards
Brajesh - Brajesh Singh on June 9, 2021 at 9:17 pm in reply to: [Resolved] Consistent naming of plugins for better organization in Installed Plugins #39055
Here is an example of naming for MediaPress
https://buddydev.com/plugins/category/mediapress/Regards
Brajesh - Brajesh Singh on June 9, 2021 at 9:16 pm in reply to: [Resolved] Consistent naming of plugins for better organization in Installed Plugins #39054
Hi Nick,
Thank you.Geodirectory is a plugin name and other are addons. Geo directory is not the name of the company behind it. So, the naming is consistent. We do the same for “MediaPress” addons.
This is a normal and accepted behaviour for addons to have the major plugin name in title like “Plugin functionality name” or “abc for XYZ plugin”.
You do not deactivate plugins for vendors, you do it for individual features.
I am very sorry but we will not be able to entertain this.
You may use plugin organizer or similar plugins which allows you to group plugins and selectively activate/deactivate it.
https://wordpress.org/plugins/plugin-organizer/Regards
Brajesh - Brajesh Singh on June 9, 2021 at 9:03 pm in reply to: One Click Spam Marker – Show for Editor role #39051
Hi Darren,
Thank you for uisng the plugin.At the moment the plugin does not have the ability to change it. We will update the plugin and put a filter in ur future release.
Please do know that does not guarantee that BuddyPress will process a user a spammer when marked by non admins. I do no see any issue for now(as we will be using the function outside their capability check) but if they introduced the capability check in the specific method, It will break.
Please check back next week for an update on this.
Regards
Brajesh - Brajesh Singh on June 9, 2021 at 8:48 pm in reply to: [Resolved] Consistent naming of plugins for better organization in Installed Plugins #39048
Hi Nick,
Thank you for the suggestions.We do not plan to name our plugin with “BuddyDev”. We will be dropping it from the title in future(for the plugins we are using it).
Plugin’s do not need to be organised by vendor, they should be by functionality. Also, some of the time a good name is much batter like BuddyBlog or BuddyCircle etc instead of a descriptive one.
I am sorry, we are unable to work on this suggestion.
Regards
Brajesh