Replies
- 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 - Brajesh Singh on December 27, 2019 at 5:55 pm in reply to: [Resolved] WordPress Ban Registration Domain #27122
Hi Theo,
I am sorry for the trouble.The plugin uses regular expression and we hope that you do not need to enter all email for banning.
You can ban by using a domain(all emails from that domain) or you can also use(* to match a substring for example x* will match xy, xabc etc..).
The goal is to keep the list simple.
The above error means you most probably have a large number of entries. The size depends on your php version. Most of the php version allows( 64 Kb, should be around a 1000 emails, depends on length of emails).
Will you be able to use the domain to shorten the list?
Regards
Brajesh - Brajesh Singh on December 27, 2019 at 5:47 pm in reply to: [Resolved] BuddyBlog – Set Featured Image Button Issue #27120
Hi John,
You may use css to hide it.My I ask why you need to hide the box. Isn’t that expected behaviour to show the image as selected ?
Regards
Brajesh - Brajesh Singh on December 27, 2019 at 12:20 pm in reply to: How to create forms for buddyblog submissions? #27113
Hi Bruno,
I am sorry for the delayed reply. We are having slow forum support due to holidays.The current version of BuddyBlog does not allow creating forums. You can select a post type and taxonomies and it will appear in the form.
Please check BuddyBlog settings in the Dashboard->Settings.I am not sure how you found that video, It is of our upcoming release(2.0) that allows creating multiple post forms with custom fields.
Regards
Brajesh Hi Chadd,
Welcome to BuddyDev.Are you using MediaPress?
Thank you
Brajesh- Brajesh Singh on December 23, 2019 at 7:33 am in reply to: Origin of the Most Visited Users widget? #27105This reply has been marked as private.
- Brajesh Singh on December 23, 2019 at 7:25 am in reply to: How to add repeating field into BuddyPress user profile #27103
Hi Bruno,
Thank you for the topic.for your last question:- You will need a shortcode that accepts user id and lists all the posts from a specific post type.
I am not sure if there exists a plugin(there should be some) or not. Please check it on WordPress.org plugin search.
If you find one, I can assist you with how to replace the user id with displayed user id(we have replace option for strings).
Regards
Brajesh - Brajesh Singh on December 23, 2019 at 6:56 am in reply to: Ensure layout of featured images on pages no matter user's chosen browser zoom? #27102
Hi Kir,
I am sorry but we do not offer any grid layout for the widget. If it is appearing like that, It is most probably dues to theme’s css(or by default adjusting to the space).You might be able to use Media query to resolve it. May I suggest contacting your theme author for the assistance. They will be in better position to assist with the layout.
Regards
Brajesh - Brajesh Singh on December 23, 2019 at 6:52 am in reply to: [Resolved] French localization done #27101
Hi Bruno,
Thank you
Have received it.Regards
Brajesh