Replies
- Brajesh Singh on October 29, 2020 at 6:49 pm in reply to: [Resolved] search does not work in Group Activity #34193
Hi Corrado,
I do not think front has any thing to do with search. I will suggest switching themes/disabling plugins or any custom code and test it.Regards
Brajesh Hi Nick,
Thank you for the question.The problem seems to be related to video not being playable. The player is only shown if the video is playable.
You may want to use MPP Local Transcoder to transcode the video on upload.
Regards
Brajesh- Brajesh Singh on October 29, 2020 at 6:47 pm in reply to: create a directory of member types who are currently online? #34191
Thank you Nick.
I am glad it worked.Regards
Brajesh Hi Corrado,
We haven’t been able to look into it completely. I will be updating you tomorrow with better information.Regards
Brajesh- Brajesh Singh on October 29, 2020 at 6:45 pm in reply to: [Resolved] Exclude buddypress and buddypress code in a specific page – Buddypress #34189
Hi Jkk,
Thank you for the question.You may want to look into this
https://wordpress.org/plugins/plugin-organizer/Regards
Brajesh - Brajesh Singh on October 29, 2020 at 6:44 pm in reply to: Admin can't see user galleries if private – Mediapress #34188
Please share the exact shortcode(with options) that you are using.
Regards
Brajesh - Brajesh Singh on October 29, 2020 at 6:44 pm in reply to: [Resolved] BuddyBlog throwing errors #34187
Hi Roberto,
I am sorry for the inconvenience.
Please visit Dashboard->Settigs->BuddyBlog and make sure to update the relevant settings and save. That will fix the notices.
Regards
Brajesh - Brajesh Singh on October 29, 2020 at 6:43 pm in reply to: Buddypress User Badges in Activity Feed #34186
Hi Ted,
Thank you for the patience.I had a look at the kleo theme and BuddyPress in general.
The display name in activity is not built dynamically and there are no hooks available there.
We can use this code to display the badges of activity author
<?php if ( function_exists( bp_user_badges_get_user_badges_html ) ) { echo bp_user_badges_get_user_badges_html( bp_get_activity_user_id() ); }But it needs to be put somewhere in the kleo/buddypress/activity/entry.php (You can copy this file to child theme) and put the code.
Regards
Brajesh - Brajesh Singh on October 28, 2020 at 6:42 pm in reply to: Buddypress User Badges in Activity Feed #34175
Thank you Ted.
Please allow me to check and get back to you by tomorrow.Regards
Brajesh - Brajesh Singh on October 28, 2020 at 6:41 pm in reply to: [Resolved] impossible to click the avatar in group dirctory #34174
Hi Corrado,
Thank you.
That’s good to know. I am glad you resolved it.Regards
Brajesh