Replies
- Brajesh Singh on February 1, 2018 at 8:02 am in reply to: [Resolved] Thumbnail size in activity feed #13233
Hi Richard,
We are usingWP_Image_Editor::multi_resize()and it hard crops to the given limit if the crop is enabled.
There is a filter
$sizes = apply_filters( 'mpp_intermediate_image_sizes', $sizes, $attachment_id );where you can filter the size/modify the args but I am not sure if that will be much helpful to you.
Regards
Brajesh Please put the code on pastebin and link me.
Hi Mohammad,
Thank you.If you can provide me some details on how the user is being created by the plugin( Are they firing any action and providing user id and How can I access the register form fields on that action, I can quickly assist you with this.).
Please let me know if you can link me to the proper documents.
Thank you
Brajesh- Brajesh Singh on January 31, 2018 at 11:26 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #13223This reply has been marked as private.
- Brajesh Singh on January 31, 2018 at 11:23 pm in reply to: [Resolved] BuddyBlog – head title and redirect problem #13222
Hi trolinof,
Welcome to BuddyDev.
Please allow me to check this today and get back to you.
Thank you
Brajesh - Brajesh Singh on January 31, 2018 at 11:17 pm in reply to: Settings BP Private Message Rate Limiter based on user role #13221
Hi Beuza,
Sorry for the delayed reply.Are you using any 3rd party plugin for sending messages or is it core BuddyPress?
Also, are you referring to New Message or new Replies?
Thank you
Brajesh - Brajesh Singh on January 31, 2018 at 11:12 pm in reply to: New Plugin – BP Add Post Updates to Activity #13220
Hi George,
Congratulations 🙂
I have downloaded it and will be giving it a go.For adding to group, you will need to work around the component, item_id, and secondary_item_id.
In case of group, the component should be ‘groups’ and item_id should be the group id to make it visible in group. You may utilize the secondary_item_id to keep a track of the post id.
Regards
Brajesh - Brajesh Singh on January 31, 2018 at 11:06 pm in reply to: [Resolved] Bllog only showing one set of comments for all blogs #13219
Hi Richard,
How are you showing comment on the posts list? Are you using a custom template file for it? If yes, Please link me to the code on pastebin.Thank you
Brajesh - Brajesh Singh on January 31, 2018 at 11:04 pm in reply to: [Resolved] Same size for gallery thumbnails? #13218
Hi Audiomonk,
can you pleas visit Dashboard->MediaPress->settings->General and let me know if the cropping is enabled for the thumbnail?Cropping should generate a fixed size image.
- Brajesh Singh on January 31, 2018 at 11:02 pm in reply to: [Resolved] Thumbnail size in activity feed #13217
Hi Richard,
Sorry about that. Do you have cropping enabled in the admin settings for MediaPress? Cropping should set a hard size for the image.