PDA

View Full Version : Major Additions - DownloadsII


Pages : 1 2 3 4 [5] 6 7 8 9 10

caciocode
10-28-2010, 01:39 PM
Thanks for the update. I was hesitant to upgrade to the latest version of Vbulletin because I thought this and a few other mods would not work!. The forum (http://www.sheersoftware.com) using this mod. I might add a small donation later as the above.

Montecristo
10-28-2010, 02:00 PM
No added author column?:(

What I have to edit that template to display the author?

angkor408
10-28-2010, 05:02 PM
RS_Jelle, I want to customize your download as a Jukebox play for my site. Do you know which template i I need to modify the following text?

1. In this page:
http://www.khmerclub.com/downloads.php?do=cat&id=2

Under download next to comments = How can I change the downloads to play?

Under the latest files >> How cand I change to latestest song?


2. On this page:
http://www.khmerclub.com/downloads.php?do=file&id=288

When the user click downloads, how can I change the text to Play?


Please let me know since I want to create as a playlist.

Thanks,
Angkor

Hippy
10-28-2010, 08:52 PM
thanks for the update

KPalicz
10-28-2010, 09:52 PM
This may be a dumb question, but the instructions say how to install the mod if it is a new install, and how to upgrade from version 5, but no instructions on how to upgrade from a previous version of version 6. Help?

rfsforums
10-28-2010, 10:01 PM
This may be a dumb question, but the instructions say how to install the mod if it is a new install, and how to upgrade from version 5, but no instructions on how to upgrade from a previous version of version 6. Help?

Just upload the new files in the upload folder overwriting the current files and import the product via the admincp and set allow overwrite to yes

as always, backup your db first

Hippy
10-28-2010, 11:10 PM
the old tab is with in the new tab..

screenshot attached
firefox and IE8

Montecristo
10-29-2010, 04:06 AM
Rs_jell do not know why not answer my messages.

I studied a bit and I managed to do was put the author at the end of the description. If anyone serves me know.

https://vborg.vbsupport.ru/

Lord Doys
10-29-2010, 11:10 AM
I got this weird problem..
when i upload an image for a download i get a white screen..

the image is uploaded to the server (i can see with ftp) but the image will not be attached as an image for the download..

any idea?

sadiq6210
10-29-2010, 11:42 AM
DownloadsII 6.0.6 fixes a profile tab design issue with vBulletin 4.0.8. Next to that, it's now possible to edit comments. There are usergroup permissions to control this. Also two minor bugs are fixed now.

DownloadsII 6.0.6 Changelog

Jelle

Added compatibility for vBulletin 4.0.8 (new profile tab design)
Added functionality to edit comments
Fixed no permission page when users get redirected to non-approved files
Fixed missing sessionid in navigation


Jelle, we need widget to view the last x replies like the Blog and the Forum widgets

Hippy
10-29-2010, 08:36 PM
Rs_jell do not know why not answer my messages.

I studied a bit and I managed to do was put the author at the end of the description. If anyone serves me know.

http://www.actors-studio.org/Temporales/autor.png

share what you did m8.
I would like to do this as well

djrichards
10-29-2010, 09:21 PM
Yesterday I updated this module to 6.0.6 (from 6.0.5) on my website and now uploads will not function correctly.

I'm running vB 4.0.8.

When uploading files of ANY size we now get the following error message.

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/var/tmp/php8LYJxE' to './downloads/89997-Driving_Redefined.pdf' in [path]/downloads.php on line 1588

Any idea what's going on here?

Thanks.

Montecristo
10-29-2010, 09:23 PM
share what you did m8.
I would like to do this as well

Ok...

Here it is.

If not properly upload the file let me know.

Hippy
10-30-2010, 01:20 PM
thanks will check it out later..

stationar
10-30-2010, 07:01 PM
It looks like "Security Token" issue is more vBulletin problem, not DownloadsII. Correct me if I am wrong.
So far I commented out the following code in downloads.php. It disables the time limit feature, but allows to download. if (!verify_security_token($vbulletin->GPC['actionhash'], $vbulletin->userinfo['securitytoken_raw']))
{
eval(standard_error(fetch_error('security_token_in valid', $vbulletin->options['contactuslink'])));
}

RS_Jelle
10-31-2010, 06:16 PM
Thanks for the update! I've been testing this mod for a while and would love to use it and $ contribute but I'm having the same issues a Bobbo. Is there a work around like Bobbo suggests? Please send me a PM for the best way to $ contribute to this Mod.

Thanks! David

I'm investigating the secundary usergroups ;)

No added author column?:(

What I have to edit that template to display the author?

It's a bit difficult to add all data in the limited category view. There's also the file rating for example.

Other people wanting the files' author to be there by default?

This may be a dumb question, but the instructions say how to install the mod if it is a new install, and how to upgrade from version 5, but no instructions on how to upgrade from a previous version of version 6. Help?

The instructions say "First time installation / Normal Upgrade" as both are pretty much the same: upload/overwrite the files on your FTP and import the product XML :)

the old tab is with in the new tab..

screenshot attached
firefox and IE8

That's strange as the fix is working fine on my test site. Did you import the 6.0.6 product file with the overwrite option set to yes?

Any other people with profile tab issues after the upgrade?

RS_Jelle
10-31-2010, 06:24 PM
I got this weird problem..
when i upload an image for a download i get a white screen..

the image is uploaded to the server (i can see with ftp) but the image will not be attached as an image for the download..

any idea?

That means the database query which is inserting the image data didn't ran any more after the upload. Check your PHP and MySQL timeout settings. PHP or MySQL could time out if it's a big file/image.

Yesterday I updated this module to 6.0.6 (from 6.0.5) on my website and now uploads will not function correctly.

I'm running vB 4.0.8.

When uploading files of ANY size we now get the following error message.



Any idea what's going on here?

Thanks.

That's strange as there aren't any changes to the upload code. Check your downloads folder and its chmod.

It looks like "Security Token" issue is more vBulletin problem, not DownloadsII. Correct me if I am wrong.
So far I commented out the following code in downloads.php. It disables the time limit feature, but allows to download. if (!verify_security_token($vbulletin->GPC['actionhash'], $vbulletin->userinfo['securitytoken_raw']))
{
eval(standard_error(fetch_error('security_token_in valid', $vbulletin->options['contactuslink'])));
}

The guest download security token error after logging in is a bit a design issue. Removing that code (only the first instance, not the other ones!!) fixes it indeed, but then you have a CSRF "security" issue, though it's not really that worse. Only if you limit downloads it could possibly be an issue.

stationar
10-31-2010, 06:53 PM
I commented out only first instance. The others are in place. I noticed that they prevent moderators from removing files. Maybe some other undiscovered issues. Can you expain how this security token works, and where should I look for the problem?

djrichards
10-31-2010, 08:10 PM
That's strange as there aren't any changes to the upload code. Check your downloads folder and its chmod.

That's the first thing I checked although I wouldn't have expected that to change with the update. Still set to 777.

Any other ideas? I'd really hate to have to change DL modules AGAIN. :-)

stationar
11-01-2010, 02:20 PM
Fixed missing sessionid in navigationCould this cause the "Invalid security token" issue? In previous versions there was no security token verification. Can I safely comment out all parts of the code that represent this fix? My moderators can't moderate approve or delete files at all.

iask
11-01-2010, 04:28 PM
this possible ? see image

RS_Jelle
11-01-2010, 07:27 PM
That's the first thing I checked although I wouldn't have expected that to change with the update. Still set to 777.

Any other ideas? I'd really hate to have to change DL modules AGAIN. :-)

Hmm, I just checked all changes in 6.0.6 once again and there's really nothing that can cause it compared to 6.0.5.

What about the chown of the folder? I saw some cases in the past where the folders' owner changed because you overwrite it.
Are you running PHP safe mode?

+ If you have a test site on the same server, try it over there.

Fixed missing sessionid in navigation

Could this cause the "Invalid security token" issue? In previous versions there was no security token verification. Can I safely comment out all parts of the code that represent this fix? My moderators can't moderate approve or delete files at all.

No, that has nothing to do with it. The security tokens were added in 6.0.5, not in 6.0.6. In this release there were no changes to them.

Don't comment out any other occurrence of them except for the first one. All others are there for real hard security reasons: without them people could post delete/approve links in IMG-tags on your forum and when a moderator/admin views such malicious threads, they automatically do the action without knowing it (causing the unwanted deletion/approval of a file).

I guess it's a template issue or so. Did you forget to revert some customized templates after the upgrade, so they are missing the security tokens?

If it won't work, you can always send me a pm with your site information and then I will take a look at it.

this possible ? see image

Multiple files per download are currently not possible.

Nadeemjp
11-01-2010, 10:08 PM
hi Jelle
I am running vb4.0.8 the latest version.
I have always uploaded files and never tried to download.
A couple of days ago I tried to download one of my own files and i came accross the following errors:


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@familybunker.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.familybunker.com Port 80


i tried downloading all the files and every file gives this error.
any particular reason why this is happening?

stationar
11-01-2010, 10:10 PM
Did you forget to revert some customized templates after the upgrade, so they are missing the security tokens?That was it! You're brilliant. I have custom downloads2_file template, and forgot to compare them with the last version. All works now.

Montecristo
11-02-2010, 03:21 AM
RS_Jell, I have found a bug.

I set in the group so that users can not delete your uploaded files and the same appears to them that option.

Any idea?

sadiq6210
11-02-2010, 10:35 AM
Any other people with profile tab issues after the upgrade?

With me it is perfect :up:

axix20xx
11-03-2010, 03:55 PM
thanks very much
How can i use this mod with another domain I mean sub doamin
instead of using www.mysite.com/Forum/downloads use a sub domain like www.dl.mysite.com/download
how can I do this ?

insidedesign
11-03-2010, 06:18 PM
Thank you for the latest release! Looking forward to the future! :)

sadiq6210
11-03-2010, 06:38 PM
thanks very much
How can i use this mod with another domain I mean sub doamin
instead of using www.mysite.com/Forum/downloads use a sub domain like www.dl.mysite.com/download
how can I do this ?

From CPanel (www.site.com/cpanel) >> sub-domains

you can use (dl.site.com) instead of (site.com/forum/downloads.php)

fixbug
11-04-2010, 01:11 PM
6.06 working well on my 4.08, thank you.
I've a question : How can I be notified (mail or pm) when a download is submitted ?

angkor408
11-04-2010, 09:02 PM
Is the developer ever respond? Just curious that all..


RS_Jelle, I want to customize your download as a Jukebox play for my site. Do you know which template i I need to modify the following text?

1. In this page:
http://www.khmerclub.com/downloads.php?do=cat&id=2

Under download next to comments = How can I change the downloads to play?

Under the latest files >> How cand I change to latestest song?


2. On this page:
http://www.khmerclub.com/downloads.php?do=file&id=288

When the user click downloads, how can I change the text to Play?


Please let me know since I want to create as a playlist.

Thanks,
Angkor

TeknoSounds
11-05-2010, 04:26 AM
What you're looking for is within the phrases of downloads II.
AdminCP->Languages and Phrases->Search in phrases, and search for the ones you're looking to change. Do the change and refresh the DL2 page, if it changed the right one, you're on the right path :) Otherwise, trial and error.

angkor408
11-05-2010, 04:50 AM
Thanx for he info Techno.. If change the phrase will it effect the SQL database table?

angkor408
11-05-2010, 05:31 AM
Techno, I was able to changed the phrase now. Thanks for your help.

TeknoSounds
11-05-2010, 11:00 AM
Your changed phrases will still contain the original value if you would like to revert it at any time. Otherwise it'll stay changed unless you import a language file on top of it that would overright your current lang file.

Glad to hear it worked out for you ok :) If any mod is done right most every set of text would be phrased so you can change things how you like without having to hardcode them into templates or other php pages.

angkor408
11-05-2010, 02:53 PM
The only thing I noticed the number of total download I changed to " Listen". If you look above it to the left it changed to " listen" also. I thought it was a seperate phrase. Here is the link.

http://www.khmerclub.com/downloads.php?do=cat&id=2

angkor408
11-05-2010, 02:54 PM
Do you know if there a CMPS block that support VB 4.0?

axix20xx
11-05-2010, 04:51 PM
From CPanel (www.site.com/cpanel) >> sub-domains

you can use (dl.site.com) instead of (site.com/forum/downloads.php)

thanks
i mean how can use subdoiam in this mod
how can set it with sub doamin that i told on that post
sorry for my bad english ...

iask
11-06-2010, 02:44 PM
this possible ?

Smiler2009
11-06-2010, 04:15 PM
I need to be able to filter the download categories based on additional usergroups, not just primary, is this being worked on for a future update?

Jeff.

grahamsmythe
11-08-2010, 12:14 PM
Great mod, but keep getting a database error.

Uploaded files upload OK, but instead of a confirmation screen, we get a database error.

Any ideas?

Database error in vBulletin 4.0.8:

Invalid SQL:
SELECT downloadsIIforumid FROM dl2_main WHERE 1=1;

MySQL Error : Unknown column 'downloadsIIforumid' in 'field list'
Error Number : 1054
Request Date : Monday, November 8th 2010 @ 07:10:58 AM
Error Date : Monday, November 8th 2010 @ 07:10:58 AM
Script : http://www.ourdomainname.co.uk/downloads.php?do=add
Referrer : http://www.ourdomainname/downloads.php?do=add&cat=17
Username : username
Classname : vB_Database
MySQL Version : 5.1.42

stationar
11-08-2010, 02:36 PM
Do you have this mode installed? DownloadsII Create New Thread Add-On [vB4] (https://vborg.vbsupport.ru/showthread.php?t=247952)
Looks like it is trying to create a thread in the forum.

grahamsmythe
11-08-2010, 02:41 PM
Do you have this mode installed? DownloadsII Create New Thread Add-On [vB4] (https://vborg.vbsupport.ru/showthread.php?t=247952)
Looks like it is trying to create a thread in the forum.

yes, I do have it installed.

I'll check that out.

Thanks for your help.

stationar
11-08-2010, 10:04 PM
Just try to re-install it.

Semlyen IT
11-09-2010, 10:11 AM
Is this a bug?

Once a user has uploaded a file, they're redirected to the page for that file (downloads.php?do=file&id=xx).

But if the file has to be moderated, the user can't view this page. So they get a "You don't have permissions to view this page" error page. Which is confusing for the users who will assume that the upload hasn't worked.

EDIT: At the risk of seeming a little hack-happy I fixed this by changing line 1645 in download.php from

$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'] . "do=file&id=$id";

to:

$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'];

RS_Jelle
11-09-2010, 07:10 PM
RS_Jell, I have found a bug.

I set in the group so that users can not delete your uploaded files and the same appears to them that option.

Any idea?

Good catch, pretty strange I really missed that permission check :)
This will be fixed in the next release.

hi Jelle
I am running vb4.0.8 the latest version.
I have always uploaded files and never tried to download.
A couple of days ago I tried to download one of my own files and i came accross the following errors:


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@familybunker.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.familybunker.com Port 80


i tried downloading all the files and every file gives this error.
any particular reason why this is happening?

This is a server specific error. Internal server errors are mostly caused by invalid .htaccess contents.

I need to be able to filter the download categories based on additional usergroups, not just primary, is this being worked on for a future update?

Jeff.

I'm already looking into additional usergroups ;)

Is this a bug?

Once a user has uploaded a file, they're redirected to the page for that file (downloads.php?do=file&id=xx).

But if the file has to be moderated, the user can't view this page. So they get a "You don't have permissions to view this page" error page. Which is confusing for the users who will assume that the upload hasn't worked.

EDIT: At the risk of seeming a little hack-happy I fixed this by changing line 1645 in download.php from

$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'] . "do=file&id=$id";

to:

$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'];

I see you are running 6.0.5, just upgrade to 6.0.6 as it's fixed in it (in another way) :)

Jackie1
11-10-2010, 01:21 PM
how can i clear database downloads and add another one new ?
i mean i dont know how to update count

stationar
11-10-2010, 04:57 PM
To reset the counter, you set downloads field in dl2_main table to 0.
Also clear the dl2_downloads table.
Backup the database before manually tweaking it.

Greeksgal
11-11-2010, 09:30 PM
I'm getting a atabase error after upgrading to 4.0.8

Database error in vBulletin 4.0.8:

Invalid SQL:
SELECT * FROM *****dl2_files ORDER BY dateadded DESC LIMIT;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Thursday, November 11th 2010 @ 05:21:53 PM
Error Date : Thursday, November 11th 2010 @ 05:21:53 PM
Script : http://www.*********/forum.php
Referrer : http://www.*************
IP Address : *******
Username : *****
Classname : vB_Database
MySQL Version : 5.0.91-community

The dl2_files is a Downloads II table. Any idea what I can do to rectify this without uninstalling the plugin? All hooks are disabled via the config yet this error suggests that the plugin is still running?

If I uninstall this mod I will lose all my files, comments, download threads, yes? My forum is not working because of this error and I don't know what to do. I upgraded the files to the 4.0.8 compatiable version.

RS_Jelle
11-12-2010, 06:34 AM
I'm getting a atabase error after upgrading to 4.0.8

Database error in vBulletin 4.0.8:

Invalid SQL:
SELECT * FROM *****dl2_files ORDER BY dateadded DESC LIMIT;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Thursday, November 11th 2010 @ 05:21:53 PM
Error Date : Thursday, November 11th 2010 @ 05:21:53 PM
Script : http://www.*********/forum.php
Referrer : http://www.*************
IP Address : *******
Username : *****
Classname : vB_Database
MySQL Version : 5.0.91-community

The dl2_files is a Downloads II table. Any idea what I can do to rectify this without uninstalling the plugin? All hooks are disabled via the config yet this error suggests that the plugin is still running?

If I uninstall this mod I will lose all my files, comments, download threads, yes? My forum is not working because of this error and I don't know what to do. I upgraded the files to the 4.0.8 compatiable version.

That's not caused by DownloadsII itself:
Script : http://www.*********/forum.php
DownloadsII hasn't got any plugins in the forum index. I guess you are using the unofficial "Forum block - latest files from downloads II (https://vborg.vbsupport.ru/showthread.php?t=235596)" add-on or something like that.

Strange query though, without any limits.

sadiq6210
11-12-2010, 10:27 AM
Jelle, this is my DOWNLOADSII statistics
- We have 1,074 files in 133 categories.
- They have been downloaded 158,554 times.

About the replies, it is very difficult to follow the replies for a member uploaded more than 200 files. I suggest to make a notification to the file uploader when someone reply (optional in admincp DOWNLOADSII options). Becuase some users may write a question when the file uploder doesn't know that there is a new reply which is including a question for him.

Also, we can make a block in the side bar for the latest replies.

I just need a feature to follow the replies in DOWNLOADSII.

TeknoSounds
11-12-2010, 10:44 AM
As in comments?

If I hadn't mentioned already a "Comment Manager" would be really great to have. I have guest comments on and that leads to lots of spam comments, but it is necessary to have them on. But would be nice to be able to manage comments from the adminCP or somewhere so could mass review/delete comments to DL2.

sadiq6210
11-12-2010, 10:55 AM
As in comments?

If I hadn't mentioned already a "Comment Manager" would be really great to have. I have guest comments on and that leads to lots of spam comments, but it is necessary to have them on. But would be nice to be able to manage comments from the adminCP or somewhere so could mass review/delete comments to DL2.

It is better to make it an option, enable or disable this feature from admincp :)

MrEyes
11-13-2010, 12:19 PM
Hello all,

I have just migrated from one server to another and unfortunately I now get the following error when attempting to access downloads pages:

Your server is running safe mode. You MUST manually create a folder named dl_tmp under your downloads folder. Be sure to change the permissions to 777.

The error is fairly self explanatory, however I have created the folder and its permissions are definately set to 777.

Anybody got any ideas?

sadiq6210
11-13-2010, 01:27 PM
Hello all,

I have just migrated from one server to another and unfortunately I now get the following error when attempting to access downloads pages:



The error is fairly self explanatory, however I have created the folder and its permissions are definately set to 777.

Anybody got any ideas?

Make sure that you creat the folder ( dl_tmp ) inside the downloads folder NOT in forum folder.

From FTP
Enter (Forum) folder >> Enter (downloads) folder >> you should find ( dl_tmp ) folder inside with permission 777

:)

stationar
11-13-2010, 06:41 PM
I just made a little change, that made a big difference for my users. Users can prevent anybody from accessing their files simply by adding unwanted visitors to ignore list.
In downloads.php find the line: $dlcustomtitle = htmlspecialchars_uni($file['title']);
Add after it:
//CHECK IGNORE LIST
$ignore = $db->query_first("SELECT * FROM `userlist` WHERE relationid = '".$vbulletin->userinfo['userid']."' AND userid = '".$file['uploaderid']."' AND type = 'ignore'");
if ($ignore['relationid'] == $vbulletin->userinfo['userid'])
{
print_no_permission();
}
//END CHECK IGNORE LIST

RS_Jelle, if you will find more elegant solutioin, can you include it in one of your releases?

Robbed
11-13-2010, 10:00 PM
RS Jelle - After upgrading to vb 4.08 the sidebar colors are different and don't match.

Do i have to add custom css to get it back, i know vb changed a bunch of stylevars.

diabolicds
11-19-2010, 01:16 AM
Installed thx to author,but is this working under 4.08 ?

getting an error when I try to upload .rar file

You may only upload or link to the following extensions:

what extensions is that? But cants see wich extension etc.

Hope someone can help :(
Cheers

TeknoSounds
11-19-2010, 01:23 AM
did you allow rar files to be uploaded? you must set the filetypes allowed in the admincp

Ophelia
11-19-2010, 01:37 AM
Is there, by chance, an importer for Links & Download manager? Andrew passed away and we're trying to find a way to easily transition to something else,

diabolicds
11-19-2010, 08:10 AM
did you allow rar files to be uploaded? you must set the filetypes allowed in the admincp

Thx m8 working like charme :p

NFLfbJunkie
11-19-2010, 01:24 PM
Are there any plans to integrate a points/cash system (like vBCredits) in to vBDownloads? Meaning, users are only able to download if they have the points/cash to do so?

diabolicds
11-19-2010, 01:30 PM
Would like to know is it possible somehow to forbid direct download?

For example if one registered user download file he can see than direct link to that file so he can place that direct link to any pub forum or share with others not registered users on my board. Is this possible?

Cheers

TeknoSounds
11-19-2010, 09:53 PM
Thx m8 working like charme :p
glad to hear :D

Are there any plans to integrate a points/cash system (like vBCredits) in to vBDownloads? Meaning, users are only able to download if they have the points/cash to do so?
This is Downloads II, vBDownloads is made by the same guys that make vBCredits and will integrate.

Khalat
11-20-2010, 06:53 AM
There is a problem with sites that using RTL Language , in the Rating POPUP Menu.

you can view the screen shot at the attached images .

jluerken
11-21-2010, 07:32 AM
Is someone already working on a German translation?

Because I started to translate it to German...


Would you please so kind to share the german language file if you are done?

sadiq6210
11-21-2010, 10:13 AM
I translated to ARABIC lang.

Attached here

Good luck

Kolbi
11-21-2010, 03:24 PM
Would you please so kind to share the german language file if you are done?

Look here: http://www.vbulletin-germany.org/showthread.php?t=7428

obmob
11-22-2010, 10:04 PM
Is there, by chance, an importer for Links & Download manager? Andrew passed away and we're trying to find a way to easily transition to something else,
I did it using the batch importer, after that, I modified each entry's date and dowload count. Now, I only had around 300 so, took me a couple days.

EDIT

Just realized that inside my gallery the navbar link for the downloads was not working, maybe this is useful for any of you.

Open downloads2_navbar_link template and insert {vb:raw vboptions.bburl}/ before any downloads.php

<vb:if condition="$vboptions['selectednavtab'] == 'downloads2'">
<li class="selected">
<a class="navtab" href="{vb:raw vboptions.bburl}/downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase downloads2}</a>
<ul class="floatcontainer">
<li><a href="{vb:raw vboptions.bburl}/downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase dl2_main}</a></li>
<vb:if condition="$show['dlsearch']">
<li><a href="{vb:raw vboptions.bburl}/downloads.php?{vb:raw session.sessionurl}do=search">{vb:rawphrase dl2_search_downloads}</a></li>
</vb:if>
<vb:if condition="$show['addnewfile']">
<li><a href="{vb:raw vboptions.bburl}/downloads.php?{vb:raw session.sessionurl}do=add">{vb:rawphrase dl2_add_file}</a></li>
</vb:if>
<vb:if condition="$show['manfiles']">
<li><a href="{vb:raw vboptions.bburl}/downloads.php?{vb:raw session.sessionurl}do=manfiles">{vb:rawphrase dl2_manage_files}</a></li>
</vb:if>
</ul>
</li>
<vb:else />
<li><a class="navtab" href="{vb:raw vboptions.bburl}/downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase downloads2}</a></li>
</vb:if>

synseal
11-23-2010, 10:51 AM
Don't know what I am doing wrong, upgraded to the latest version of this but all I keep getting is below whenever I try to upload file, I have the extensions set correct to allow .rar also.

Error! The upload failed (error type 1).

I tried this mentioned here but it makes no difference https://vborg.vbsupport.ru/showpost.php?p=1964662&postcount=309.

Feechen
11-25-2010, 06:08 PM
Hi RS_Jelle,

You wrote

You can't use HTML any more in the category descriptions.


I have the problem that I've used a lot of HTML formatting in my category descriptions with the version 5.05. Since you have eliminated this feature in the current version , I am not even able to add a carriage return in order to show a textual paragraph. Can you give me a hint how I could solve the problem?

Do you intend to add the HTML feature again in the future?

Thank you in advance for your help.

Regards

RS_Jelle
11-26-2010, 03:00 PM
Don't know what I am doing wrong, upgraded to the latest version of this but all I keep getting is below whenever I try to upload file, I have the extensions set correct to allow .rar also.

Error! The upload failed (error type 1).

I tried this mentioned here but it makes no difference https://vborg.vbsupport.ru/showpost.php?p=1964662&postcount=309.

You have error type 1, that post you mention is about error type 2.
http://php.net/manual/en/features.file-upload.errors.php
Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini.

Pretty much self explaining. You need to up it using a .htaccess or in your php.ini :)

Hi RS_Jelle,

You wrote



I have the problem that I've used a lot of HTML formatting in my category descriptions with the version 5.05. Since you have eliminated this feature in the current version , I am not even able to add a carriage return in order to show a textual paragraph. Can you give me a hint how I could solve the problem?

Do you intend to add the HTML feature again in the future?

Thank you in advance for your help.

Regards

It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
$cat['description'] = htmlspecialchars_uni($cat['description']);

synseal
11-26-2010, 03:41 PM
You have error type 1, that post you mention is about error type 2.
http://php.net/manual/en/features.file-upload.errors.php


Pretty much self explaining. You need to up it using a .htaccess or in your php.ini :)


Dont know where the php.ini is nor do I know what to add to it, I know where the .htaccess file is but what do I add to it.

I tried this in the .htaccess after reading vb.org but didnt' work.

php_value memory_limit 30M

Thanks.

RS_Jelle
11-26-2010, 05:40 PM
Dont know where the php.ini is nor do I know what to add to it, I know where the .htaccess file is but what do I add to it.

I tried this in the .htaccess after reading vb.org but didnt' work.

php_value memory_limit 30M

Thanks.

You need to add this:
php_value upload_max_filesize 30M
php_value post_max_size 30M

Feechen
11-26-2010, 10:27 PM
Hi RS_Jelle,

It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
$cat['description'] = htmlspecialchars_uni($cat['description']);

Unfortunately this does not help. The problem is still the same. Is there anything else which I have to change?

Thank you for your help.

Regards

synseal
11-27-2010, 03:50 AM
You need to add this:
php_value upload_max_filesize 30M
php_value post_max_size 30M

Thank you Jelle, worked a treat :up:.

sadiq6210
11-27-2010, 07:22 AM
Jelle, Are you planning to add new features and options in the next release?

Feechen
11-27-2010, 09:23 AM
Hi RS_Jelle,

It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
$cat['description'] = htmlspecialchars_uni($cat['description']);

I found out why it did not work. There is a second line which must be deleted:

$sub['description'] = htmlspecialchars_uni($sub['description']);


Now it is working :)

Thank you for your hint.

Regards

Ophelia
11-27-2010, 02:34 PM
I did it using the batch importer, after that, I modified each entry's date and dowload count. Now, I only had around 300 so, took me a couple days.

Did it bring over all the images that L&D had as well as the zips? I don't care about the date or the download count to be honest, I just need a way to get everything from there to something that is being updated on a regular basis.

Kolbi
11-28-2010, 08:03 AM
I´m getting always the message:
"Your limited downloading things is reached" (or like this I´m working with a German translation) although I as Admin have no limitations???

axix20xx
11-28-2010, 02:46 PM
How can I remove file upload from computer section and only active the give link section in add new file page

RS_Jelle
11-28-2010, 05:30 PM
I?m getting always the message:
"Your limited downloading things is reached" (or like this I?m working with a German translation) although I as Admin have no limitations???

The only thing I can think about is that you've set any of the three limitations to 0. You need to set them to -1.
There are three usergroup permissions with this message: "Set this to -1 for there to be NO limit."

Are those three ok?

How can I remove file upload from computer section and only active the give link section in add new file page

Just set the correct usergroup permissions:
Can Link to Files -> Yes
Can Upload Files -> No

Kolbi
11-28-2010, 06:26 PM
The only thing I can think about is that you've set any of the three limitations to 0. You need to set them to -1.
There are three usergroup permissions with this message: "Set this to -1 for there to be NO limit."

Are those three ok?


All setting are like you said.

See attachement:
123978
123979

RS_Jelle
11-28-2010, 07:38 PM
All setting are like you said.

See attachement:
123978
123979

And it's not an additional usergroup? It's the primary admin usergroup?
Pretty strange as we have the same setup on our site and we have no problems. The PHP code is also pretty clear.

I can check it out on your site (if you want of course). Then you need to pm me the necessary information.

Drakah
11-29-2010, 02:23 PM
Can you please add in the option for custom fields so that I can add in a field for "Version"?

Also, need to please have the Date of the download showing the latest date updated, not dated for when it was originally created.

Kolbi
11-29-2010, 03:00 PM
And it's not an additional usergroup? It's the primary admin usergroup?
Pretty strange as we have the same setup on our site and we have no problems. The PHP code is also pretty clear.

I can check it out on your site (if you want of course). Then you need to pm me the necessary information.

Well, I?m (Admin) are in two additional user groups:

First has download rights
Second has no download rights


But the main user group Administrator has Download rights as well.

I guess the "No"-Option of the one additional user group can?t override a primary "Yes"?
I thought a secondary user group only can overrides "No" (in primary user group?)?

Feechen
11-29-2010, 07:39 PM
Hi RS_Jelle,

The time between two downloads is set to approx. 60 seconds so that you cannot download a file earlier. Is it possible to reduce this time and where can I do so? I didn't find the option in the settings.

Thanks for your help.

Regards

sadiq6210
11-29-2010, 08:56 PM
Hi RS_Jelle,

The time between two downloads is set to approx. 60 seconds so that you cannot download a file earlier. Is it possible to reduce this time and where can I do so? I didn't find the option in the settings.

Thanks for your help.

Regards

Admincp >> usergroup permissions >> DownloadsII Extra Permissions >> Download DELAY

Feechen
11-29-2010, 09:36 PM
Hi sadiq6210,

Admincp >> usergroup permissions >> DownloadsII Extra Permissions >> Download DELAY

Apparently, I missed the wood for the trees! Thanks a lot.

Regards

lvlehrad
11-30-2010, 04:58 PM
why google dont index downloads || :((

Your Demo (http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_FAIR332&=&q=site%3Ahttp%3A%2F%2Fwww.minatica.be%2Fdownloads. php&btnG=Google+Search)

RS_Jelle
12-01-2010, 04:23 PM
Well, I?m (Admin) are in two additional user groups:

First has download rights
Second has no download rights


But the main user group Administrator has Download rights as well.

I guess the "No"-Option of the one additional user group can?t override a primary "Yes"?
I thought a secondary user group only can overrides "No" (in primary user group?)?

I'm looking into additional usergroups ;)
It's caused because vB thinks for example 5 is always better/higher than -1.

why google dont index downloads || :((

Your Demo (http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_FAIR332&=&q=site%3Ahttp%3A%2F%2Fwww.minatica.be%2Fdownloads. php&btnG=Google+Search)

It's indexing them fine: http://www.google.com/search?source=ig&hl=en&q=site%3Ahttp%3A%2F%2Fwww.minatica.be%2Fdownloads
I'm testing friendly URL's for my categories and files.

Kolbi
12-01-2010, 04:32 PM
I'm looking into additional usergroups ;)
It's caused because vB thinks for example 5 is always better/higher than -1.


Lol :)

Okay, thank you!

Do you think you can change this?

1 or 0 for unlimited and -1 for restrictions?

My issue is solved, I deleted one additional usergroup.

sadiq6210
12-01-2010, 11:47 PM
Jelle, this is my DOWNLOADSII statistics
- We have 1,074 files in 133 categories.
- They have been downloaded 158,554 times.

About the replies, it is very difficult to follow the replies for a member uploaded more than 200 files. I suggest to make a notification to the file uploader when someone reply (optional in admincp DOWNLOADSII options). Becuase some users may write a question when the file uploder doesn't know that there is a new reply which is including a question for him.

Also, we can make a block in the side bar for the latest replies.

I just need a feature to follow the replies in DOWNLOADSII.

RS_Jelle,
Could we have something like that in next releases?

I appreciate your effort :)

Hippy
12-07-2010, 12:28 AM
rs_jelle,
this was brought to my attention today
when compatibility mode is turned on in IE8 in users profile .. the Downloads tab goes under the reset of the tabs but hides under / behind the visiter message box..

fholbert
12-07-2010, 11:20 PM
Placed DownloadsII 6.0.6 in my forum. Works great but one strange thing. If you choose to edit the description of a file there isn't a Save button. To save the edit you must click on Edit File (at the bottom) again.

Is there a fix for that?

Hippy
12-08-2010, 01:19 AM
i never noticed this .. will have to test this

Helmut71
12-10-2010, 04:17 AM
I've noticed a style error on my laptop (IE7). The screen is stretched and a table seems to be too large...

Anything I can do about this?

ImagenSkins
12-10-2010, 04:27 AM
How do you make it so that the most recently commented file is on top, like forumdisplay updates the the thread order from top to bottom from the most recent comment to the most old...?

razyzg
12-10-2010, 05:12 PM
Is it possible to modify this mod so that members can download .avi files.
I am adding this .avi files on a link.

It adds the file but when I click on the doanload button I just get some letters, looks like an error or something. But the download works in Firefox, but not in IE (I am using 8).
And offcourse I added avi to exstension list...

When I upload it normally it works great, but thats not the option I need.

Crotan
12-11-2010, 06:30 PM
Hmmm I have an .htaccess file already. However it in a directory up from where the downloads.php is located.

For instant my .htaccess file is located within /www
and the downloads.php file is located within /www/forums

Do i edit the file I already have or create a new one following the instructions

The directions you linked to said to create and place a .htaccess file in the same directory as downloads.php is this right?

stl7997
12-12-2010, 04:54 AM
I had Downloads II disabled on my forum for a couple months and now I have returned back to it. I'm noticing that in the stats is says I have over 4 billion files? How do I reset this?

RS_Jelle
12-12-2010, 06:26 AM
I've noticed a style error on my laptop (IE7). The screen is stretched and a table seems to be too large...

Anything I can do about this?

Upgrade to IE8 (IE9 is on the way). IE7 was released in 2006 :)
I know there are some small design errors with older IE versions, but they are not first priority to me. Though a redesigned interface is something on my todo list.

How do you make it so that the most recently commented file is on top, like forumdisplay updates the the thread order from top to bottom from the most recent comment to the most old...?

That's currently not a sort option as the last comment date isn't saved in the file table (the last download date is). Good suggestion though.

Is it possible to modify this mod so that members can download .avi files.
I am adding this .avi files on a link.

It adds the file but when I click on the doanload button I just get some letters, looks like an error or something. But the download works in Firefox, but not in IE (I am using 8).
And offcourse I added avi to exstension list...

When I upload it normally it works great, but thats not the option I need.

Linked files are beyond the control of DownloadsII. When you link a file, DownloadsII just redirects you to the link. It can't control the headers sent by the server then.

Hmmm I have an .htaccess file already. However it in a directory up from where the downloads.php is located.

For instant my .htaccess file is located within /www
and the downloads.php file is located within /www/forums

Do i edit the file I already have or create a new one following the instructions

The directions you linked to said to create and place a .htaccess file in the same directory as downloads.php is this right?

Both should do the same thing :)

I had Downloads II disabled on my forum for a couple months and now I have returned back to it. I'm noticing that in the stats is says I have over 4 billion files? How do I reset this?

Downloads -> Manage Files (downloads.php?do=manfiles) -> Update Counters

New Joe
12-13-2010, 05:36 AM
How do I add a picture on the left, the same as it shows here?:
https://vborg.vbsupport.ru/attachment.php?attachmentid=108405&d=1262005614
I have clicked on the Upload an Image but it just doesn't up load or show.

tldagent
12-13-2010, 07:57 PM
Hi RS_Jelle! Is this working yet with secondary usergroups? We have a special integration using WHMCS which based on subscription manages our members usergroups. All members are in the registered usergroup and then based on subscription or product purchase, we've integrated this in such a way that it adds a secondary usergroup to each member based on their purchase. So a member can have several secondary usergroups and we've set this up based on the vBulletin system override of usergroup permissions making the most permissions override the primary usergroup permissions. Anyway it's sorta complicated.

Basically I'm checking to see if the Downloads II product can be used based on vbulletin default usergroup permissions and overrides just like forum access. We tried previously but it didn't work, everyone was getting invalid file because it was using the 'Registered' members user permissions rather than the secondary group which would essentially override.

If this doesn't work yet, can you lead me in a direction so that I can get this to work and I'm happy to provide the edited code as a contribution as I see others have asked about this too.

Thanks for this great component! Look forward to your reply.

Montecristo
12-14-2010, 03:17 PM
As I can do for users who do not have to wait 45 seconds between downloads and over?

Crotan
12-15-2010, 07:55 PM
Does the download limit still still work with linked files? or only those uploaded through the system?

I've uploaded through ftp some large zip files with l4d2 campaigns (400mb for example) but would still like to limit their download for registered users.

Nvm, it does not hmm. :( I was unable to up my php file size through .htaccess I guess my next step is my webhost and php.ini

reddyink
12-16-2010, 11:37 AM
I would like to remove the Downloads tab on the navbar which gets installed automatically. How?
thanks

RS_Jelle
12-16-2010, 02:15 PM
How do I add a picture on the left, the same as it shows here?:
https://vborg.vbsupport.ru/attachment.php?attachmentid=108405&d=1262005614
I have clicked on the but it just doesn't up load or show.

AdminCP -> DownloadsII -> Settings -> Show File Thumbnails -> Yes

Hi RS_Jelle! Is this working yet with secondary usergroups? We have a special integration using WHMCS which based on subscription manages our members usergroups. All members are in the registered usergroup and then based on subscription or product purchase, we've integrated this in such a way that it adds a secondary usergroup to each member based on their purchase. So a member can have several secondary usergroups and we've set this up based on the vBulletin system override of usergroup permissions making the most permissions override the primary usergroup permissions. Anyway it's sorta complicated.

Basically I'm checking to see if the Downloads II product can be used based on vbulletin default usergroup permissions and overrides just like forum access. We tried previously but it didn't work, everyone was getting invalid file because it was using the 'Registered' members user permissions rather than the secondary group which would essentially override.

If this doesn't work yet, can you lead me in a direction so that I can get this to work and I'm happy to provide the edited code as a contribution as I see others have asked about this too.

Thanks for this great component! Look forward to your reply.

Not yet, but it's high on my list. Possibly in the next release.

As I can do for users who do not have to wait 45 seconds between downloads and over?

It's a usergroup permission: Download Delay.

I would like to remove the Downloads tab on the navbar which gets installed automatically. How?
thanks

AdminCP -> DownloadsII -> Settings -> Enable Plugin Features -> Uncheck "Navbar Tab"

Crotan
12-16-2010, 04:47 PM
Is there anyway to trick the system to think I uploaded a file, so that the user limits will come into play. Like for instance upload a small file with file name abc.zip that is 4mb.

Then ftp into the downloads directory and replace it with a 400mb file with the same name? Will this work?

Montecristo
12-16-2010, 07:00 PM
Thanks!!! RS_Jelle!!

razyzg
12-16-2010, 08:37 PM
Hi

Where can I set the redirect when a user reaches max bandwith of number of files?
I want to redirect them to any page I choose and not in the download section.

Where can I set that redirect?

Crotan
12-16-2010, 10:51 PM
Is there anyway to trick the system to think I uploaded a file, so that the user limits will come into play. Like for instance upload a small file with file name abc.zip that is 4mb.

Then ftp into the downloads directory and replace it with a 400mb file with the same name? Will this work?

This work around seems to be working to get the system to think I uploaded through it, sadly the file size will still be listed of that of the first fake file.

But I guess that's the price to pay if I want the user limitations.

On a side note what do the numbers added to the beginning of the uploaded file names correspond to?

Hippy
12-16-2010, 11:33 PM
Crotan.. if your going as far as uploading fake files .. and then uploading a 400meg file .. you might as well go into phpmyadmin and under dl2_downloads change the file size ...

get your host to change the upload limit on the php.ini and you will be able to upload what you want ..

elgabito
12-17-2010, 12:53 AM
I get a 404 on every admincp page but the main settings page... any clues?

TIA

elgabito
12-17-2010, 12:57 AM
Of course as soon as I post I figure it out - my admincp directory is not named admincp :)

Thanks

RS_Jelle
12-17-2010, 11:43 AM
Hi

Where can I set the redirect when a user reaches max bandwith of number of files?
I want to redirect them to any page I choose and not in the download section.

Where can I set that redirect?

Redirect url's are controlled by $vbulletin->url ;)

This work around seems to be working to get the system to think I uploaded through it, sadly the file size will still be listed of that of the first fake file.

But I guess that's the price to pay if I want the user limitations.

On a side note what do the numbers added to the beginning of the uploaded file names correspond to?

Just fill in the file field on the "add file" page? There's normally no difference between upload and link file sizes for the limitation settings.

Crotan
12-17-2010, 12:36 PM
Redirect url's are controlled by $vbulletin->url ;)



Just fill in the file field on the "add file" page? There's normally no difference between upload and link file sizes for the limitation settings.

writing in the file size in bytes only seems to work for linked files. It won't take if it's a file I uploaded. For the second part of your statement, does that mean the user limitations I impose for groups will work for both linked files and ones I uploaded through the downloads?

I'm going to have to create a test registered user to see how it's all working right now, just haven't gotten around to it

Is there any downside to having you max php upload such a large limit. i.e. 400MB? Seems the standard is pretty small, right now mine is sitting at 64MB, which by itself it larger than I see most peoples.

goc-forum.de
12-18-2010, 04:27 PM
Is it possible uploading to an external webspace (not the webspace where forum is installed)....

http://www.testforum.com (Forum URL)
http://www.testdownloadwebspace.com (download webspace)

my forum webspace is not big enough to upload files to it!

how can i do this?

TeknoSounds
12-19-2010, 03:37 PM
You can't upload to another webspace using this mod (at least not without modifying it), but you could link to files on another webspace.

goc-forum.de
12-19-2010, 03:56 PM
hmmm......but i want that forum members can upload files on another webspace!

Can anybody modify this mod so that it is possible to setup settings in adminCP to upload to different webspace as forum webspace? So any users of this mod can have the option to host and upload the files by their forum users on other webspace.....

maybe the coder can do it?

tldagent
12-19-2010, 04:25 PM
hmmm......but i want that forum members can upload files on another webspace!

Can anybody modify this mod so that it is possible to setup settings in adminCP to upload to different webspace as forum webspace? So any users of this mod can have the option to host and upload the files by their forum users on other webspace.....

maybe the coder can do it?
Due to the legacy permissions on this mod, we've started using Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=231407&highlight=links+downloads) which is quite robust and allows for what you are looking for... It's almost too robust but there's an extensive wiki (http://www.eirma.org/wikis/index.php/Links_and_Downloads_Manager) on it too so I'd read up and maybe that would be a more suitable solution for you purposes.

Not sure if we're going to come back to this product once the user permissions are working correctly based on usergroups and/or forum permissions but we may. I do like the simplicity of this one RS_Jelle has developed. Look forward to future updates and appreciate the work RS_Jelle has put into this product. It's close.

theque
12-20-2010, 12:15 PM
does anybody know how to add the most popular files to show in a forum block?

i would like to create the block and add the revelant codes

Mobo
12-21-2010, 11:13 AM
the old tab is with in the new tab..

screenshot attached
firefox and IE8




That's strange as the fix is working fine on my test site. Did you import the 6.0.6 product file with the overwrite option set to yes?

Any other people with profile tab issues after the upgrade?

I've got this showing up on my site (http://www.wingsofwar.org/forums/member.php?4-Col.-Hajj). I upgraded with overwrite.

RS_Jelle
12-21-2010, 05:14 PM
I've got this showing up on my site (http://www.wingsofwar.org/forums/member.php?4-Col.-Hajj). I upgraded with overwrite.

AdminCP -> Settings -> Options -> General Settings -> Add Template Name in HTML Comments -> No
That debugging option should always be turned off on live sites.

Hippy
12-21-2010, 07:37 PM
that option was not on RS_Jelle, nor was it causing the issue
the change the vb team made in the in the profile was doing it ..
the vb update was the issue for me ...
this fixed it
http://tracker.vbulletin.com/browse/VBIV-9832?page=com.atlassian.jira.plugin.system.issueta bpanels:all-tabpanel

be sure to vote to have it fixed, and add your 3 cents for the team @vb.com

RS_Jelle
12-21-2010, 09:35 PM
that option was not on RS_Jelle, nor was it causing the issue
the change the vb team made in the in the profile was doing it ..
the vb update was the issue for me ...
this fixed it
http://tracker.vbulletin.com/browse/VBIV-9832?page=com.atlassian.jira.plugin.system.issueta bpanels:all-tabpanel

be sure to vote to have it fixed, and add your 3 cents for the team @vb.com

On Mobo's site it's on (I can see it in the source code) and it's causing it for sure (when I remove the comments with Firebug, the tab looks ok immediately).

I know that change is the issue (and I already voted for it), but I fixed that in v6.0.6. Can you give me a profile url of your site to check why it's not working over there? It really should, as it works fine for others :)

hasidoo
12-22-2010, 11:42 AM
great mod!! Thanks a lot! It works perfectly on 4.0.8
:D:D

Mobo
12-22-2010, 03:30 PM
AdminCP -> Settings -> Options -> General Settings -> Add Template Name in HTML Comments -> No
That debugging option should always be turned off on live sites.

Thanks, that solved my issue.

MatiasCandy
12-22-2010, 05:47 PM
Can this be used as a Paid Download?

I have a piece of software I want people to pay to download. Is this possible with this software?

Hippy
12-23-2010, 12:13 AM
On Mobo's site it's on (I can see it in the source code) and it's causing it for sure (when I remove the comments with Firebug, the tab looks ok immediately).

I know that change is the issue (and I already voted for it), but I fixed that in v6.0.6. Can you give me a profile url of your site to check why it's not working over there? It really should, as it works fine for others :)

sorry, I was referring to my site that the html comment wasn't on but was still having the same problem.. i didn't look at his source code...
I used your fix to fix the problem and it worked well once again thanks for your support.. The other mods in the profile that used tabs still had a issue ..
and the link posted for the tracker fixed them over all...

I appreciate your efforts and updates, supporting your mod it's the others that don't support.
anyway ..
as your mod was before the fix "that you made for everyone" .. that css posted in the tracker at vb.com fixed all the tabs in my profile for the other mods as well..

thanks

Mobo
12-23-2010, 12:23 AM
Can this be used as a Paid Download?

I have a piece of software I want people to pay to download. Is this possible with this software?

You should be able to do that with usergroup permissions. You would have to create a group that you placed members in that purchased your product. Then give access to the download section to only that group.

That being said, there might be better options for you out there. I'm not sure what they use over at Wolfshed Solutions (http://www.wolfshead-solutions.com/forum.php), but I just bought one of their software packages for my forums and their system would most likely work perfectly for you. Might contact them about what they use, Mosh seems like a very nice guy.

MatiasCandy
12-23-2010, 05:56 AM
I acutally found microCart to work just for what I need.
Thank you though I will still check out Wolfshead, always great to have a back up plan.

Tunnox
12-25-2010, 04:27 PM
I have some problem with uploading Images, it does not work.

It says everytime:
The following errors occurred when this file was submitted:

* You may only upload or link to the following extensions:

Hippy
12-25-2010, 06:15 PM
make sure you add the image extensions you wish to allow to upload to the mod

apaydin2148
12-26-2010, 09:07 AM
How can i add thumbnail to files like this: http://www.minatica.be/downloads/cat/2-Audiovisueel

anyway, i upload a image but i cant see on filelist.

https://vborg.vbsupport.ru/external/2010/12/2.png

Bram H
12-30-2010, 12:04 PM
Is Dl2 now compatible with 4.1?

RS_Jelle
12-30-2010, 01:41 PM
How can i add thumbnail to files like this: http://www.minatica.be/downloads/cat/2-Audiovisueel

anyway, i upload a image but i cant see on filelist.

https://vborg.vbsupport.ru/external/2010/12/2.png

Did you enable "Show File Thumbnails" in the DownloadsII settings?

Is Dl2 now compatible with 4.1?

Yes, it works fine with it on our site. 4.1 is no big difference from the 4.0 series.

RS_Jelle
01-02-2011, 08:52 AM
DownloadsII 6.0.7 fixes some wrong applied image and file deletion permissions. Be sure you revert the updated templates if you modified them. Additionally, the minimum required vBulletin version was upped to vBulletin 4.0.4. Finally, the file integrity of DownloadsII can now be checked with vB's "Suspect File Versions" diagnostic tool.

Btw: Work on DownloadsII 6.1 was started, but this month I'm busy with my exams at university.

DownloadsII 6.0.7 Changelog

https://vborg.vbsupport.ru/external/2011/01/24.gif Now requires at least vBulletin 4.0.4

Jelle

Fixed image and file deletion permissions
Using new vB 4.0.4 cssfile construct in the templates
Added MD5 sums to check file integrity

bpi007
01-02-2011, 01:33 PM
Is it compatible with VB 4.1 PL 2 ?

Thanks

puertoblack2003
01-02-2011, 02:11 PM
thanks for the updates:up:

LouisB
01-02-2011, 02:39 PM
Thanks for the updates. Working fine on 4.1 PL2.

bpi007
01-02-2011, 08:33 PM
Thanks, it works fine !

How can I move or remove Menu Item "Download" ? (I use ssTab_Advanced Mod) and it's not at a right place in my menu.

Nice jobs

TeknoSounds
01-02-2011, 10:14 PM
Go to your AdminCP -> Downloads II Menu -> Settings -> At the bottom uncheck the Navtab

Dadoo
01-02-2011, 11:18 PM
Please find below "Downloads II v6.0.7" translated in french.

Install instructions :

Go to AdminCP -> Language & Phrases -> Import -> Import XML file on existant French language (Allow overwrite : YES)

-----

Rendez-vous dans votre AdminCP -> Langues & Expressions -> Importer un langage :
Choisissez le langage "Français" (Autoriser l'écrasement : OUI)

bpi007
01-03-2011, 03:36 AM
Please find below "Downloads II v6.0.7" translated in french.

Install instructions :

Go to AdminCP -> Language & Phrases -> Import -> Import XML file on existant French language (Allow overwrite : YES)

-----

Rendez-vous dans votre AdminCP -> Langues & Expressions -> Importer un langage :
Choisissez le langage "Fran?ais" (Autoriser l'?crasement : OUI)

Many thanks !!! :up:

RK KINGKONG
01-03-2011, 06:41 AM
ok i just did the update to 6.0.7 from my 6.0.5 on VB 4.1 patch 2 , everything went well no issue , except . i can add an icon to the main category but not the file within it , though it says add image choose file , i try and it comes back and tells me :

The following errors occurred when this file was submitted:
You may only upload or link to the following extensions:

but just to be on the safe side i added PNG n GIF to the file extensions but still I get the error message can any one help please thank you , on another note RS_JELLE F**K YAHOOO S**T drink making his comments ... i just went through 14 pages of this forum i got tired of looking for the answer so i figured id ask

just incase i did enable the image setting in the settings _____________________

sadiq6210
01-03-2011, 06:55 AM
Btw: Work on DownloadsII 6.1 was started, but this month I'm busy with my exams at university.


If you are planning to add new features in version 6.1, please re-read my suggestions

https://vborg.vbsupport.ru/showpost.php?p=2120883&postcount=1051

https://vborg.vbsupport.ru/showpost.php?p=2115615&postcount=1010

https://vborg.vbsupport.ru/showpost.php?p=2070552&postcount=835

Good luck in your exam :up:

vbcreator
01-03-2011, 10:25 AM
thanks for sharing , I have used this mod since vb3.7 :)

RK KINGKONG
01-03-2011, 11:13 AM
i just did the update to 6.0.7 from my 6.0.5 on VB 4.1 patch 2 , everything went well no issue , except . i can add an icon to the main category but not the file within it , though it says add image choose file , i try and it comes back and tells me :

The following errors occurred when this file was submitted:
You may only upload or link to the following extensions:

i just went through 14 pages of this forum i got tired of looking for the answer so i figured id ask

just incase i did enable the image setting in the settings , BASICALLY I can get images to work on the main category but the not the actual files its says theres something wrong with the file extension ,.. sorry if i dbl posted just really looking forward to have it look like it does on rs_jelle site download section where everything has a image n file description

abdulbasitsaeed
01-05-2011, 02:00 AM
Thank you for the update, Rs_Jelle. :)

Is there any way to allow multiple uploaders for a single file?

Hippy
01-05-2011, 02:06 AM
RK KINGKONG.. set file size max width and hight ;) I'm sure it will workie :D

RK KINGKONG
01-05-2011, 03:22 AM
wow this is crazy well i have ti all running and well now images,files categories ETC.... now i followed the links here for the file max upload .. :

memory_limit = 128M
post_max_size = 300M
file_uploads = On
upload_max_filesize = 500M
max_execution_time = 3600
max_input_time = 1700

and GODADDY.com tells me that should change it , but still when i try to upload a file thats 191 MB in size its telling me :
The uploaded file is too big. The file size may be maximum 86.29 MB.

I NOTICE RS_JELLE HAS FILES AS BIG 370MB , I almost passed out , being though it wont let me do bigger than 86 MB

I also seen somewhere that you have to restart your server or something for the difference to take place but GODADDY says though im on an unlimited plan , im also on a shared plan so they cant just restart the server .. what can i do please ?

also rs_jelle method to create a .htaccess file with the following and adjust the numbers :
You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M

that doesnt work for me cause once i drop that .htaccess into the root of my ftp , then it gives me a fatal error like the site wont load unless i take that out of there ................

Dr.osamA
01-05-2011, 03:42 AM
insatlled

here is translation to Arabic for DownloadsII-6.0.7

to add it
Go to AdminCP -> Language & Phrases -> Import -> Import XML file on existant Arabic language (Allow overwrite : YES)

اذهب الى لوحة التحكم - اللغات و العبارات و منها تحميل رفع لغة من ثم ارفع الملف و اختر اللغة العربية و اسمح بالطغيان

thank you :up:

TeknoSounds
01-05-2011, 05:01 AM
wow this is crazy well i have ti all running and well now images,files categories ETC.... now i followed the links here for the file max upload .. :

memory_limit = 128M
post_max_size = 300M
file_uploads = On
upload_max_filesize = 500M
max_execution_time = 3600
max_input_time = 1700

and GODADDY.com tells me that should change it , but still when i try to upload a file thats 191 MB in size its telling me :
The uploaded file is too big. The file size may be maximum 86.29 MB.

I NOTICE RS_JELLE HAS FILES AS BIG 370MB , I almost passed out , being though it wont let me do bigger than 86 MB

I also seen somewhere that you have to restart your server or something for the difference to take place but GODADDY says though im on an unlimited plan , im also on a shared plan so they cant just restart the server .. what can i do please ?

also rs_jelle method to create a .htaccess file with the following and adjust the numbers :
You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M

that doesnt work for me cause once i drop that .htaccess into the root of my ftp , then it gives me a fatal error like the site wont load unless i take that out of there ................

have you limited the filesize upload in the usergroup settings?

i.s.s.w
01-05-2011, 06:04 AM
nice i am upgrade to 6.0.7

you can support for vbAdvanced Add-On

Louva-Deus
01-05-2011, 07:18 AM
Liking the mod so far. Found a bug that has existed at least since 6.0.5 that causes an Internal Service Error 500 for non-linked files.

To fix it make the following changes in downloads.php:

Line 688:
$ctype = "application/force-download";

Line 764:
header("Content-Type: $ctype; name=\"".basename($dlfilename)."\";");

Cheers! :D

abdulbasitsaeed
01-05-2011, 11:20 AM
Also, how can I change the length of the name of the uploaded file. Currently, it seems to be something like 50 characters. :)

RK KINGKONG
01-05-2011, 02:12 PM
yes the permissions are set for me the owner , then under attachment permissions i have it set to 370 mb in bytes numbers cause thats how you have to type it in , and when i check my viewPHPinfo under site Maintenance it shows me ine the PHP CORE BLOCK that all the changes i made took ... so i dont know but im sure someone will help me figure this out , cause since im the biggest noob here im positive im missing something or did something wrong or maybe just my host sucks that bad have you limited the filesize upload in the usergroup settings?

TeknoSounds
01-05-2011, 06:49 PM
yes the permissions are set for me the owner , then under attachment permissions i have it set to 370 mb in bytes numbers cause thats how you have to type it in , and when i check my viewPHPinfo under site Maintenance it shows me ine the PHP CORE BLOCK that all the changes i made took ... so i dont know but im sure someone will help me figure this out , cause since im the biggest noob here im positive im missing something or did something wrong or maybe just my host sucks that bad

try increasing the limit you set for the owner group, sometimes I found I had to bump up the file size even though the file I was uploading *should* have been under the limit, but kept saying it wasn't.

hmccaig
01-05-2011, 07:35 PM
lots of threads to go through, but perhaps I missed it, is there a way to set permissions on which groups can "download" or see it or see the download categories? Thanks in advance. great plugin!

Hippy
01-05-2011, 08:28 PM
RK KINGKONG file size is set in the php.ini
you will have to ask your host to increase the max upload
and post so you will be able to upload those size files....
default is 2 and 8 megs...

Hippy
01-05-2011, 11:36 PM
wow this is crazy well i have ti all running and well now images,files categories ETC.... now i followed the links here for the file max upload .. :

memory_limit = 128M
post_max_size = 300M
file_uploads = On
upload_max_filesize = 500M
max_execution_time = 3600
max_input_time = 1700

and GODADDY.com tells me that should change it , but still when i try to upload a file thats 191 MB in size its telling me :
The uploaded file is too big. The file size may be maximum 86.29 MB.

I NOTICE RS_JELLE HAS FILES AS BIG 370MB , I almost passed out , being though it wont let me do bigger than 86 MB

I also seen somewhere that you have to restart your server or something for the difference to take place but GODADDY says though im on an unlimited plan , im also on a shared plan so they cant just restart the server .. what can i do please ?

also rs_jelle method to create a .htaccess file with the following and adjust the numbers :
You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M

that doesnt work for me cause once i drop that .htaccess into the root of my ftp , then it gives me a fatal error like the site wont load unless i take that out of there ................

found this on a google search to help explain it a little for you

Most of the web servers are configured such a way that a user can only upload the maximum file size of 2MB. So there might be the problem for the people who wants to upload the .zip files of size around 150MB.
increse the maximum upload file size limit by using .htaccess file.


upload such a large file using file field of the form and move_uploaded_file() function in PHP.

1) Create a .htaccess file in the root folder of web server.

2) Put the following code in side the .htaccess file and save it.

php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value max_execution_time 200
php_value max_input_time 200
Now you can upload the file-size up-to 200MB in a simple way using file field in your html form and move_uploaded_file() function available in PHP. In the above .htaccess file, uploading capability is increased by the four parameter first one is maximum file size for uploading, second one is maximum size of the post data , third one is maximum time in seconds a script is allowed to run before it is terminated by the parser and last one is maximum time in seconds a script is allowed to parse input data such as like file uploads, POST and GET data.

You can change the above parameter to upload the bigger file size than 200MB.

TeknoSounds
01-06-2011, 01:47 AM
If you look in his post, hes already changed it to appropriate sizes and his phpinfo page is reflecting that.

Hippy
01-06-2011, 08:01 PM
TeknoSounds
This was only for the htaccess issue he mentioned..
about not being able to access his site after adding .htaccess
htaccess does not work.. with out the dot.

maybe he made the file wrong or missed something simple..
Just trying to help as you are..

TeknoSounds
01-06-2011, 09:41 PM
oh no hippy don't mistake me, I'm not trying to come down on you or anything :) just pointed out he had changed it...its saying he did in his phpinfo file and godaddy is telling him the same. The only reason you need to modify the htaccess file is whenever you can't change your php.ini file.

RK KingKong: I'm curious in seeing 1) your phpinfo page to verify these changes are made and 2) WHERE is the error appearing saying you can't upload the file because its too big. Is it showing you in DownloadsII or are you getting a timeout page or something in your browser?

RK KINGKONG
01-06-2011, 10:30 PM
I seriously appreciate the help ppl have been trying to give me but , creating a .htaccess file isnt helping no matter where i put it , i have tried in the main root , and also within the downloads folder .. neither works..
I only have a php5.ini in my root , i have set the settings to show increased sizes within the php info n php5.ini .
which shows this:
memory_limit = 128M
post_max_size = 501M
file_uploads = On
upload_max_filesize = 500M
max_execution_time = 3600

register_globals = off
allow_url_fopen = off

[mail function]
sendmail_path = /usr/sbin/sendmail -t
sendmail_from = automated@righteouskings.com

expose_php = Off
max_input_time = 3600
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldse t="

[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

I have also tried creating my own php.ini file without the 5 and putting it into my root .. ive been on the phone with GODADDY numerous time all they can say is , if its changing in your php info it should make the change the restarting of the server isnt possible cause im on a shared plan but also not needed .....
Im at a stand still with this unless i wind up getting some expert to help me with it .. I know someone out there can pin point whats happening , im sure im not the only one who has had this problem..
this is where i lack the experience . i just started working with this whole website and VB thing overnight ...

further more i have a download on my site right now that was allowed
437 Styles for Photoshop : (153.82 MB)
but when i try one that 191.mb is tells me my max is only 86.mb im loosing sleep over this i swear

RK KINGKONG
01-06-2011, 10:45 PM
Ill show you here
is the phpinfo
http://i924.photobucket.com/albums/ad86/RKKINGKONG/MOVINGPICTURES/PHPINFO2.jpg
here is my FTP and GODADDY PHP5.INI side by side :
https://vborg.vbsupport.ru/external/2011/01/43.jpg
so it shows the changes have been made ..
the error comes from within the downloads mod page on my site , so for example i go to add a file , then i choose the file add it .. it starts what seems to be the upload with the percentage showing in the bottom left hand corner .. once it reaches 100% it refreshes and tells me that the file is to big and that my limit is only like 86.MB

oh no hippy don't mistake me, I'm not trying to come down on you or anything :) just pointed out he had changed it...its saying he did in his phpinfo file and godaddy is telling him the same. The only reason you need to modify the htaccess file is whenever you can't change your php.ini file.

RK KingKong: I'm curious in seeing 1) your phpinfo page to verify these changes are made and 2) WHERE is the error appearing saying you can't upload the file because its too big. Is it showing you in DownloadsII or are you getting a timeout page or something in your browser?

TeknoSounds
01-07-2011, 12:16 AM
okay awesome. you can take those down if you want :)

The issue is def within the usergroup settings, try increasing the max upload size limit there. There's an issue I've noticed where the filesize you put in ends up limiting you lower.

This setting here: This is the maximum MB that a user can upload. Set this to -1 for there to be NO limit.

I would try setting that to -1 for testing purposes. Then try increasing the limit until it gives you the actual number you desire.

Btw, RS_Jelle....bug in the usergroup filesize limit settings. :-/

RK KINGKONG
01-07-2011, 12:51 AM
the correct setting was already in there :
https://vborg.vbsupport.ru/external/2011/01/42.jpg
so still i dont know what to do

okay awesome. you can take those down if you want :)

The issue is def within the usergroup settings, try increasing the max upload size limit there. There's an issue I've noticed where the filesize you put in ends up limiting you lower.

This setting here: This is the maximum MB that a user can upload. Set this to -1 for there to be NO limit.

I would try setting that to -1 for testing purposes. Then try increasing the limit until it gives you the actual number you desire.

Btw, RS_Jelle....bug in the usergroup filesize limit settings. :-/

TeknoSounds
01-07-2011, 01:48 AM
Oh silly me.

What about in your Extensions settings? Whats the max file size there? That's the one you'll prolly have to play with, not the usergroup settings. My apologies, I got them confused.

RK KINGKONG
01-07-2011, 02:29 AM
I just upped the anty to 524288000 = 500mb just cause to see if that works on the following extensions zip,rar i freaking pray that works cause im starting to loose it ....Oh silly me.

What about in your Extensions settings? Whats the max file size there? That's the one you'll prolly have to play with, not the usergroup settings. My apologies, I got them confused.

RK KINGKONG
01-07-2011, 02:47 AM
after numerous attemps of all kinds of methods upping the extensions to : rar File 524288000 which this in MB is 500mb it worked i was able to upload a file that was 191 mb in size lol now imma try one thats 370 mb just to really put it to the test . thanks to you TEK & HIPPY for your help lol wow ..Oh silly me.

What about in your Extensions settings? Whats the max file size there? That's the one you'll prolly have to play with, not the usergroup settings. My apologies, I got them confused.

TeknoSounds
01-07-2011, 03:25 AM
very glad to hear its all working out now :)

Hippy
01-07-2011, 07:51 PM
TeknoSounds No problem pal ...

after numerous attemps of all kinds of methods upping the extensions to : rar File 524288000 which this in MB is 500mb it worked i was able to upload a file that was 191 mb in size lol now imma try one thats 370 mb just to really put it to the test . thanks to you TEK & HIPPY for your help lol wow ..

your welcome pal

I told you to check the max file size in the vb admincp on monday when I was helping you fix the downloadII file uploading issue with the images...

I figure you did that. so I didn't mention it again but after seeing your php info I figure something was no panning out..
same thing what TeknoSounds said..
Oh silly me.

What about in your Extensions settings? Whats the max file size there? That's the one you'll prolly have to play with, not the usergroup settings. My apologies, I got them confused.

anyway glad you go it..

RK KINGKONG
01-07-2011, 11:20 PM
OK I ONLY HAVE 1 MORE QUESTION , is it a seperate mod to have the image for the download open up in a small preview within the page , so that it doesnt bring you to a whole new tab or window ?
cause i dont seen option for the images to open right there , in the downloads ii settings ...
i dont want the image to open in a whole other window

Hippy
01-08-2011, 02:43 AM
in the admin setting .. under the image files.."Open in a new browser window?" yes or no..
youll see this option.. yours are set to yes

I dont think it will be a small preview..

RK KINGKONG
01-08-2011, 05:57 AM
I just set all the image files within the settings for downloadsII to not open in a new browser but they still do .. im gonna take a lucky guess that for the images you upload to the the downloads , not the category images for the downloads / description ...why im I the only one to have issues most of the times with the smallest simple stuff , dammit lol in the admin setting .. under the image files.."Open in a new browser window?" yes or no..
youll see this option.. yours are set to yes

I dont think it will be a small preview..

Hippy
01-08-2011, 03:55 PM
anyone run into this ..

I have not added a new category since version6.0.6
after the latest update I added a new category ..

the Comments column is gone and the rest seems to be running off to the right

figured it out
It was the contents of the discription...that was causing it
thanks

Webbstre
01-11-2011, 09:41 AM
Out of curiosity, did any kind of RSS or XML feed every get implemented into this? I was looking at my database and can't seem to find one, and searching this thread revealed nothing.

sadiq6210
01-12-2011, 06:54 AM
Before I start the upgrade
Is it work perfect with 4.1.1 ? :)

TheInsaneManiac
01-16-2011, 12:55 AM
I cant upload images for files. It just refreshes after uploading and the files dont show.

sadiq6210
01-16-2011, 03:58 AM
About the DWNLOADS profile tab in member profile, I want to make it appear all time even the user didn't upload any file.

Which (if condition) should I remove ?

rs2100k
01-16-2011, 06:08 AM
@TheInsaneManiac

To upload images as FILES you must set the extension to be File and Image in the AdminCP -> DownloadsII -> Extensions - If it is set to Image only it will only let you attach them to the file as an attachment.

If you are just trying to attach an Image to the file and it isn't working this could be that you do not have the required extension set up in the same place, but that's where to look.

Hope this helps

TheInsaneManiac
01-16-2011, 04:01 PM
@TheInsaneManiac

To upload images as FILES you must set the extension to be File and Image in the AdminCP -> DownloadsII -> Extensions - If it is set to Image only it will only let you attach them to the file as an attachment.

If you are just trying to attach an Image to the file and it isn't working this could be that you do not have the required extension set up in the same place, but that's where to look.

Hope this helps
Im not talking about uploading an image. Im saying I uploaded a EXE and wanted to add a screenshot, but it doesn't upload the image to the download. I have png extension enabled, but it wont show the png image.

rs2100k
01-16-2011, 04:34 PM
is Extensions is the .png 'Usage of this extension' field set to 'image extension' ?

Hippy
01-16-2011, 04:36 PM
these image setting work for me ..

give it a try TheInsaneManiac

RK KINGKONG
01-16-2011, 08:18 PM
MY SETTINGS FOR THIS , HOPE IT HELPS is Extensions is the .png 'Usage of this extension' field set to 'image extension' ?

NNJJ
01-21-2011, 11:05 AM
is thier away to upload the files i need via FTP to this mod?

TeknoSounds
01-21-2011, 11:56 AM
you can upload via FTP, then use the importer script to import all the files from a directory...but normal users wouldn't have access to this.

NNJJ
01-21-2011, 12:01 PM
you can upload via FTP, then use the importer script to import all the files from a directory...but normal users wouldn't have access to this.

thats cool where i should ebtter upload? under Downloads folder or any where i like?
can you clear the steps more appriciated

thanks :)

TeknoSounds
01-21-2011, 01:09 PM
you'll need to upload to a separate folder, when the import script is run it'll ask you for the location of the files, then it'll import them into the downloads folder you specified in the Downloads II options.
Depending on the size of the files you may want to do them in batches. Like I have DJ mixes for download...most of them about 80-100+MB, so I had to do them in batches of about 15 to prevent anything from stalling out.
Hope that helps.

hasidoo
01-22-2011, 01:48 AM
I have an issue:
When I right-click on the downloads button,it allows me to download the content,but the download counter is not getting updated. Can u please suggest me a solution for this?:rolleyes::)

And there's another thing I need to know.
How to show only downloads in postbit?(not uploads)

Hippy
01-22-2011, 11:12 AM
I have an issue:
When I right-click on the downloads button,it allows me to download the content,but the download counter is not getting updated. Can u please suggest me a solution for this?:rolleyes::)

And there's another thing I need to know.
How to show only downloads in postbit?(not uploads)
never notice the right click issue I tested it here and the counter updated
might be a browser thing

but as far as the post bit
remove this line <dt>{vb:rawphrase dl2_uploads}</dt><dd>{vb:raw post.dl2_uploads}</dd>

from the downloads2_postbit templave

Drakah
01-22-2011, 02:21 PM
I still need a plugin or method where I can add in a custom "version" field(s), as well as removing the "author" field to default to myself, since my download section is not used for other users to upload.

LVGgebruiker
01-23-2011, 01:34 PM
Thank you for this very nice mod! Have installed on 4.1.1.

I did see your site is in Dutch, do you also have an translation file for that? I hope you can help with that.

yin9
01-24-2011, 05:13 AM
Thanks RS_Jelle, works well in VB 4.1.0 PL2. Installed, 5 Stars.

RK KINGKONG
01-24-2011, 05:24 AM
Also Works Vb 4.1.1

yin9
01-24-2011, 05:36 PM
Liking the mod so far. Found a bug that has existed at least since 6.0.5 that causes an Internal Service Error 500 for non-linked files.

To fix it make the following changes in downloads.php:

Line 688:

$ctype = "application/force-download";


Line 764:

header("Content-Type: $ctype; name=\"".basename($dlfilename)."\";");


Cheers! :D

Many Thanks for this fix Louva-Deus, i was getting error 500 with uploaded files, but with this fix i get all ok.

The mod works ok for me, thanks another time RS_Jelle.

Sorry for my English. Greetings.

zakonline
01-25-2011, 06:51 AM
Thanks for this Beauty full Mod... Installed would play around with this tonight :)

Welshy2008
01-27-2011, 12:00 PM
Hello RS,

I have set the "extensions" for my downloads, but when I or members try to upload a file with an allowed extension, we get the:

"The following errors occurred when this file was submitted:
You may only upload or link to the following extensions: ..doc .docx .rft ..txt ..wpd ..wps ..pdf ..wks ..xls ..xlsx"

As you can see, the .pdf extension is on there, to be allowed.

Also, The "Add New File" tab only shows when a user clicks on a sub category and then it is towards the bottom.

On vB3 version it was on the downloads.php page, granted, it was a text link.

I am also lissing the admin links too, IE: Edit, Approve, delete, etc.

Your help would be appreciated.

Thank you.

RS_Jelle
01-27-2011, 12:17 PM
"The following errors occurred when this file was submitted:
You may only upload or link to the following extensions: ..doc .docx .rft ..txt ..wpd ..wps ..pdf ..wks ..xls ..xlsx"

As you can see, the .pdf extension is on there, to be allowed.

You need to add pdf as an extension, not .pdf :)
Look at the double dots in the list you post. DownloadsII adds the dot itself, so now it's doubled. Only rft seems to be ok in your list.

Also, The "Add New File" tab only shows when a user clicks on a sub category and then it is towards the bottom.

On vB3 version it was on the downloads.php page, granted, it was a text link.

I am also lissing the admin links too, IE: Edit, Approve, delete, etc.

Check your (primary) usergroup permissions and be sure you reverted all template modifications after updating DownloadsII.

sadiq6210
01-27-2011, 01:39 PM
About the DWNLOADS profile tab in member profile, I want to make it appear all time even the user didn't upload any file.

Which (if condition) should I remove ?

Welshy2008
01-27-2011, 07:47 PM
You need to add pdf as an extension, not .pdf :)
Look at the double dots in the list you post. DownloadsII adds the dot itself, so now it's doubled. Only rft seems to be ok in your list.



Check your (primary) usergroup permissions and be sure you reverted all template modifications after updating DownloadsII.

I feel like a wally now, as I didn't see that. lol.

RS, Thank You.

Welshy2008
01-27-2011, 07:53 PM
I just double checked and all my "DownloadsII Permissions" in usergroups are all set to yes.

hasidoo
01-29-2011, 06:01 AM
never notice the right click issue I tested it here and the counter updated
might be a browser thing

but as far as the post bit
remove this line <dt>{vb:rawphrase dl2_uploads}</dt><dd>{vb:raw post.dl2_uploads}</dd>

from the downloads2_postbit templave

Thank you so much for the reply. I really appreciate it.

Igel1
02-03-2011, 05:07 AM
Hello Jelle RS

the MOD is still expanding?
Important I would find that you can upload multiple files to a download.
At 08/07/2010 Bunni U had ever been offered a multiple Uploader contribute. Unfortunately, it was probably not responding. My question to him whether he is with the addon available unfortunately, he has never answered.
I know that you all are doing in your spare time only and that too free of charge, for that I thank you again here explicitly.
My question would be whether you plan to install such a feature, and if so, approximately when. About an answer I would appreciate it.

Igel1

sorry for my english

sadiq6210
02-03-2011, 06:37 AM
Jelle, I have 2 bugs

Have a look
https://vborg.vbsupport.ru/external/2011/02/36.png

The rating bug is just with RTL lang.

The username in red rectangle should be like the username inside the green rectangle

iyama
02-08-2011, 06:08 AM
Also for me a option to upload more files to 1 download.

And if a upload fails i cant change it to a other new upload.
I have to copy/paste txt to a new window.

Ophelia
02-09-2011, 07:54 PM
I apologize for this. What happens if we have 4.0.3? We are currently have Links and Downloads Manager that was created by Andrew, who passed away. We don't want to upgrade vBulletin because there are some reports that the L&D stops working, and we need it working in order to move stuff from it to you. If we install the DownloadsII on 4.0.3. will it work enough for us to start importing over, with the expectation of upgrading to the most current version of vB as soon as the importing is done?

fusionpot
02-09-2011, 09:29 PM
im currently having the issue were i cannot upload large files, and Ive gone throw all 81 pages, Ive seen like 5+ different fixes is there anyone who can sum up all the fixes so i can do it on my end or contact my host company for the changes?

Ophelia
02-09-2011, 10:44 PM
Did you see...

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).

TeknoSounds
02-10-2011, 06:10 AM
I apologize for this. What happens if we have 4.0.3? We are currently have Links and Downloads Manager that was created by Andrew, who passed away. We don't want to upgrade vBulletin because there are some reports that the L&D stops working, and we need it working in order to move stuff from it to you. If we install the DownloadsII on 4.0.3. will it work enough for us to start importing over, with the expectation of upgrading to the most current version of vB as soon as the importing is done?
I was running it on 4.0.3 for awhile :) It will def. work fine for you till you can convert. Then upgrading to the latest version of VB shouldn't be a problem.


im currently having the issue were i cannot upload large files, and Ive gone throw all 81 pages, Ive seen like 5+ different fixes is there anyone who can sum up all the fixes so i can do it on my end or contact my host company for the changes?
What Ophelia said.
This is most likely due to low settings in your php.ini file. Either you need to access it and change the values directly, have your host change them for you, or you can try to do a work around with a htaccess file. But you're looking for upload sizes and max execution times and set them to something ridiculous :p

obmob
02-11-2011, 05:19 PM
I apologize for this. What happens if we have 4.0.3? We are currently have Links and Downloads Manager that was created by Andrew, who passed away. We don't want to upgrade vBulletin because there are some reports that the L&D stops working, and we need it working in order to move stuff from it to you. If we install the DownloadsII on 4.0.3. will it work enough for us to start importing over, with the expectation of upgrading to the most current version of vB as soon as the importing is done?

I have a -400 downloads site and migrated it from LDM into DII. It works in a different way, but basically it does what you need.

Take your time to migrate and plan beforehand.

Ophelia
02-11-2011, 10:28 PM
I have a -400 downloads site and migrated it from LDM into DII. It works in a different way, but basically it does what you need.

Take your time to migrate and plan beforehand.

Was there code to migrate or did you do it all by hand? We have over 1,000 files right now.

TeknoSounds
02-11-2011, 11:46 PM
unfortunately theres no L&D importer script, but DLII does have a mass import script. I'm using mine for mp3s, so they're fairly large files, if this is the case I would only do about 10 or 15 at a time. If smaller files should be able to import a larger amount.

fusionpot
02-13-2011, 12:20 PM
Did you see...

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).

yes i did see that area but i cant find were the php seetings to change them.

TeknoSounds
02-13-2011, 11:58 PM
they're in your php.ini
You most likely not have access to the file if you're on a shared host, you can attempt to work around it by doing the settings in the .htaccess file
If you're on a dedicated host or virtual private server you should have access to the php.ini and make the changes directly.
Do some searching on the WWW and on this thread to see how to make the changes...google is your friend :)

iyama
02-14-2011, 09:48 AM
Did you see...

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).

Simpel: Ask your host to changed the php upload settings to 30.

fusionpot
02-14-2011, 10:15 AM
Simpel: Ask your host to changed the php upload settings to 30.

here are my current settings for those 2.

post_max_size
Local Value:8M
Master Value:8M

upload_max_filesize
Local Value:10M
Master Value:10M

do i just need to change the upload_max_filesize to 30? and what does that give me 30mb?

TeknoSounds
02-14-2011, 05:12 PM
yes, thats in MB, so change it to what you need. Personally mine are 200...

fusionpot
02-15-2011, 11:37 AM
yes, thats in MB, so change it to what you need. Personally mine are 200...

my hosting company controls it and they said they will not change it lol FAIL

TeknoSounds
02-15-2011, 03:03 PM
you can attempt a work-around with your htaccess file...depending if they have that feature turned on for you.

Schoelle
02-15-2011, 05:51 PM
First: Thank you for this mod! :up:

Now a question! Is it possible to not allow the upload of files to Parent Categories?
So that a Parent Category is only a category but no repository?

TeknoSounds
02-16-2011, 06:04 AM
Yes (err maybe not)

edit...
hmm I say that, and now I'm not finding the settings I was thinking were there. Going to have to delve a bit more into this.

tdkmatt
02-16-2011, 10:42 AM
when i try and upload anything it says this

The following errors occurred when this file was submitted:

* You may only upload or link to the following extensions:

synseal
02-16-2011, 10:54 AM
when i try and upload anything it says this

The following errors occurred when this file was submitted:

* You may only upload or link to the following extensions:

You need to add other extensions,

ACP >> Downloads II >> Extensions >> then add the file type that you want to allow for e.g rar zip doc etc....

tdkmatt
02-16-2011, 11:47 AM
i dont have extensions this is all i have in the ACP

DownloadsII Options
DownloadsII Active
Turn off the downloads section for maintenance. There is a usergroup setting to override this option.

Yes No
Error:
1
Reason for closing the downloads section
Users will see this message when they visit the disabled downloads section.

We are sorry, but the downloads section is closed for maintenance. Please come back later.
Increase Size Decrease Size
Error:
1
Downloads Message/Disclaimer
This message will appear at the bottom of the main downloads page. It can contain HTML.

<strong>Important Information</strong> <ul> <li>Use these files at your own risk!</li> <li>Enjoy</li> </ul>
Increase Size Decrease Size
Error:
1
Downloads Folder Path
The relative forum path to your downloads folder. Do not include a trailing slash.

Do not change unless you know what you are doing!

Error:
1
Number of "Latest Files" to Display
This integer controls how many files are listed under "Latest Files". Set this to 0 (zero) to prevent the display of "Latest Files". For this change to take effect, you MUST click on "Manage Files" in downloads.php.

Error:
1
Number of "Most Popular Files" to Display
This integer controls how many files are displayed under "Most Popular Files". Set this to 0 (zero) to prevent the display of "Most Popular Files". For this change to take effect, you MUST click on "Manage Files" in downloads.php.

Error:
1
Number of "Top Contributors" to Display
This integer controls how many users are displayed under "Top Contributors". Set this to 0 (zero) to prevent the display of "Top Contributors". For this change to take effect, you MUST click on "Manage Files" in downloads.php.

Error:
1
Show Right Column With Tops
Enable or disable the right column with the top statistics on the pages you want.

Downloads Home
Category View
File Page
Add/Edit Files
Report
Search
Manage Files
Error:
1
Files Per Page
This is the (maximum) number of files that will be shown per page in a category. This value is also used for paginating comments, file management and the profile tab.

Error:
1
Length of File Description on Summary Page
Set this to the length you want your description to be on the summary page (e.g. on the category view). If you set this to 0 (zero), no description will be displayed on the summary page.

Error:
1
Depth of Sub-Categories
This is the depth of sub-categories displayed on the main and category view. If you set this to 0 (zero), no sub-categories will be displayed.

Error:
1
Number of Characters Before Wrapping Text
If you want the downloads sidebar to automatically insert spaces into long words to make them wrap after a certain number of characters, set the number of characters in the box above. To disable word wrap, enter 0 (zero).

Error:
1
Enable Images
Allow users with permission to view and post images.

Yes No
Error:
1
Show File Thumbnails
Show a thumbnail (if available) next to each file in the category view.

Yes No
Error:
1
Enable Comments
Allow users with permissions to view and post comments.

Yes No
Error:
1
AJAX Name Suggestion
Have an AJAX popup window for username suggestion when filling in the author field of a file. When disabled, no username linking will be done also.

Error:
1
Enable Plugin Features
Enable or disable plugin features for integrating DownloadsII more into your forum.

Navbar Tab
Profile Stats
Profile Tab
Postbit Stats

tdkmatt
02-16-2011, 11:50 AM
Sorry here are the headings i have i ont have another tab with extensions

DownloadsII Active
Reason for closing the downloads section
Downloads Message/Disclaimer
Downloads Folder Path
Number of "Latest Files" to Display
Number of "Most Popular Files" to Display
Number of "Top Contributors" to Display
Show Right Column With Tops
Files Per Page
Length of File Description on Summary Page
Depth of Sub-Categories
Number of Characters Before Wrapping Text
Enable Images
Show File Thumbnails
Enable Comments
AJAX Name Suggestion
Enable Plugin Features

tdkmatt
02-16-2011, 11:52 AM
sorry, i just figured it out! duh!!!!

Bisha
02-16-2011, 08:59 PM
anyone tested on 4.1.2?

Hippy
02-16-2011, 09:28 PM
works :D

RS_Jelle
02-17-2011, 05:48 AM
anyone tested on 4.1.2?

It works fine with it :)

Crotan
02-18-2011, 06:42 PM
In the Downloads section of your site, I notice Sub Categories aren't list with the text Sub-Categories:

How can we remove this?

Also how can we add icons to the title of "Latest Files" on the right sidebar of the download section like you have?

Thanks

Schoelle
02-18-2011, 08:29 PM
@RS Jelle

Could you please check if this is possible? Thank you!

First: Thank you for this mod! :up:

Now a question! Is it possible to not allow the upload of files to Parent Categories?
So that a Parent Category is only a category but no repository?

AllenMead
02-19-2011, 08:34 AM
When adding an image, i sometimes get the following error???

>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9920 bytes) in /home/sXXXXX/public_html/forum/downloads.php on line 963

Dannymx
02-22-2011, 03:49 PM
I can't see the thumbails of the images I upload

and yes, in my settings the option is set to YES.

Any fix to this? it's broken? bug?

4.1.1 here.

intell_iut
02-23-2011, 08:38 AM
why in this version there is no option for tilte of file and category in url? i want to have urls like demo
http://www.minatica.be/downloads/cat/2-Audiovisueel
but there is no option
how can i enable title in url?

bajrice
02-24-2011, 04:11 AM
hi there,...

1. Thank you RS Jelle for this mod
2. It works fine for me on 4.1.2 :)

but i have some questions, i hope im here right

1. is it possible to change the mod a little bit ?!
2. file upload and image (multiply images) should be together (one button for both to upload)
3. is it possible to add custom permissions at the categorys & sub-categorys (for file upload) for user groups ?! (every category & sub-category should have own permissions for file upload)
4. is it possible to add custom thumbs (little images) for every created category ?!
5. is it possible to change the upload/download folder (./downloads) to another root server ?!

Thanks

Laurent42
02-24-2011, 06:31 PM
Hi there!

Before installing it, I have a few questions! :)

- Is it possible to upload/download files outside the tree of the Web site?
(For example in /var/data and not in /var/www/forum)?

- Is it possible to restrict files downloads to a group / user?

- Is it possible to use the vb builtin attachment feature for the users and DownloadsII only for the administrators?

Thanks! :)

sweetguy2004
02-24-2011, 07:05 PM
Thank you reserved have to arrange hdd!

Bisha
02-24-2011, 10:59 PM
Thanks! Updated right now but i have some problems...

hosted files, can't be downloaded,,, it start the download and it stops after some second,,, the file is incomplete.
how to fix this and restore uploaded files.

linket are ok.
Thanks

decon8x
02-26-2011, 09:39 AM
When i click to download a file, it count i have downloaded 5 times. how to fix this.

Max Paint
02-26-2011, 03:19 PM
Can this mod show on uploadpage the allowed extensions and filesize? Didn't found anything ... Showing allowed extensions and filsizes before a user starts the uploads, would make things easier ;)

Crotan
02-26-2011, 05:15 PM
Can this mod show on uploadpage the allowed extensions and filesize? Didn't found anything ... Showing allowed extensions and filsizes before a user starts the uploads, would make things easier ;)

You could add that in yourself in the Downloads Message/Disclaimer

Bisha
02-28-2011, 08:21 AM
Hello!

How can i SORT files updated first? I tested with dateupdate but doesn't work..., what is the var for updated date?

Why i can't download big files? it start downloading and stops after 187 bytes...

thanks!

harry12
03-01-2011, 08:06 AM
Hi can you tell me what temp I need to change the draw under the download or can be a text!

YkudzA
03-02-2011, 03:14 AM
Whats wrong with me? The mod has been installed, "downloads" folder is 777ing, created categories, added extentions but still have

"forum/downloads.php
This link appears to be broken."

:(

TeknoSounds
03-02-2011, 05:09 AM
Whats wrong with me? The mod has been installed, "downloads" folder is 777ing, created categories, added extentions but still have

"forum/downloads.php
This link appears to be broken."

:(

you're not going to the right location where the file is, or the file is not uploaded.
the downloads.php should be in your forum root. so www.mysite.com/forum/downloads.php
or www.mysite.com/messageboard/downloads.php etc etc.
Check your file uploads to ensure everything uploaded correctly.

YkudzA
03-02-2011, 06:39 AM
you're not going to the right location where the file is, or the file is not uploaded.
the downloads.php should be in your forum root. so www.mysite.com/forum/downloads.php
or www.mysite.com/messageboard/downloads.php etc etc.
Check your file uploads to ensure everything uploaded correctly.shame to me.. forgot upload downloads.php.

Sorry :o

fireglow305
03-03-2011, 07:08 AM
Installed this on but i can't see the editor icons. Anyone an idea why?
Using vB 4.1.2