Closed (won't fix)
Project:
Image Assist
Version:
6.x-2.0-alpha3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2009 at 14:42 UTC
Updated:
17 May 2009 at 15:33 UTC
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
Comment #1
sunSorry, 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.
Comment #2
nirvanajyothi commentedok. thank you.