video upload from wall ( timeline)

In BxWallModule.php

If you replace single with embed you can then embed youtube videos. I am trying to be able to have both options but my coding skills suck and i keep getting errors.

return BxDolService::call('videos', 'get_uploader_form', array(array('mode' => 'single', 'category' => 'wall', 'album'=>_t('_wall_video_album', getNickName(getLoggedId())), 'from_wall' => 1, 'owner_id' => $this->_iOwnerId)), 'Uploader');

Replace With:

return BxDolService::call('videos', 'get_uploader_form', array(array('mode' => 'embed, 'category' => 'wall', 'album'=>_t('_wall_video_album', getNickName(getLoggedId())), 'from_wall' => 1, 'owner_id' => $this->_iOwnerId)), 'Uploader');

If anyone has time to provide clue it would appreciated.

Quote · 26 Feb 2014

Bump ( just once do to the fact it was buried instantly ) . the forum must have taken bad drugs last nite.

Quote · 26 Feb 2014
 
 
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.