Replies
Hi Ruben,
Welcome to BuddyDev.Are you using a custom theme? Is there any stylistic/behavioural change applied by your theme on the multi selector on mobile screen?
I do not see any reason why a condition that works on desktop will not work on mobile.Please let me know and I will assist.
Regards
BrajeshHi Nik,
Thank you.We can certainly improve the UI in future.
Before investing any time in MediaPress & BuddyPress integration, I am waiting to see BuddyPress Team’s plan about the attachment functionality.Regards
Brajesh- Brajesh Singh on June 5, 2020 at 4:14 pm in reply to: [Resolved] Auto join groeps Auto List error #30488
Hi Peter,
Thank you.I am sorry, Can you please help me understand this
“automaticly adding users to the group but groups to the user”Question:- Do you want to add a group of users to all groups when a group is created?
Also, the plugin does add users on account activation. Use use the the action ‘bp_core_activated_user’ on priority 5.
The only reason it might not work is if you have some plugin redirecting on activation with a higher priority.
Can you please check and let me know.
Regards
Brajesh Hi Linda,
Please allow us to look into it and provide you an update by Monday.Regards
Brajesh- Brajesh Singh on June 5, 2020 at 3:57 pm in reply to: Fill all fields message is not getting displayed #30485
Hi Sucheta,
I am sorry, I did not see your reply earlier.1. The code should not go to buddypress-functions.php. They will have no effect in it.
2. Please put it somewhere in your theme/child theme’s header for testing
3. If you are using Nouveau template, only then use the 2nd code, otherwise that may cause fatal error(you can check the template pack from dashboard->settings->BuddyPress->Options)
Please let me know how it goes.
Regards
Brajesh - Brajesh Singh on June 5, 2020 at 3:55 pm in reply to: [Resolved] BuddyPress Moderation Tools – HTML Email #30484
Hi,
Thank you for the question.Please use a plugin like this
https://wordpress.org/plugins/email-templates/for sending html emails.
Regards
Brajesh Hi Lajuan,
Thank you for the question.The plugin is 100% compatible with the BuddyBoss platform.
Regards
Brajesh- Brajesh Singh on June 5, 2020 at 3:51 pm in reply to: [Resolved] BuddyPress Moderation Tools – Moderation on Front End #30482
Hi,
There is no font end management screen.The roles with moderator can view and manage reports in the dashboard.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on June 5, 2020 at 1:21 am in reply to: Fill all fields message is not getting displayed #30460
Hi Sucheta,
Thank you for sharing the details.It seems to me that your theme lacks the template_notices action on profile pages.
You can verify it by adding
<?php do_action( 'template_notices') ;?>if using BuddyPress legacy template pack or if you have BuddyPress Noveau template pack enabled, you can use this
<?php bp_nouveau_template_notices(); ?>and see if the notice is shown or not.
We use BuddyPress’s API for adding notice. To render the notice, the theme needs to have the above snippet or a variant of it for Nouveau.
Please let me know if that works or not?
Regards
Brajesh