Replies
- Brajesh Singh on July 5, 2018 at 9:28 pm in reply to: Buddyblog privacy and activity featured image link #16139
Hi Trolinfo,
BuddyBlog is going through a lot of change at the moment. We are including a form builder with it to allow add any attributes. Also, It will work with/Without BuddyPress in future.
In the mean time, I will try to push the one change you had asked me on simple front end post. Please allow me till tomorrow(I am trying it today though) for the change.
Hi Oscar, you may use
.mpp-media-title{ display:none; }To hide from everywhere. It may have some side effects though.
- Brajesh Singh on July 5, 2018 at 3:41 pm in reply to: How to Change Data Placeholder when User Creates Post #16133
Hi Saumya,
You can achieve the above by localization.If you are familiar with BuddyPress Poedit, you can use it tot translate otherwise, you may use Loco translate or any other plugin that allows it.
The string is most probably coming from the theme or (it may come from their blogging plugin if you are using it).
Try translating, It will work.
Regards
Brajesh - Brajesh Singh on July 5, 2018 at 6:59 am in reply to: [Resolved] Extension .mpp is not allowed #16131
Please use
https://snag.gy/
or
https://prnt.sc/Thank you
Brajesh - Brajesh Singh on July 5, 2018 at 6:37 am in reply to: [Resolved] Need some SQL Help Moving a large Gallery Site #16129
Hi Andrew,
At the moment, MediaPress uses Taxonomy( mpp-status) to store the privacy and privacy is stored as terms underscored with their actual value. E.g private is a term with slug _private and so on.Please look into wp_terms_taxonomy for mpp-status and you will find the term_taxonomy_id for the terms here.
We need this to update the wp_term_relationships relation table. In this table, WordPress keeps object(say post type instance) to terms association. The object id is post id.
It is way much easier to do it in php using either WordPress API or MediaPress API.
Please look into it and let me know if you need any assistance from me.
Regards
BRajeshPS:- Got your email too. Let us keep the conversation here for now.
- Brajesh Singh on July 5, 2018 at 6:21 am in reply to: profile fields visibility not changeable by user #16128
Hi David,
Are you using some plugin for enforcing visibility? I checked for custom profile fields as well as normal and it worked for me.Also, make sure you are not visiting user’s profile as site admin. The restrictions won’t apply when viewed from admin account.
If it is still happening, try disabling plugins or changing theme and rechecking it.
Regards
Brajesh - Brajesh Singh on July 5, 2018 at 6:19 am in reply to: Buddy Press Member Home Widget Media Press Galleries Issues. #16127
Hi Buko,
I haven’t been able to test it yet. It is a strange behaviour and it seems the widget is unable to determine bp_displayed_user_id() or bp_is_user() content. Will be checking today and get back to you.Thank you
Brajesh - Brajesh Singh on July 5, 2018 at 6:17 am in reply to: [Resolved] Mediapress deprecated notice #16126
Hi George,
Thank you.
I have fixed it and replaced with closure.https://github.com/buddydev/mediapress/commit/f5e5a26c84f8fa554513fe66b9807a8810446956
It will be available in our Sunday’s release.
- Brajesh Singh on July 4, 2018 at 7:47 am in reply to: [Resolved] Activity Shortcode PLugin – Group activity issue #16114
Thank you David.
I am looking forward to your future feedback.Thank you for the gesture but please do not feel obligated for that. If you need some of the plugin and you use BuddyDev, I will be happy.
Thank you
Brajesh - Brajesh Singh on July 4, 2018 at 7:47 am in reply to: [Resolved] BuddyPress Auto Activate Auto Login email login problem #16113
Thank you. I will have an update today for you.