Wednesday 01 December 2010 2:30:09 am
"
Does anyone have a hint for me, where in the kernel the functionality for removing the users image ist stored?
"
Have a look at kernel/classes/datatype/ezimage/ezimagetype.php and the method customObjectAttributeHTTPAction(). Note: It's used for all images, not only user images and it doesn't store anything. Also you may want to take a look inside kernel/content/edit.php for the redirects. Although I would recommend another way of extending the core functionallity, simply becuase it'll cause less headache when you upgrade. Without knowing anything details about your custom user edit page I don't really know what's suitable. Perhaps a module or a custom action?
|