All right i found the solution for the required field and the error message if you need i put the tuto here...
4 files modified :
header.tpl :
Find :
Add above :
PHP Code:
}else if(retour == 'error108') {
$('#resultsubmitsh').html('<p class=\"pasgood\">{/literal}{$langi2}{literal}</p>');
submit.php :
Find :
PHP Code:
elseif($uploadedimage != "")
Add above :
PHP Code:
elseif ($uploadedimage == "")
{
$error="108";
echo "error108";
}
english.php, french.php and spanish.php :
Find :
PHP Code:
$langi['2'] = "";
And replace by
PHP Code:
$langi['2'] = "Error: field picture required, please select the file of your image (gif, jpg or png)";
$langi['3'] = "";
Off course you need to translate each lang file. And you need to do this tuto after the install off the official module picture.
See u and i'm waiting for my help verification size picture limite (1Mb)
Loule