Quote:
Originally Posted by fariborz khan
RS_Jelle sorry me for meny question:
you say:
you can rename the downloads folder
i want:
change name of directory to MYSITE DOWNLOAD
and change the pocition of MYSITE DOWNLOAD to another folder.
ok!!!
now how do this 
please link related topic to me or explain me.
thanks a lot
|
Change the directory name of the downloads folder, but it must stay inside the forums folder! DownloadsII doesn't support download directories placed outside the vBulletin forums folder at the moment. Also keep the 777 permissions chmod.
Then just change the Download URL of the DownloadsII settings to match the new name, but keep its's structure (./downloads/ -> the point and slashes are necessary in that way, like it's default).
Quote:
Originally Posted by cellow
Hi Jelle,
of course i have problem with this!!! The uploaded pictures (chmod 600) are not seenable!
Browser error:
"Forbidden
You don't have permission to access /forum/downloads/kaisa_3oL.jpg on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
After i changed it to chmod 666, the picture can everbody see.
I don't know find any configuration in the admincp for that.
maybe i have to fix any .php file?
thank you 4 ur support
|
Are you on a shared host or a dedicated server? It's pretty strange as you are the first one having these problems with it. I'm only having it with that chmods as default and I don't get a forbidden error. Maybe you have a pretty strict Apache configuration?
Quote:
Originally Posted by Joshva
Quick question.
I'd like to say users have 1gig of storage but the individual files upload must be less than or equal to 20mb. Can this be done?
Thanks,
Josh
|
The 1GB of storage can be set using the usergroup permissions. The 20MB per file can be accomplished by limiting it with a .htaccess file in the forums directory to limit the PHP maximum upload value.
Code:
php_value upload_max_filesize 20M
php_value post_max_size 20M