Replies
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 - Brajesh Singh on June 5, 2020 at 12:45 am in reply to: [Resolved] Shop and Profile Privacy Icons not working #30459
Hi Linda,
I am sorry but I am not sure what could be the issue. Will you be able to grant me temporary admin access(can create a temporary account and delete).I can quickly check, update and share the reason.
Regards
Brajesh Hi Nik,
Please make sure to uncheck “New Media added/uploaded.”
Once you do this and if upload media from gallery screen, we keep a list of unpublished media for activity. When the owner visits manage gallery screen, we show them a notice and ask if they want to publish the memdia to activity.
They can do it from there.
Regards
Brajesh- Brajesh Singh on June 4, 2020 at 11:21 pm in reply to: [Resolved] Auto join groeps Auto List error #30456
Hi Peter,
Thank you for confirming.
To be honest, we did not use any code or direct inspiration from the existing plugin. We decided to do it to complement what we started offering for user friendship (BuddyPress Auto Friendship pro).
I am glad you found it useful and if it works the way the old plugin did. I will be checking them over the weekend to just be sure 🙂
Regards
Brajesh - Brajesh Singh on June 4, 2020 at 7:44 pm in reply to: [Resolved] Shop and Profile Privacy Icons not working #30453
Hi Linda,
Thank you.yes, It is the quotes causing it.
Please remove the quotes from the values and add again to make sure it is single quoted like
'and not backquoted.#buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before { content: '\E90D'; }Here is how it looks
https://i.imgur.com/ywrX3nt.png
Regards
Brajesh Hi Nik,
Now your users will get the option to publish media to activity. try visiting that gallery edit page after upload.Regards
Brajesh- Brajesh Singh on June 4, 2020 at 7:12 pm in reply to: [Resolved] Shop and Profile Privacy Icons not working #30448
Hi Linda,
Please copy the css from the forum post. It will work. I am guessing, you might have copied for the email notification. That gets entity encoded and won’t work.For the WC4BP, Please contact their author.
Regards
Brajesh