Replies
- Brajesh Singh on June 24, 2016 at 6:37 pm in reply to: Conflict Between Activity As Wire and BuddyPress Activity Plus #4402
Hi Lee,
It is a difficult one due to complexities involved. I am still looking at it and yes, you are right, the Activity plus completely overwrites any posting functionality. Hi Dandy,
Thank you for posting.1. There is no plugin/code for suspending a user
2. Suspending and marking spams are different things. If we mark spam, we will looose all user data.Now, if you can help me understand what features we need to restrict, I may be able to write one.
So, what happens when a user is suspended?
Thank you
BrajeshHi SN,
Please rename the generated “mo” file to buddyblog-en_US.mo That should do it. I am assuming your locale is en_US. If not, Please replace the en_US with your own locale.Please do let me know if it works for you or not?
Thanks you
BrajeshHi Eric,
I am sorry for the inconvenience and the delayed reply.Please visit Dashboard->mediaPress->settings and see if extensions are there or are the extensions field empty?
Please see this, it should have extensions like shown here
https://buddydev.com/mediapress/topics/getting-started/settings-options/general-settings/#typePlease let me know if it is there?
Thank you
BrajeshHi Javier,
I am sorry for the delayed reply.1. The privacy options are hardcoded into the template file and only way to do it will be to override the create/manage group templates.
If your theme is supplying it, please modify it in your child theme.
If it is not in your theme you can copy it from1. plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php to yourtheme/buddypress/groups/create.php and
2. plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php to yourtheme/buddypress/groups/single/admin.php
You can put the conditions using is_super_admin()
Hope that helps.
Regards
BrajeshHi Andy,
Thank you for posting.The problem here is that the followers plugi does not store the number of following/followers in the user meta. If it did, we an use the similar code by just modifying
‘bp_after_has_activity_parse_args’ to ‘bp_after_has_members_parse_args’ and instead of using the favorite_count we could use the foolower/foilloing count.
So, The first step towards achieveing your goal will be to store the count in usermeta whenever a follow/unfollow action takes place.
Will you be able to handle that yourself or should I look in the plugin and assits you?
Thank you
BrajeshThank you Christian.
Isn’t that expected behavior? the comments are pointing to parent activity, that will be media?
Hi Simon,
Thank you for asking.We are working on a media moderation module(It is in the initial phase and we will need 3-4 weeks to complete it and make available).
It will allow site admins to moderate all kind of media including the images.
I am sorry that it is not available at the moment.
Thank you
BrajeshHi Christian,
Is it happening for all mentions or the media activity comment mentions only?Hi Christian,
Your site had custom changes in MediaPress and when you upgraded MediaPress, Those changes got lost and that’s why It is happening. I have asked Ravi to do the modifications in bp-custom.php to avoid this issue in future.
@ravisharma will be assisting you.Thank you
brajesh