bluegipsi
Karma: 0
|
Re:Not displaying details at the file download - 2008/07/24 22:06
I'd got the same problem and solved it like this:
You have to edit the remositoryFileInfoHTML.php (to be found in com_remositoryv-classes.
Theres a block of if's around line 144, e.g.:
| Code: | if ($file->description) $this->fileOutputBox(_DOWN_DESC, $file->description, false);
|
Just add a commend in front of a line to hide that detail on the download page.
I don't know if there is another way to solve this. But it works fine for me. I hope that in a future version you can switch details on/off at the admin configuration page.
|