Replies
Hi Nick,
Thank you for the question.
I am sorry that you are having trouble with it.We did consolidate some of our premium plugins based on functionality. We haven’t consolidated our free offerings yet.
One of our upcoming plugin for activity further consolidates all activity related plugins into one.
This is an ongoing process and we have been deprecating the plugins we consolidated into single unit.
For the time being, Do you need all 40 plugins? If not, Please install the ones you need. You may also use FTP for installing the plugin and then bulk activate them.
This year the plugin installer will be available (around October) and it will only need a valid key to install plugins from your site’s dashboard.
Regards
Brajesh- Brajesh Singh on June 8, 2021 at 8:55 pm in reply to: Since Buddypress 8.0 the Register Page causes errors #39013This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 8:01 pm in reply to: Since Buddypress 8.0 the Register Page causes errors #39011This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 4:49 pm in reply to: Since Buddypress 8.0 the Register Page causes errors #39008
Hi Daniel,
It seems a css issue with the theme. Please contact the theme author. They should be able to provide a quick soluytion.If I could see the old registration page, I can help with the css too.
Regards
Brajesh - Brajesh Singh on June 8, 2021 at 4:48 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #39007This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 4:47 pm in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #39006This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 11:43 am in reply to: Problem with BuddyPress Friends Suggestions Pro #39001
Hi Sandra,
If you can provide FTP access, that will be great. Otherwise, I can use WordPress plugin editor(if it is enabled on the site).I need a way to dump database queries and see why it is not showing all records and limiting to 1. I will also need access to your WordPress dashboard to check and verify user data.
Thank you
Brajesh - Brajesh Singh on June 8, 2021 at 11:24 am in reply to: Problem with BuddyPress Friends Suggestions Pro #38999This reply has been marked as private.
Hi Faisal,
Welcome to BuddyDev.Can you please help me understand the question a litte better. What kind of assistance do you need?
Thank you
Brajesh- Brajesh Singh on June 8, 2021 at 12:05 am in reply to: [Resolved] Reposition custom profile action button #38994
Hi Omar,
sure.You can use something on this line in the code where you are generating button
$user = get_user_by( 'id', bp_displayed_user_id() ); if ( in_array( 'subscriber', $user->roles ) ) { // some button } elseif ( in_array( 'contributor', $user->roles ) ) { //some other button ... } // and so on..Hope you can adapt it.
Regards
Brajesh