As of now for users with 'create image' and 'access image assist' permissions the image assist window shows existing images and an option to 'Upload a new image'.

Is there a way to remove or hide 'Upload a new image' in the Image assist window?

I would like to allow users to create images through the regular content form and not through the image assist window. Can Image assist be configured this way?

(The use case is a multiple subdomain website where the users are required to upload images using the regular 'Create Image' form. )

-thank you

Comments

sun’s picture

Status: Active » Closed (won't fix)

Sorry, this use-case is too specific to be supported by the module by default. You can form_alter() the form in the header to remove that button to upload a new image.

nirvanajyothi’s picture

ok. thank you.