Replies
- Brajesh Singh on December 31, 2019 at 1:04 am in reply to: [Resolved] Mediapress has overwritten theme's link of BP activity posts #27146
Hi Daniel,
1. You can put the code in your them,e(or child themes) functions.php
2. You are most probably using a plugin for editing the activity(ours or others). None of the plugin support editing MediaPress activities.Regards
Brajesh Hi Ralf,
Thank you.You are right. That is the issue. I will post another plugin update in next 2-3 days.
Thank you
Brajesh- Brajesh Singh on December 31, 2019 at 1:01 am in reply to: [Resolved] Buddypresss Activity Plus? #27144
Hi Lars, JJ,
Thank you for the replies.
It seems like a bug in the core plugin(should allow group upload). I will look into it and update an update on 2nd January.Thank you
Brajesh - Brajesh Singh on December 27, 2019 at 10:52 pm in reply to: [Resolved] Buddypresss Activity Plus? #27133
Hi JJ,
Thank you.
It was your post here that reinforced the idea for the fork :). So, thank you. - Brajesh Singh on December 27, 2019 at 10:49 pm in reply to: [Resolved] Buddypresss Activity Plus? #27131
Thank you.
Yes, that’s correct. - Brajesh Singh on December 27, 2019 at 10:38 pm in reply to: [Resolved] Buddypresss Activity Plus? #27129
Hi,
Thank you.
The file size limit is not present in current release but It is coming soon in the next update.Regards
Brajesh - Brajesh Singh on December 27, 2019 at 9:49 pm in reply to: [Resolved] Buddypresss Activity Plus? #27127
Hi,
It is available on wordpress.org now.
https://wordpress.org/plugins/bp-activity-plus-reloaded/Regards
Brajesh - Brajesh Singh on December 27, 2019 at 8:36 pm in reply to: Buddy Circles – Everyone in Circle #27126
Hi Christian,
I am sorry I did not reply earlier.I have checked it and the issue is related to a conflict with BP Nouveau template. It works with Legacy template pack.
With Nouveau the correct list is loaded initially and then it is replaced by all members list.
We will be releasing an update for this by coming Tuesday(BuddyCircle update). I will post back after the update here.
Regards
Brajesh - Brajesh Singh on December 27, 2019 at 6:19 pm in reply to: [Resolved] Mediapress has overwritten theme's link of BP activity posts #27124
Hi Daniel,
Thank you for the question.1. This is by design.
Currently, you can disable it by using the following code.
// disable MediaPress activity filtering. add_action( 'mpp_init', function () { remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', 10 ); } );2. It is not history. It is the comment on that specific media. Currently, there is no way top disable that portion only. You can completely disable the light box from the settings though.
Regards
Brajesh - Brajesh Singh on December 27, 2019 at 6:16 pm in reply to: How to create forms for buddyblog submissions? #27123
Hi Bruno,
Thank you for the details.If I understand correctly, the role of BuddyBlog will be to allow users to create/edit posts and set certain terms.
That is doable with it. We will be supporting limited types of custom fields as shown in the demo. So, you can create form with that.
Please do note that, 2.0 will be coming around March as we have higher priority releases scheduled earlier.
Regards
Brajesh