![]() |
Quote:
Quote:
And there is another layout, I use Ajax scripts, and a lot graphics. |
Okay I have a question I just can't figure out. Is there a way to import all the attachments I have on the board, prior to installing this Mod? Or do I have to do them 1 at a time.
|
Is there a way to use this to allow users to downlaod files hosted from a remote location?
|
Quote:
Find PHP Code:
PHP Code:
Quote:
Quote:
Quote:
Quote:
|
Is there any way that this can be used so that only certain Usergroups can download certain files? if not can anyone point me in the right way for something that will?
|
Simply go to Admin CP > Usergroups > Usergroup Manager.
Press the "Edit" button in front of the desired usergroup and you will find various options regarding viewing, commenting and downloading of files. ;) |
Quote:
|
Quote:
|
Hi Jelle and thank you for the nice hack, hanging around for the web I found this mod, that seems like downloadsII, but with the ability to host remotely the files.. it has in the ACP options to set up an ftp connection to host the files on another server and the option to retrive them from a given HTTP link.
This would solve one big problem in DownloadsII, the file size limitation that most of us have on their server when uploading files via HTTP, and the ability to host the vbulletin script on a fast and expensive server for taking care of mysql queries, page generation and all the rest, and use a cheap remote server with bigger hard drive space just as a file vault. Are you interested in implenting it in the next version? I dont know if I can post the file here, kindly let me know if I can send you the file via email. Thank you for your time and keep up the good work!! |
Excellent mod....... thanks
I am getting this error when uploading ........ any ideas ? https://vborg.vbsupport.ru/ |
Great mod.
RS_Jelle About vb4, I will not upgrade unit release the new update for this mod for vb4 I believe that you can make an amazing devlopment with the 4 series (i.e staring in DownloadII 1.5 or 2.0) ! |
Quote:
|
Quote:
Quote:
Look for GD :) |
This is what it sais under the section of gd.
Thanks for helping gd GD Support enabled GD Version bundled (2.0.34 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.2.1 GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XPM Support enabled XBM Support enabled |
is there anyway to organize categories in 3 columns.
Just like this http://www.haitiwebs.com/downloads.php (may be sub-forums organization would help!! https://vborg.vbsupport.ru/showthrea...bforum+listing) thanks |
I hope you will support this hack for vB 4.0
I and probably a lot of other vB users use this mod. And I can't upgrade to vB 4.0 unless my downloads work. Too bad your neither an alpha or a beta tester. |
Quote:
Can you create JPG thumbnails with vB itself? Does the attachment/avatar/... system for example create a thumbnail when you upload a big JPG? Quote:
But of course, you could change the templates yourself for this. Quote:
|
Hi
we're using v5.1.1 and found the following bug: I uploaded a file called similar to "abc-1.1.1-win32.zip". When trying to download that file, the name was changed to "abc-1.1.win32.zip". I looked into "download.php" and found this on line 679: Code:
$newfilename = preg_replace('/[0-9]+-/','',$file['url']); Unfortunately, this line also deletes number-hyphen-combinations within the actual filename. Using the following fixes the bug: Code:
$newfilename = preg_replace('/^[0-9]+-/','',$file['url']); Cobinja |
Quote:
That works fine. I just get that error mesage when i try to upload the images to the downloads Update...................... I have this working ok now. Thank you very much for your help and for the mod |
I am having a issue with permissions. When I set a user group to not see certain download sections they can still see them. I have tried checking the box and not checking it. I have added the cat. #'s with a , in between each cat. I can't see to get this to work. Any suggestions on what I am missing.
|
I don't know, seems like it's more hassle than it's worth. Unless I am doing this wrong, and I mean no offense to the coder. I'm relatively new at this. I find that I am having to enter everything in manually because the importer is not working correctly, and nothing I have tried has remedied that. Unless, this is the way it's supposed to work. It just seems to be awful time consuming and wish it were more automated. I keep getting this when using the directory importer;
Warning: opendir() [function.opendir]: URL file-access is disabled in the server configuration in [path]/admincp/downloadadmin.php on line 290 Warning: opendir(http://www.404d.net/downloads/) [function.opendir]: failed to open dir: no suitable wrapper could be found in [path]/admincp/downloadadmin.php on line 290 |
I have installed it and got the following database error when adding the permissions in Group Permissions - on EVERY group that I tried setting the permissins for. (I have 3.8.1 PL1)
Naturally - when I try to view the downloads section (for example http://www.myforumaddress.com/downloads.php) I get a "You do not have permission to acess this page. How do I overcome this, Please? The following is the database error that I received... Code:
Database error in vBulletin 3.8.1: |
Quote:
I think that it maybe because I didn't uninstall the old version (Which didn't work for me) - or didn't over-write it? |
I have manually deleted the old files from BFC_Download and yours is working perfectly.
So it was my fault. :( |
I quite like the looks of this - But like the look on your new DownloadII version 6.
Is that available Please? |
Would it be possible that I could allow my Members to add "Word" and "Excel" files too, Please?
|
Quote:
Cancel that... Just added doc for word documents and xls for excel documents in the relevent section of "Downloads" in my ACP. This is great - Well done an a Fab MOD. |
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod
|
Quote:
|
oh thank paylax:) appreciate that
|
I'm currently a TV Guides, which includes several GB. I want to give up the database to the present and everything in the DownloadsII Beam. Now if I would have to download everything and then back up, then it would be a year Project. My downloads in the database to the present, I can set up so that I can upload the files with direct link. The DownloaderII supports direct loading from a server and trying to access is not always on the local HDD. Is there any way to add the ability to disable this function by making a few changes to the Tamplates so that I can load URLs from ?????.
|
Hi there, I have been using this with 3.6 version 5.0.8
am I able to upgrade to this even if still using 3.6 or must we stick to 5.0.8 for 3.6 , please? Cheers C EDIT: in answering my own question .. the answer is NO we moved servers and the previous location was /var/www/html/forums/downloads/ now the new server it is on /var/www/vhosts/domainname.com/httpdocs/forums/downloads/ not sure what to do to correct the location because when you click on the DOWNLOAD image it says it says ERROR: File not found. even though the file is in the download folder if you are able to provide a solution for this it would be brilliant .. thanks |
I'm trying to fix the file size limit by adding the .htaccess file you posted here. I already have a file with that name with this code in it:
Code:
RewriteEngine On Thanks! |
I love this idea and saw it on another forum, but it's not showing up in our nav bar when we install it. Any ideas?
|
Anyone please? I have user registering, downloading and leaving, I saw that this mod already keep track of how many upload/download each user make.
Would it be possible to implement some sort of check so that they can download for example up to 3 files, and then could not download anymore till they dont bring the ratio to 1:1 by uploading 3 files?? thanks! |
How would I move the Downloads link to say under the Community Dropdown on the NavBar?
Sorry for the basic question, but I just don't know. Thanks in advance. |
Quote:
Adding some borders to stop everything from "flying in whitespace" (like at the advanced reply page) would be welcome too. But I guess that integrating in the new asset manager and integrated search will be the most difficult part. Probably that won't make it into the first v6 version. |
I'm getting file limit exceeded message. I added some limits to different usergroups to test this feature, it limited me, than I changed it back to unlimited (-1) but I'm still getting the file limit exceeded.
Any ideas how I can fix this? Also It would be nice to be able to not display the Downloads link to some usergroups. |
I am unable to upload image to my Download post. I have browsed, picked an image, and click on image, but right after which is a blank screen.
I am sure that I have set the permission to upload images under the Usergroup. Can anyone please advise? Thank you. |
Quote:
Let me know how you get on. |
All times are GMT. The time now is 10:31 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|