vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

Dotara 06-18-2007 09:09 AM

Code:

Download URL
The relative path to your download folder. Do not change unless you know what you are doing!

./downloads/

It's creating downloads dir under my forum dir. What should I put in the Download URL field to move it to /public_html/downloads? Also it will work if I rename the downloads dir to something else and put the value in Download URL field? Also I did set the permissions but am not able to see any download section anywhere. Where do it appear may I know?

nebu 06-18-2007 12:05 PM

i can upload files and download em, but the files dont appear on my server.
with flashfxp i cant see them in the /downloads/ folder.

i want them to appear there!

second question:
if somebody uploads a file, i have to Approve the file.
can i disable Approve function?

and can i disable the 30 seconds download protection?

RedGTiVR6 06-18-2007 02:22 PM

Not sure what would be causing this errors, but here goes.


When I'm linking to a file, I'm entering the file size in bytes. I enter in 6,826,230. However, once I submit and go look at the file, it doesn't show a size. Is there a character limit to this field?

Any ideas?

Citizen 06-18-2007 08:27 PM

Does this pick up on all attached files or just ones used in the downloads section?

Is there a way to limit the downloads section to one file type?

Is there a way to not allow external link downloads?

yaoren 06-19-2007 04:46 PM

I'm having some difficulty uploading some attachments. Didn't really ever try to do this and did some moderations to the board and found I can't. Deleated the mods in hope to fix this issue but still have the same problem. Every time I try to upload certain file types, for example .zip or .mpg I then get

Internet Explorer cannot display the webpage

( no error message or anything else..just straight to the page )

Although jpg seems to work fine. Any ideas on what this could be? I have double checked the MIME settings, set permissions for usergroups and while viewing other threads to troubleshoot myself I have attempted to run a upload dianostic which took me to the exact same page.

Not sure if there's some .php file that I can reupload from VB before I made changes. Any help is appreciated.

Version 3.6.7
Mods I Installed were Downloads II and Links and Download Manager
Tried with the hooks on and off.
In 'file suspect' diagnostics, doesn't report any customized files. Only thing different was

.includes
functions_forumlist.php (states: file does not contain expected contents)

As far as I know all users...since we really don't have too many users....just other Admin and I are using forum at this point in time.
Happens in Firefox as well.
All styles were always set to no parent.
Attachments are stored in database.

Tried working on all of these possible scenarios but still no luck and it only seems to be on new attachment files that we manually add or fix.

tekguru 06-19-2007 06:56 PM

Anyone know what may be causing this error and if so how to fix it:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
FROM vb_usergroup, vb_user
WHERE ecdownloadpermissions & 1024 AND usergroup.usergroupid = user.usergroupid;

MySQL Error : Unknown table 'usergroup' in field list
Error Number : 1109
Date : Tuesday, June 19th 2007 @ 09:38:00 AM
Script : <http://www.4winmobile.com/forums/downloads.php?do=edit&id=37>
Referrer : <http://www.4winmobile.com/forums/downloads.php?do=edit&id=37>
IP Address : 83.67.61.245
Username : boz
Classname : vb_database


unknowngiver 06-21-2007 01:04 AM

i have a small request:
i was using vbulletin attachment feature as my download system...is there any way of exporting all of my attachments to this module?

RS_Jelle 06-21-2007 07:52 AM

Quote:

Originally Posted by hugh_ (Post 1267700)
Could I suggest extracting id3 information from mp3 or similar files optional / automatic during uploads and adding it to file description?

That would be a nice add-on -I think-, but personally I don't think it's something for the main release as it would require additional PHP classes. I think it's not that clean to include those for everyone, but it would be suitable for an add-on (you can get them opensource, but we haven't written them, so don't know them entirely).

Quote:

Originally Posted by hornstar1337 (Post 1268268)
are any more features being added, or is the next version just being finished off with all features already implemented? because i'm hoping it is the second so we can get our hands on it sooner to test it ^^ any progress reports would be great. Thanks.

I just did my last exam today, so now I've got three months of free time :D
So I'm restarting today with coding and answering support questions.

Quote:

Originally Posted by NokStar (Post 1268340)
Hay thanks for your reply.

1. If i edit the number from Phpmyadmin then it will not cause any trouble?
I mean i saw this DownloadsII logs the user name and date which some has downloaded it.
So it should match the number in that table right? or if its different still not make any problems?

2. Yes its on 0, and it shows some (-) time like -46 like stuff

1. It's not in the logs (dl_downloads) table (as you can prune the logs). You should edit the downloads field in the dl_files table.

2. Pretty strange, as it was solved in an older release and I didn't heard of any more problems with it :confused:
Try reuploading all PHP files of DownloadsII and reimporting the product file (with overwrite option on). And be sure you've got the 5.0.4 zip file and not an older one ...

Quote:

Originally Posted by Majest (Post 1269583)
Is there a way to have the message interface match the style?

Also is there a way to have Top Contributors be Top Authors instead of Top Uploaders?

Clicks Install. ;)

1. How do you mean? I don't understand your question. The message editor is the default vBulletin one, so you just have to change its styles in the "Styles & Templates" AdminCP part. Or do you mean the large editor for the reply field for comments? This will be replaced by a small Quick Reply field in v6.

2. Edit the "ecdownloads_top_contributors" phrase to change the text.

Quote:

Originally Posted by Dotara (Post 1270822)
Code:

Download URL
The relative path to your download folder. Do not change unless you know what you are doing!

./downloads/

It's creating downloads dir under my forum dir. What should I put in the Download URL field to move it to /public_html/downloads? Also it will work if I rename the downloads dir to something else and put the value in Download URL field? Also I did set the permissions but am not able to see any download section anywhere. Where do it appear may I know?

At the moment, you can only specify a path starting from you forums directory. v6 will use an absolute path just like the vBulletin attachments filesystem storage system does. You can rename it if you want (rename it in the options AND the folder itself on your FTP), just keep sure it's chmodded to 777.
Read the Readme-Install.txt for instructions creating a link to the downloads section in your navigation bar. You can find DownloadsII on http://www.yoursite.com/forums/downloads.php

Quote:

Originally Posted by nebu (Post 1270909)
i can upload files and download em, but the files dont appear on my server.
with flashfxp i cant see them in the /downloads/ folder.

i want them to appear there!


second question:
if somebody uploads a file, i have to Approve the file.
can i disable Approve function?

and can i disable the 30 seconds download protection?

1. If your relative downloads path is pointing to there and you are uploading files (not linking them), they really should appear there. There can't be a secret folder :D
Try looking for an option to display hidden files maybe (.htaccess is sometimes hidden, but the files in the downloads folder aren't normally).

2. You can set this using the DownloadsII usergroup permissions: "Can Avoid Moderation Queue" (set it to yes).

3. Have a look at the DownloadsII settings in the AdminCP. Set the "Downloads Delay" option to 0.

Quote:

Originally Posted by RedGTiVR6 (Post 1271002)
Not sure what would be causing this errors, but here goes.


When I'm linking to a file, I'm entering the file size in bytes. I enter in 6,826,230. However, once I submit and go look at the file, it doesn't show a size. Is there a character limit to this field?

Any ideas?

You have to enter the size in bytes without any points, commas or other punctuation. So you should enter 6826230 in this case. The field is supporting 10 characters, so it should be enough for this.

RS_Jelle 06-21-2007 08:40 AM

Quote:

Originally Posted by Citizen (Post 1271250)
Does this pick up on all attached files or just ones used in the downloads section?

Is there a way to limit the downloads section to one file type?

Is there a way to not allow external link downloads?

1. It's a separate system, so it has nothing to do with the vBulletin attachments and it can't use them.

2. There a file types option to specify the allowed extensions.

3. You can control this using the usergroup permissions.

Quote:

Originally Posted by yaoren (Post 1271861)
I'm having some difficulty uploading some attachments. Didn't really ever try to do this and did some moderations to the board and found I can't. Deleated the mods in hope to fix this issue but still have the same problem. Every time I try to upload certain file types, for example .zip or .mpg I then get

Internet Explorer cannot display the webpage

( no error message or anything else..just straight to the page )

Although jpg seems to work fine. Any ideas on what this could be? I have double checked the MIME settings, set permissions for usergroups and while viewing other threads to troubleshoot myself I have attempted to run a upload dianostic which took me to the exact same page.

Not sure if there's some .php file that I can reupload from VB before I made changes. Any help is appreciated.

Version 3.6.7
Mods I Installed were Downloads II and Links and Download Manager
Tried with the hooks on and off.
In 'file suspect' diagnostics, doesn't report any customized files. Only thing different was

.includes
functions_forumlist.php (states: file does not contain expected contents)

As far as I know all users...since we really don't have too many users....just other Admin and I are using forum at this point in time.
Happens in Firefox as well.
All styles were always set to no parent.
Attachments are stored in database.

Tried working on all of these possible scenarios but still no luck and it only seems to be on new attachment files that we manually add or fix.

Hmm, this is not a DownloadsII related problem. DownloadsII doesn't change any files, it has nothing to do with the vBulletin attachments, it doesn't use any attachments related plugins, ... This is more a question for the vBulletin.com support team ;)

Quote:

Originally Posted by tekguru (Post 1271932)
Anyone know what may be causing this error and if so how to fix it:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
FROM vb_usergroup, vb_user
WHERE ecdownloadpermissions & 1024 AND usergroup.usergroupid = user.usergroupid;

MySQL Error : Unknown table 'usergroup' in field list
Error Number : 1109
Date : Tuesday, June 19th 2007 @ 09:38:00 AM
Script : <http://www.4winmobile.com/forums/downloads.php?do=edit&id=37>
Referrer : <http://www.4winmobile.com/forums/downloads.php?do=edit&id=37>
IP Address : 83.67.61.245
Username : boz
Classname : vb_database


Did it occur since you updated to vB 3.6.7? Or is it a new DownloadsII install on vB 3.6.7 or something else? He says that there's no usergroup table, but the usergroup table is a default vBulletin table ... Try editing a usergroup and just save it, so it rebuilds your bitfields if necessary.

Quote:

Originally Posted by unknowngiver (Post 1272866)
i have a small request:
i was using vbulletin attachment feature as my download system...is there any way of exporting all of my attachments to this module?

Not at the moment; DownloadsII is a separate system. The vBulletin attachments system is also a bit more complicated: it saves files with the .attach extension and the real extension is stored in the database (if you use the filesystem option). So you can't use the DownloadsII mass import feature for this ...

pxd 06-21-2007 12:35 PM

We've been told about 1 month ago that there will be a quick release to address the thumbnail upload issue where only download author should have access to managing thumbnails. Is there an update anywhere around?


All times are GMT. The time now is 06:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04460 seconds
  • Memory Usage 1,798KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete