Changing Default Video Uploader Mode

For Video Uploads, by default the uploader mode is Flash.

 

Where in php or db can we change this default uploader mode.

 

Also out of the four modes, I want to remove flash and regular and make embed as default and keep the recorder as the other oprion.

 

 

Quote · 21 Nov 2009

This was discussed in more details here -

http://www.boonex.com/unity/forums/#topic/DB8-Enhancement-Request-Embed-Video-on-Wall.htm

Probably will see something in 7.1.

Quote · 21 Nov 2009

11/03/09 06:28:49 changed by MichelSwiss

It seems pretty easy to change it: just override function actionGetVideoUploaders and set 'mode'=>'embed' instead of 'mode'=>'single' from ydrargyros

 

 

This seems to the workaround at http://www.boonex.com/trac/dolphin/ticket/1401

 

I want to know for normal video upload, where in php we can change the code so that the default uploader mode is embed and remove the modes, normal and recorder?

Quote · 22 Nov 2009

11/03/09 06:28:49 changed by MichelSwiss

It seems pretty easy to change it: just override function actionGetVideoUploaders and set 'mode'=>'embed' instead of 'mode'=>'single' from ydrargyros

This seems to the workaround at http://www.boonex.com/trac/dolphin/ticket/1401

I want to know for normal video upload, where in php we can change the code so that the default uploader mode is embed and remove the modes, normal and recorder?

The workaround works but only for adding videos to the albums and not for posting videos on walls. So, if you don't care for wall, then yes that workaround will work....

Quote · 22 Nov 2009

Where is the function and in which php file? Please let me know the folder path of the file where the function exists?

 

 

Quote · 22 Nov 2009

Anyone helping me on this where the funtion is?

 

Thanks

Quote · 23 Nov 2009
 
 
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.