Remove option to upload multiple videos

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!

Quote · 9 Jan 2011

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
Quote · 9 Jan 2011

 

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
Quote · 9 Jan 2011

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
Quote · 9 Jan 2011

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
Quote · 9 Jan 2011

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?

Quote · 9 Jan 2011

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;
}

Quote · 9 Jan 2011

Thank You okweb!!!

Quote · 9 Jan 2011

 

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..

Quote · 25 Jan 2011

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

Quote · 26 Jan 2011

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:

videosettings.jpg · 523.4K · 62 views
Quote · 26 Jan 2011

Dol.7.0.4

vid_set.jpg · 136K · 65 views
Quote · 26 Jan 2011

 

Dol.7.0.4

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!

Quote · 26 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.