Quote:
Originally Posted by RS_Jelle
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.
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') . '";');
|
Thanks for the response. I'd strongly suggest putting it as an option in downloads admin as anyone using your vbadvanced plugin will probably want to remove it
Cheers,
Josh