Quote:
Originally Posted by maidos
ok thanks...
beside on the previous version i could actually download using a download manager but on the latest it didnt work.
is it possible to support download manager?
|
As far as I know we didn't ever support download managers (yet). A download manager can pause a download and there has never been any PHP code to accomplish this (again: yet). I don't know how/why it could have worked some time (in each case without allowing to pause a download), but we consider this for v6.
Quote:
Originally Posted by Joshva
How would i prevent the left nav being displayed? I run downloads 2 in vbadvanced and i already have the vbadvanced module displaying.
|
Set the 'Display "Tops" on all pages?' DownloadsII setting to No, but this won't help for the category view.
To remove it from that one, open downloads.php
Find:
PHP Code:
eval('$dmain_jr = "' . fetch_template('downloads_cat') . '";');
eval('$dpanel = "' . fetch_template('downloads_panel_side') . '";');
eval('$dmain = "' . fetch_template('downloads_wrapper_side') . '";');
Replace with:
PHP Code:
eval('$dmain_jr = "' . fetch_template('downloads_cat') . '";');
eval('$dmain = "' . fetch_template('downloads_wrapper_top') . '";');
Quote:
Originally Posted by cellow
there is no sql statement error or sql error ... only this page that says, that there is an error with the database.
|
Have a look at the source code of that database error page. Database errors are "hidden" since the vB 3.6 branch (you can find it between <pre> HTML tags).
For number 2: For a), this is at the moment the expected behaviour, but we should change it indeed. For b), this seems to be an issue when using the "Manage files" delete option (the modify_filecount_user() is missing there).
Use the delete option on the file page to fix this at the moment or open downloads.php:
Find the first occurence of:
PHP Code:
$dl->modify_filecount($file['category'],-1);
Above this add:
PHP Code:
$dl->modify_filecount_user($file['uploaderid']);
Quote:
Originally Posted by CyberRanger
We are only two installs away from 1,000!!! 
|
We've got 999 installs now, 1 more to go
Edit: 1000 installs, we reached it