Quote:
Originally Posted by Citizen
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
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
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
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 ...