Edit Template modifyprofilepic
In functions_upload.php FIND
PHP Code:
function process_image_upload($type, $url = '', $userinfo = 0)
{
BELOW that ADD
PHP Code:
if ($type == 'profilepic' AND $url)
{
return false;
}
But I still don't understand why ...
If users want to use an image from
http://www.somesite.com/image.jpg they can just download it to their computer and upload it again to your site.