Replies
- Brajesh Singh on April 29, 2019 at 6:01 pm in reply to: Mediapress Members gallery page not working #22659This reply has been marked as private.
- Brajesh Singh on April 29, 2019 at 6:00 pm in reply to: [Resolved] Buddypress Anonymous Activity #22658
Hi Nicola,
Welcome to BuddyDev forums.Thank you for the questions.
1. Limiting to certain groups:- We can help you with it. By default, It makes posting all site Activity updates anonymous.
2. It does not make the bbPress topic notifications anonymous and we do not enable bbPress support out of the box.If you need it, we have this functionality in the plugin(can be triggered via code). We do not recommend as the notification mails for forum topics are not anonymous.
Regards
Brajesh - Brajesh Singh on April 29, 2019 at 5:56 pm in reply to: [Resolved] Restrict Email Domains – QuadMenu Compatability? #22657
Hi Mic,
We don’t know about the compatibility and based on your topic we assume it is not compatible.It seems they have their own custom handler for registration. If you can ask them how can we hook into their validation process for registration, I can add the support for it.
Thank you
Brajesh - Brajesh Singh on April 29, 2019 at 5:52 pm in reply to: [Resolved] BP Member Types Pro: User roles missing #22656
Hi Heiko,
Thank you for using the plugin.I am sorry for the inconvenience.
Is there anything special about those roles? Are these roles assignable from User screen? Are they added via some role manager? We use ‘get_editable_roles()’ to get the list of editable roles.If they are assignable on User edit screen, They should be available to the settings page too.
Please let me know which plugins and how are you adding the role and I will assist.
Regards
Brajesh This will work fine if you do not need the “Blogs” tab on the group page.
Regards
Brajesh- Brajesh Singh on April 29, 2019 at 4:28 am in reply to: Mediapress Members gallery page not working #22649
Hi Audiomonk,
No problem.I am glad that the shortcodes are working.
For troubleshooting the directory page, Please provide me access to your site and I will assist.
Regards
Brajesh - Brajesh Singh on April 29, 2019 at 3:58 am in reply to: [Resolved] Buddypress Friend Suggestions #22646
Hi Daria,
I did an experimental implementation and with a few 100 users it took the site down. The xprofile_query is not very efficient specially when more than one xprofile field is involved.That’s why this idea never became part of the plugin.
Regards
Brajesh - Brajesh Singh on April 26, 2019 at 6:06 pm in reply to: How Remove Unsubscribe Link in all BuddyPress Emails #22641
Hi Tosin,
The simplest way to do it will be to edit the email template.Copy the single email template from your current template pack to your theme/child theme.
It is in [current-template-pack]/buddypress/assets/email/single-bp-email.php to yourtheme/buddypress/assets/emails/single-bp-email.php and remove that snippet.
The [current-template-pack] is either bp-nouveau or bp-legacy depending on which one is active.
Regards
Brajesh Hi,
Thank you for confirming.For now, I will suggest using css to hide it from he view. Not the bets approach but will work for now.
Regards
Brajesh- Brajesh Singh on April 26, 2019 at 6:01 pm in reply to: How to change the buddypress email reply to #22639
Hi Tosin,
That code seems correct to me. Are you using any mail transport plugin like wp smtp etc?