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:
Re: Browse server button
The setupCKEditor() method enables these three configuration options that enable the "Browse Server" buttons:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+