Does anyone know how to remove the option to allow users to upload more than 1 video at a time?
Because when someone tries to upload more than 1 video at a time, it causes the cron to run multiple times over itself. Causing the server to dramatically slow down and completely stop the website!
|
You can remove the option for 'regular' uploader from Modules>Videos> Settings tab (options to remove at the bottom). Most people will not know that holding down the control key will still allow you to select 5 items to upload. Nothing to see here |
You can remove the option for 'regular' uploader from Modules>Videos> Settings tab (options to remove at the bottom). Most people will not know that holding down the control key will still allow you to select 5 items to upload.
You mean Flash, since SWFupload is the one that allows for multiple files to be selected. Unless you're referring to something else that I'm unaware of.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Yes, I left part of my statement off. Removing the 'regular' uploader will not put that green + next to browse. The flash uploader will allow the member to select 1 file unless they know to hold down the control key, which would allow you to still choose up to 5 items. Nothing to see here |
To limit the amount of uploads for SWFuploader (the Flash uploader):
/templates/base/swf_upload_integration.html
file_upload_limit : "__file_upload_limit__", file_queue_limit : "__file_queue_limit__",
Change:
file_upload_limit : "1", file_queue_limit : "1",
Save your changes and clear your /cache/ (except for the .htaccess file) and /cache_public/ directories.
Source: http://www.boonex.com/unity/forums/topic/Uploading-Multiple-Files-At-Once.htm#91930
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hi,
No, i removed the option for FLASH upload b/c it doesnt work correctly.
So, i only have the REGULAR, RECORD, EMBED options.
I wish to make the REGULAR option to only allow ONE video at a time to be uploaded because uploading more than 1 video at a time does not work either. It causes overload on the cron/server.
How can i only allow ONE video to be uploaded via REGULAR uploader?
|
You can hide the green + button
open file modules/boonex/videos/templates/base/css/my.css
and add this code at the bottom of the file
.multiply_add_button, .multiply_remove_button, .multiply_other_button { display: none; }
|
|
You can remove the option for 'regular' uploader from Modules>Videos> Settings tab (options to remove at the bottom). Most people will not know that holding down the control key will still allow you to select 5 items to upload.
I can't find the options to remove these choices.. I would like to remove the flash uploader..
|
You can remove the option for 'regular' uploader from Modules>Videos> Settings tab (options to remove at the bottom). Most people will not know that holding down the control key will still allow you to select 5 items to upload.
I can't find the options to remove these choices.. I would like to remove the flash uploader..
|
Remove option to upload videos by flash
Modules/Videos -> click on Settings
at the bottom of the page you have this settings:
Available uploaders: flash regular record embed
uncheck the options you don't will use and save it
|
okweb ack, I hid your post by accident.. That report link is way too close to the quote link! D: sorry about that..
you posted: "Remove option to upload videos by flash Modules/Videos -> click on Settings at the bottom of the page you have this settings:
Available uploaders: flash regular record embed
uncheck the options you don't will use and save it"
um, why don't I have these options??? OKweb, what version are you using?
I'm attaching what I see in my Videos module settings D:
|
|
So do I... :O
Hey BoonEx Staff!!! D: why do we have different settings in our video administration area?? (see attachments above)
And why don't I have a shoutbox option in my modules list?? What else might I be missing here?? D: really??
that sux, I would love to take that darn flash option away!
|