This tuto will add, for example, the real name of the file to its description!
Open sources/components_public/downloads/submit.php and find:
Open sources/components_public/downloads/submit.php and find:
'file_desc' => $file['file_desc'],Change to:
'file_desc' => $file['file_desc']."<br /><br />Original File Name: ".$file['file_realname'],













