Replies
- Brajesh Singh on May 20, 2020 at 1:49 pm in reply to: [Resolved] Community Builder Pro Activities Block Colour #30067This reply has been marked as private.
- Brajesh Singh on May 20, 2020 at 9:45 am in reply to: [Resolved] BuddyPress Multi Network. Setup issues \"No member found\" #30064
Hi Issam,
I am sorry, we will not be able to assist you with exporting/importing. It is beyond what we can support for the plugin.Since you did purchase support for this plugin, we will provide a refund within next 24 hours. I will write back after that.
Regards
Brajesh Hi Carsten,
It is inside bp-templates/your-template-pack(bp-nouveau or bp-legacy)/buddypress/members/single/Check home.php/members-header.php for the details.
Regards
BrajeshHi Carsten,
In my code above, you need to pass the actual user id.For example, if you want to show it on profile, You can use bp_displayed_user_id() for that.
Here is the updated example.
if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) { echo bublock_get_button(bp_displayed_user_id() ); }This code will only show button on other user’s profile.
- Brajesh Singh on May 20, 2020 at 9:38 am in reply to: [Resolved] Community Builder Pro Activities Block Colour #30061This reply has been marked as private.
- Brajesh Singh on May 20, 2020 at 7:57 am in reply to: [Resolved] Community Builder Pro Activities Block Colour #30055
Hi JH,
Thank you for using Community Builder pro.It can be achieved with some css. In order to assist you, Please provide me your order/id or email details. I am unable to find it from your BuddyDev account.
I will put an example then.
Thank you
Brajesh - This reply has been marked as private.
- Brajesh Singh on May 20, 2020 at 7:46 am in reply to: BuddyPress Auto Follow Addon or Plugin Follow + #30052
Thank you. We will update the “Auto Friends” to include support for follow too.
I will post back after the update.
Regards
Brajesh Hi Zach,
Thank you for the suggestions.I will need some time to explore the ideas.
1. Hiding based on category:- Believe it is a very good idea. Just need time to think on how to provide proper UI for this.2. Integration with other API is a vast territory. We do have an internal api which can be used to create addons for syncing with 3rd party services. We do not have any plan for this, but will reconsider it in future.
Regards
Brajesh- Brajesh Singh on May 20, 2020 at 6:53 am in reply to: [Resolved] Redirect Register / Login Buttons in Community Builder Pro #30048
Hi Jay,
Please check.I have activated the Ajax Registration.
Regards
Brajesh