Replies
- 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? Hi Pat,
It is supported. It is not a priority but we have been working on to cleanup the code and there will be new release soon.For now, if you plan to use it, Use it from github.
Regards
BrajeshThank you for confirming.
What I suggest is keep the category/groups association mutually exclusive to avoid this issue.For limiting the posting to group members only, Please open blog-categories-for-groups/core/bcg-actions.php and replace the function
on_activity_publishand its code with the following code
https://pastebin.com/HeTG6xsZ
Regards
BrajeshHi,
I was testing again.When a category is associated with multiple groups, The published posts activity is pushed to one of the groups randomly.
Can you please verify if it not appearing in all groups? It should appear in one of the groups randomly.
Regards
BrajeshHi,
Thank you.1. I consider issue related to selection of multiple category and activity stream a bug and will be pushing a fix today.
2. I do not consider a user not belonging to group getting their post recorded as a bug. This happens as we record all activities for posts where the associated terms are part f a group to the group(as per your earlier requirement).
This is not the behaviour of the plugin by default as we expect people to use our front end editor for posting.
Will be glad to push a fix for this case in future but not now.Thank you
BrajeshHi,
Please have patience. This is low on priority(It is our last working day of the week) and there are other works I am involved right now. So, it may take a few hours sometimes in my reply.I will test the multi category issue and will be posting an update in next couple of hours.
Also, The last reply is expected behaviour. We do not check for who posts it. The moment you allow it from dashboard, we have no idea if a user is a member or not and will be beyond the scope for this plugin.
If you want, I can point you to test for membership for groups.Thank you
Brajesh