Replies
- Brajesh Singh on February 27, 2024 at 11:04 pm in reply to: Need to add additional Buddyboss Group Roles #51816
Hi John,
Thank you for the question.
I am sorry, I missed to reply over email about this.There is no simple way to achieve it as the 3 specific roles are hard coded in BB/BP.
This is doable but the time and cost involved makes it difficult. You will probably need to hire a developer to achieve it.
Regards
Brajesh - Brajesh Singh on February 27, 2024 at 10:43 pm in reply to: Buddyblog Pro – add/remove visibility option #51815
Thank you Tosin.
- Brajesh Singh on February 27, 2024 at 10:43 pm in reply to: [Resolved] Group Activities Notifier on my server #51814
Hi Occhi,
Thank you for your patience.Please upgrade to 1.0.7 and let me know if that works for you or not?
Regards
Brajesh Thank you both of you.
We will put the code in next 2 days.
Regards
BrajeshHi Deanna,
Welcome to BuddyDev support forums.No, the testimonials are available on user profile as well as in the backend(for admins) but there is no specific stream for posted testimonials.
Regards
BrajeshHi Joy,
I am sorry to hear about that. We may provide some code but it will need you to specify field ids, will that be fine?Regards
Brajesh- Brajesh Singh on February 23, 2024 at 1:17 am in reply to: [Resolved] TinyMCE and Buddypress bio #51757
Hi Joy,
Thank you for the question.There is no straight forward way to achieve it.
The classBP_XProfile_Field_Type_WordPress_Biography
does not offer any way to change the markup from text editor to use wp_editor instead.There are solutions like extending this class and overriding
edit_field_html
and then using the filterbp_xprofile_get_field_types
to use the new class.Or, TinyMCE can be enabled using javascript.
But the best way is to request BuddyPress team for it. They only need to do a minor change to make it work exactly like multi line text area and that would be better and maintainable approach.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on February 23, 2024 at 1:10 am in reply to: Activity Plus image clean up problem with re-poster. #51755
Hi,
I am sorry, I have been guilty of ignoring your post. Though the intention was always to look into the code and assist but as time passed, I just kept missing it.The problem you have mentioned is result of how Activity Plus works.
1. When an activity is deleted, we delete all the media inside that activity.
The real problem is Activity plus does not store any data about who uploaded a file. It uses activity id as the owner object to determine actions for embedded media.
This is a problematic approach but we did not design this. We forked this plugin(when It was abandoned by WPMU Dev) to keep supporting the existing user base. Our plugin(MediaPress) handles this kind of situation a lot better as the media ownership information is available.
Now, the question is:- Is it insecure. Probably not out of the box as users won’t be able to copy paste markup into the activity, so can not claim ownership over other’s media.
But when you use a plugin like re-share, it can copy the content of the original post and which the current ownership check, It fails to detect the real owner.
I am sorry but I do not see any solution unless the media is stored in wp attachment. But that will not happen as this is a plugin in long term maintenance and should not be used on new sites in favour of BuddyPress Attachment plugin.
I had a look at the report plugin and I could not find a way to skip certain activity types. So, I will suggest moving to BP Attachment or MediaPress(temporarily as we are currently not sure about MediaPress’s future with BP Attachment).
Regards
Brajesh - Brajesh Singh on February 23, 2024 at 12:33 am in reply to: [Resolved] Group Activities Notifier on my server #51754
Hi Occhi,
Thank you.
In that case, probably this functionbp_activity_get_activity_id()
is failing. There is an easy solution though. Please allow me to find some time and push the release.
I will post back by Monday or before with the update.
Thank you
Brajesh