Replies
- 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 Hi Vishakha,
We have issues with radio/checkbox/multiselect field currently. You should only set conditions based on them after you have finalized the list of multifield options. If you keep editing mutifields, this will be an issue. This is a bug due to faulty architecture and we will fix it in our rewrite.If some fields are not hinding on front end, it could be the markup. Please link me to your registration page.
Thank you
BrajeshHi Nick,
Thank you for the question.We don’t have any plan to bring gutenberg editor in near future. There is no standard way to use Gutenberg on front end and we will wait for it.
We are bringing Medium editor option in next release(Hopefully next week). We are also hopeful to allow create/edit from single pages(if needed) in our one of the upcoming releases very soon.
Regards
Brajesh- Brajesh Singh on June 9, 2021 at 1:45 am in reply to: Since Buddypress 8.0 the Register Page causes errors #39032
Hi Daniel,
Can you please provide me a guest account to check that button? You can add the selector to ajax registration plugin via its settings page to make any link/element trigger the popup. I need to check the button and its selector to assist you.Regards
Brajesh