Quote:
Originally Posted by shane greer
Installed and it is excellent. I would like my images to open in a new window but it doesnt seem to be working and still opens in the same window making my users have to use the back button despite open in a new window being selected... any ideas.
I mean... I can live with it but it would be nice. 
|
Edit the downloads2_file_imagebit template:
Find
HTML Code:
<a href="{vb:raw image.name}" rel="Lightbox" class="dl_pic">
Replace with
HTML Code:
<a href="{vb:raw image.name}" rel="Lightbox" class="dl_pic" target="_blank">
Quote:
Originally Posted by skylab
Hey very nice!!!
Question: Does it keep the SQL server open? I had issues using this mod before because my database would time out on large files.
Suggestion: A status bar when uploading?
Thanks again!!!
|
Yes

Is the vB attachment manager closing it? Do you have the same issue with it?
There's an "Uploading file - please wait" notice now, but the JavaScript doesn't seem to work any more with vB4. It's on my to-do list.
Quote:
Originally Posted by hyperspin
First off I wanted to thank you for this excellent mod! This is awesome to see that this mod has been released for vb4!
Quick question... I don't see anything about the download timers being in this version. Are there still the timers that allow different times per download based on the usergroup?
Also, I use the Import option on the current version quite often. Is there a possibility of adding a way to bulk import of thumbnail images as well? The images I use are all the same name of the file that is being uploaded. There have been times when I've had to import 200+ files and manually add a thumbnail to each file. This would be awesome if adding a way to add an import of thumbnail images as well as the files.
Again, thank you very much for this mod!
|
The download permissions are split up in this release. Have a look for the "DownloadsII Extra Permissions", right below the "DownloadsII Permissions".
Importing images isn't possible at the moment. I'm not sure how this should work? Most people don't have such matching file and image names.
Quote:
Originally Posted by d2sector
I am getting this error:
Error! The upload failed (error type 2).
My php upload / post limit is 50MB and the file im uploading is 5MB. I've also set the folder to 777 and created the file extension for .zip
What does error type 2 mean?
Thanks.
|
That's because of a new file size check.
Find and remove
HTML Code:
<input type="hidden" name="MAX_FILE_SIZE" value="{vb:raw inimaxattach}" />
from the downloads2_file and downloads2_file_addit templates.
I'm looking into this
Quote:
Originally Posted by Mycologist
Thanks for this mod, installed and it works perfectly. I have one question. How could I change the default sort order of files from "Date Added" "Descending" to "File Name" "Ascending"?
|
It's category based. You can change it in the category admin now.