I'm having no trouble attaching an image to an IMCE CCK field, but how do I remove the image?
Seems I can only change the image, but not actually remove the image completely?
I'm having no trouble attaching an image to an IMCE CCK field, but how do I remove the image?
Seems I can only change the image, but not actually remove the image completely?
Comments
Comment #1
fgasking commentedMy apologies, once you have saved and come back to the editing options you can remove. If there is an award for stupidity, please give it to me :(
Comment #2
ssm2017 Binder commentedhello
i have modified the "imceimage.js" file to build a "remove" link when adding an image without saving the node.
this link dissapear when you press it to remove the image.
add this line after line 32 :
and this after line 40 :
if this can help... :)
Comment #3
fgasking commentedThat is really cool, thanks for that! :)
Comment #4
yang_yi_cn commented