Just downloaded and installed this on my test site and all it well, extremely easy to setup and use.
Anyway, I have found one small problem....
One of the templates (editor_css) isn't cached so an unnecessary SQL call is perform. The fix for this is extremely easy:
- Get your downloads.php file and open it in your favourite text editor
- Find the following line@
this should be around line 95
- Immediately after this line enter the following (exactly as it appears here):
You should now have something that looks like this:
Code:
),
'file' => array(
'editor_css',
'downloads_file',
'downloads_file_addit',
- Save the file and reupload to your server
EDIT: You also need to follow these same steps for the "'add' => array(" section
Job done
There is also another feature that might prove to be somewhat annoying to end users. Lets say UserX decides to upload a file, the enter the filename, author, a really long and informative description, the file path but forgets to choose a category. They then click submit and they will get the "complete the sections marked in red" message.
The problem is that it seems the contents of the description/filepath are lost so they have to retype it all or hope that clicking back will get their description back.