Hello All,
Does anyone know how I can remove all options (besides Embed) under the videos upload section?
Here is a picture of what I'm talking about:
Hello All,
Here is a picture of what I'm talking about: |
I asked this same question a few days ago, with no reply. Maybe you'll get a better response rate, I hope... newbreed |
I asked this same question a few days ago, with no reply. Maybe you'll get a better response rate, I hope... I hope so too :) |
Hello everybody! Sometime ago detailed answer on this question, but can't find it. Ok, again:
|
@LeonidS HI.. As u said the Bxvideosconfig.php has no "getUploaderSwitcher method". I just gave a look at the same in Files module which has this method referenced. Wat can be the exact tweek to add the youtube embed option to this as i have shown below, function getUploaderSwitcher ($sLink = '') { Thanks in advance. |
Leave there only this element: _t('_' . $this->sPrefix . '_embed') => array('active' => $_REQUEST['mode'] == 'embed' ? true : false, 'href' => $sLink . "&mode=embed"),
|
If someone made a mod for this, I think a lot of people would buy it! newbreed |
I did remove "Flash, Regular, and Record" just fine but the problem is the default as shown above is Flash even though embed is sleeted. Is there anywhere I can make the default as Embed? Here is a picture: |
I did remove "Flash, Regular, and Record" just fine but the problem is the default as shown above is Flash even though embed is sleeted. Is there anywhere I can make the default as Embed? Here is a picture: open "/inc/classes/BxDolFilesUploader.php" file Looking for Help? http://www.boonex.com/kevinmitnick |
I did remove "Flash, Regular, and Record" just fine but the problem is the default as shown above is Flash even though embed is sleeted. Is there anywhere I can make the default as Embed? Here is a picture: open "/inc/classes/BxDolFilesUploader.php" file That did the job! Thanks very much :) |
;:) i like to remove embed videos. What should I do for this brunno |
LOL what is this??????????? go to administration panel - modules - videos - settings(in the top) - scroll down - Available uploaders select what you want...... Good luck :) so much to do.... |