It is a download database that integrates into vBulletin. It allows you to upload files, create folders, link to external files - and more. It is very flexible and has many options. Sorry, no screenshots. Maybe if someone is nice they will provide a link to the latest version of ecDownloads for everyone to view it.
Changes in 3.2
- Too many to list... its a whole new world
Known Bugs:
- Missing phrase in add file (on nav bar)
- No file protection, add it here if you want: https://vborg.vbsupport.ru/showpost....&postcount=174
- Missing phrases (ecdownloads_can_edit_all and ecdownloads_can_view_disabled) in admincp
Install
Make the file edits in ecDownloads.txt
Upload the contents of 'upload' to your forum directory
Run the downloadinstaller.php file in the admincp (install/rebuild styles and phrases)
Create a directory called 'downloads' (or whatever you put in your settings) and make it writeable and executable
it creates the entry in the downloads section of the forums, but when you click "download now" it just brings up a 404 and if i look in the directory by FTP the file is missing.
The ftp idea is the way to go for such a large file. One weakness of the code is that the upload entry is written to the database without confirming the file was successfully uploaded.
Ron1n - I sent you a PM (in case you don't normally check 'em).
The ftp idea is the way to go for such a large file. One weakness of the code is that the upload entry is written to the database without confirming the file was successfully uploaded.
Ron1n - I sent you a PM (in case you don't normally check 'em).
so is there a way to fix this or is it IE timing out or something
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.
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.
Uhg.. Well as another users has stated, I'm having another problem with my uploaded files count. I have actually 1 file right now for download... I've been trying to get a video file to work. Yes I have added the extension in the setting like you supposed to but everytime I upload it and you click the download link you get a blank screen.. so I've tried uploading it about, oh 11 times and now the site says there are 12 downloads available.. How can this be fxed because it's not right.
Uhg.. Well as another users has stated, I'm having another problem with my uploaded files count. I have actually 1 file right now for download... I've been trying to get a video file to work. Yes I have added the extension in the setting like you supposed to but everytime I upload it and you click the download link you get a blank screen.. so I've tried uploading it about, oh 11 times and now the site says there are 12 downloads available.. How can this be fxed because it's not right.
It sounds like you have two problems 1) You upload the file but it doesn't download 2) you feel the file count is wrong.
As for #1, I'm not sure. Can you provide your site URL?
For #2, the file count is correct. Note that even if you upload the same file 12 times, the file gets renamed each time and will be counted as 12 uploads. Now, if you've deleted the file first, then uploaded it, and your count says 12 that is a problem.