Replies
Hi Ro,
what happened when you activated it?It does not matter. You can keep it enabled o disabled as you prefer.
- Brajesh Singh on July 13, 2016 at 10:49 am in reply to: [Resolved] Featured Images in MediaPress? #4678
Hi Brian,
MediaPress images are normal WordPress attachment.You can use set_post_thumbnail() on any of these atatchment to set them as the featured image.
Reference : https://codex.wordpress.org/Function_Reference/set_post_thumbnail
Hope that helps.
Hi Ro,
Thank you. I got @ravisharma to write the code today.Please download the plugin from here
https://github.com/buddydev/buddydev-restoration-terms-tablesand network activate it. After a few minutes, you can deactivate it. It should repair all tables.
- Brajesh Singh on July 12, 2016 at 6:25 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #4672
Thank you Leigh.
I will look at the group customizer today and post.
Thank you
Brajesh - Brajesh Singh on July 12, 2016 at 6:24 am in reply to: [Resolved] Link Page to BuddyPress Groups – error with wordpress-social-login plugin #4671
Hi,
It is causing the error since you haven’t used the php tag. The code example assumed users will have it already. Please change the bp-custom.php file to this<?php add_filter( 'bp_allow_fronted_group_page_liking', '__return_true' );and it will work. Make sure that there are no space/newline before the starting
- Brajesh Singh on July 12, 2016 at 12:21 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #4667
Hi Leigh,
Have marked my reply public. I saw your previous reply private, so had marked it as private.PS: We have some issues related to the notification of private replies here.
Please check the code and let me know if it works for you or not?
Thank you
Brajesh - This reply has been marked as private.
I am sorry for delayed reply. Will look once more tomorrow and then post back.
Thank you
BrajeshThank you.
The handling of deletion is exactly as you expect. Individual thumbnails can not be deleted by the user. if they delete the image, all versions of the images are deleted.I will look at the most efficient way of showing the size and will post back.
PS: I believe the best way to show the size is to use the size of the original image.
Thank you
Brajesh