Replies
- Brajesh Singh on March 10, 2020 at 3:12 pm in reply to: [Resolved] Members without profile picture #28201
Hi Laurent,
That’s good to know.Best Regards
Brajesh - Brajesh Singh on March 10, 2020 at 3:11 pm in reply to: User view count partially not working #28199
Thank you for the understanding. I am glad that is is working.
We do assist with code but anything that needs more than 15 minutes of coding is beyond our forum support.
Regards
Brajesh - Brajesh Singh on March 10, 2020 at 3:09 pm in reply to: [Resolved] Community Builder – filter hook not firing? #28198
Hi James,
Thank you.1. The function is defined in the same file. Please check line 561.
Also, you are right about the toggle button. This needs to be updated. There is a solution though.You can set the panel visibility to ‘none’ like this
add_filter( 'cb_panel_visibility', function ( $visibility, $user_scope, $panel ) { if ( 'right' === $panel ) { $visibility = 'none'; } return $visibility; }, 10, 3 );and it will take care of it for the toggle as well as the panel.
2. You are welcome. Yes, more document are coming in near future.
Regards
Brajesh Hi Linda,
Thank you for the question.Are you using it with Community Builder Theme? BuddyPress Giphy/ BuddyPress Emoji are specific to our themes(current and upcoming).
Please let me know and I will assist.
Regards
Brajesh- Brajesh Singh on March 10, 2020 at 2:28 pm in reply to: Private Message Rate Limiter – Rate Limit User Activity #28196This reply has been marked as private.
- Brajesh Singh on March 9, 2020 at 7:25 pm in reply to: [Resolved] Members without profile picture #28188
Hi Laurent,
Thank you.Currently BuddyPress User query does not support multiple keys or user meta query in other ways.
I will suggest sticking with one plugin to have only one meta for the presence of avatar.
Regards
Brajesh - Brajesh Singh on March 9, 2020 at 6:52 pm in reply to: [Resolved] Community Builder – filter hook not firing? #28186
Hi James,
Thank you for using Community Builder.1. The filter is correct and your code is correct too. You need to apply that code in your child theme’s functions.php
cb_get_panel_visibility () is implemented in includes/core/layout/cb-layout-conditional-functions.php2. Sorry about the broken link. I will update it.
Here is the correct link for downloading/working with Child theme
https://buddydev.com/community-builder/getting-started/using-community-builder-child-theme/Regards
Brajesh - Brajesh Singh on March 9, 2020 at 6:48 pm in reply to: [Resolved] BuddyPress Moderation Tools Report Button Issue #28185
Hi Eamon,
Thank you.I have resolved this issue. I am waiting on another report about some BuddyBoss incompatibility to see what issue is and if I can get them in this release itself.
I will post back in couple of hours.
Regards
Brajesh - Brajesh Singh on March 9, 2020 at 6:47 pm in reply to: Buddyboss Platform and Buddyboss Theme Plugin Integration #28184
Hi Kevin,
Welcome to BuddyDev forums.Please provide more details about the issue. Is it related to functionality/appearance.
Also, Activity Plus is not tested with BuddyBoss, we do plan to check with BuddyBoss in future.
The moderation tools is tested to work with BuddyBoss. Please share the issue and I will assist.
Regards
Brajesh Hi Mike,
I am sorry but the above code will not work. You can not directly interchange the user id and post id.Also, I am sorry, but providing this type of custom code is beyond our forum support.
Regards
Brajesh