Hi there,
I wanted to ask how to disable browse server button in flash/url/image tabs?
I have found this:
"
The shorthand is after you setup the CKFinder integration with CKEditor, override the URLs to the FileBrowser:
//Prevent the fileBrowser button and option
$CKEditor->config['filebrowserBrowseUrl']='';
$CKEditor->config['filebrowserImageBrowseUrl']='';
$CKEditor->config['filebrowserFlashBrowseUrl']='';
"
but when I write these lines nothing happens. Maybe somebody can help me?
I wanted to ask how to disable browse server button in flash/url/image tabs?
I have found this:
"
The shorthand is after you setup the CKFinder integration with CKEditor, override the URLs to the FileBrowser:
//Prevent the fileBrowser button and option
$CKEditor->config['filebrowserBrowseUrl']='';
$CKEditor->config['filebrowserImageBrowseUrl']='';
$CKEditor->config['filebrowserFlashBrowseUrl']='';
"
but when I write these lines nothing happens. Maybe somebody can help me?
Re: Browse server button
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Browse server button
Hi there again, I have found how to disable it, but for my programmers it's not good for the last project..
it worked for a while, but we have to find another solution how to do that..
for those who needs it just write this in your php code:
but as I said it's not good for my programmers, they have to write things to DBs, so they're using this code:
and these lines do not work in java script.. Maybe somebody will help me here?
thanks.
Re: Browse server button
The setupCKEditor() method enables these three configuration options that enable the "Browse Server" buttons:
If you want to hide the "Browse Server" button in dialog windows, the only way to do it is to not use the the setupCKEditor() method and follow the Manual Integration method.
If your wesbite is ok with using such JS code:
then it should have no problems with using something like:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+