Quote:
Originally Posted by BioVader
Question: How do I disable needing to have an author? And is there a way to not change the name of the of the file when it's downloaded. It adds the author, short name and some number that end up at the end. Can this be removed and how.
|
All of this COULD be done but you are talking about editing downloads.php. If you know PHP, the change would be relatively simple. Look around line 511 for the text $newfilename to change how the file gets named. You'd also need to modify what happens when the author edits the entry.
As far as making the author optional, a better solution would be to change the submission form to automatically place the username in the author field. That would probably require a change in the template.