Hi Brajesh,
This is a super news.
Thank you
CristiHi Cristi,
Thank you for the patience.Please put this in your theme’s functions.php or (wp-content/plugins/bp-custom.php)
add_filter( 'bblpro_disable_author_media_listing', '__return_true' );
When we release BuddyBlog Pro 1.3.0, the plugin will not list any media to the author other than what they upload on the current post if this filter is enabled.
Regards
BrajeshHi,
Thank you for the code.
When do you estimate the new version will be released?
Regards
CristiHi Cristi,
I am waiting to see if we need to make any more change sin BuddyBlog Pro 1.3.0 before Group Blog release. That’s why I haven’t released it. I will be available by the weekend.Regards
BrajeshHi,
I have updated the extension but the user can still see all his images.
I have added in my child theme function.php file the code
add_filter( ‘bblpro_disable_author_media_listing’, ‘__return_true’ );
You have said that
“When we release BuddyBlog Pro 1.3.0, the plugin will not list any media to the author other than what they upload on the current post if this filter is enabled.”
Do I have to make any extra settings to enable the filter?
Thank you
CristiHi Cristi,
I am sorry, we made a mistake a used another hook name in release.Please keep the above line as we will be renaming back to that and you can use this instead for the time being.
add_filter( 'bblpro_disable_media_listing', '__return_true' );
Regards
BrajeshHi Cristi,
Thank you.Please do let me know if it worked for you or not?
Thank you
BrajeshHi,
It is perfect.
It is filtering very well.
I do not not need some fields ( search and the media-sidebar )and I have hidden the with some CSS codes.
Thank you so much.
Cristi
The topic ‘ [Resolved] BuddyBlog Pro Media Uploader and Article Images’ is closed to new replies.