Quote:
Originally Posted by mp4sverige
New problem, when uploading an gif image to i get following error:
I have added gif and rar under Extensions in option.
Uploading rar file works fine.
PS. have you received my PM?
|
1) You need to correctly set the "Extension Usage" option of the extension. There's a difference between file (= allowed extension when adding files), image (= allowed image extension for adding images to a file afterwards) and both.
2) I have replied to it. No need to build a mod for that.
Quote:
Originally Posted by entertain
@Jelle:
(1) Did you see that you can search files by entering 1 letter? This is the death for some servers.
(2) Users who upload a files (that have to be approved) are redirected to the unapproved file and get "no permissions" message.
Quick fix might be:
downloads.php (around line 400)
PHP Code:
else if ($file['modqueue'] == 1 AND !($permissions['downloads2permissions'] & $vbulletin->bf_ugp['downloads2permissions']['canmanagemodqueue']))
change into
PHP Code:
else if ($file['modqueue'] == 1 AND ($file['uploaderid'] !== $vbulletin->userinfo['userid']) AND !($permissions['downloads2permissions'] & $vbulletin->bf_ugp['downloads2permissions']['canmanagemodqueue']))
(3) What happened to the "My Files" Page? Why was it removed?
Thanks for your answer! 
|
1) + 2) I've added both things to the todo list. Should be fixed in the next release. Thanks for reporting
3) It's now integrated in the more advanced search (you can search for uploader etc.).