Version: 6.0.9, by RS_Jelle
Developer Last Online: May 2016
Category: Major Additions -
Version: 4.0.4
Rating:
Released: 12-27-2009
Last Update: 12-01-2011
Installs: 1648
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
DownloadsII
DownloadsII is a download database that integrates into vBulletin. It allows you to upload files, add images to them, create categories, link to external files - and more. It is very flexible and has many options.
It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself.
Instructions & Support
Requires vBulletin 4.0.4 or higher. Not fully compatible with lower vB 4 versions.
It works fine with both the new editor in vB 4.1.4 or higher and the old one in previous vB versions.
Read the instructions in the next two posts before installing/upgrading this mod!
You can find an installation/upgrade manual in the zip package (Readme.txt).
I try to answer most questions asked in this thread. Please don't send any pm's if I don't ask for them. Don't forget to click the install link, so you will receive important update notifications.
Screenshots & Live demo
At the bottom of this post, you can find some screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software.
You can find a live demo on my own site: Minatica.be Downloads (Dutch).
Though keep in mind that we are running a restyled and modified version of it.
Changelog (version 6.0.9)
Jelle
Added support for vB 4.1.8 bit processing with 'each' construct (backwards compatible)
Fixed comma listing for vB 4.1.8 (using "old" method)
Older changelogs are included in the zip package.
Help!!! I can't upload large files??
This is probably the most asked question. It's mostly caused by some default PHP settings: check "PHP Max Post Size" and "PHP Maximum Upload Size" at your AdminCP home.
Then have a look at this post for the solution to up these values.
Also have a look at this post at vB.com (but ignore the MySQL part as DownloadsII is only using the file system).
Add-ons
There are currently no official add-ons. Unofficial add-ons are listed below.
It comes up for me and my members when I click download file.
You've set the "This is the maximum MB that a user can download in one day." and "This is the maximum number of files that a user can download in one day." usergroup permissions to 0. Then you can't download anything of course
I fixed the missing phrase error for next release.
I have an admin category that is only available for admins. So I have that category as exclude on all usergroups.
Suprisingly items uploaded to that admin category still show up in most popular and latest files to users with no access to include unregistered users.
If an unregistered user clicks on the file they get this nasty database error and I get emailed this:
Quote:
Database error in vBulletin 4.0.0:
Invalid SQL:
SELECT vb_dl2_files.*, vb_dl2_extensions.mimetype, vb_dl2_extensions.newwindow
FROM vb_dl2_files
LEFT JOIN vb_dl2_extensions ON (vb_dl2_extensions.extension=vb_dl2_files.extensio n)
WHERE `files.category` NOT IN (1) AND
vb_dl2_files.id = 1;
MySQL Error : Unknown column 'files.category' in 'where clause'
Error Number : 1054
Request Date : Wednesday, December 30th 2009 @ 07:18:24 AM
Error Date : Wednesday, December 30th 2009 @ 07:18:25 AM
Script : http://www.mywiseguys.com/forums/dow...p?do=file&id=1
Referrer : http://www.mywiseguys.com/forums/downloads.php
IP Address : 24.11.27.21
Username : Unregistered
Classname : vB_Database
MySQL Version :
I have an admin category that is only available for admins. So I have that category as exclude on all usergroups.
Suprisingly items uploaded to that admin category still show up in most popular and latest files to users with no access to include unregistered users.
If an unregistered user clicks on the file they get this nasty database error and I get emailed this:
Thanks for reporting. It's on my todo list now
Though the fact that it's in the side column isn't a bug. Those items are cached and don't use any usergroup permissions because of this.