We have a custom field created in Types with the field type as Image.
A Toolset post form on the front end has this image field through which users upload an image. This image shows up in the WP media gallery inside WP admin.
Is there a way to not have such images show up in the WP media gallery – either by saving the images in a custom path or some other way? We'd prefer to have the WP media gallery show media uploaded by the website authors/admins on posts/pages and not show images uploaded through Toolset forms.
Thank you for getting in touch. Is there a way to not have such images show up in the WP media gallery – either by saving the images in a custom path or some other way? We'd prefer to have the WP media gallery show media uploaded by the website authors/admins on posts/pages and not show images uploaded through Toolset forms.
No this isn't possible to do as wordpress will upload all images to the media gallery by default. Also our Toolset plugins assumes that the images are in the media gallery when retrieving them to display on the frontend.
What you can do is to allow the user to only see their media files by using our Access permissions and setting up the Media permissions so that the user's aren't able to preview any images that aren't their own.