chrissy6930
Karma: 27
|
Re:Very simple upload - 2009/08/30 19:36
in remositoryAddManyFilesHTML.php comment out or delete for no licence
| Code: | $this->fileInputArea(_DOWN_LICENSE, _DOWN_DESC_MAX, 'license', '', 4, 50, false);
echo $this->simpleTickBox(_DOWN_LICENSE_AGREE, 'licenseagree');
|
for no filehomepage
| Code: | $this->fileInputBox(_DOWN_FILE_HOMEPAGE,'filehomepage','',50);
|
for no icons
| Code: | $this->displayIcons(null, $iconList);
|
for no file version
| Code: | this->fileInputBox(_DOWN_FILE_VER,'fileversion','',25);
|
in addition you might want to go to config - customize and uncheck the checkboxes of those details you do not want to be displayed
|