Hi
I've upgraded my webpages with the new version of the CKeditor (v3.6.1). Before that I used the 3.5 version and that worked fine, but with the 3.6.1 version the image dialog box is missing the "browse server" button.
Also the Link dialog box don't have this button. Is there a simple explanation for that?
Thx in advance!
I've upgraded my webpages with the new version of the CKeditor (v3.6.1). Before that I used the 3.5 version and that worked fine, but with the 3.6.1 version the image dialog box is missing the "browse server" button.
Also the Link dialog box don't have this button. Is there a simple explanation for that?
Thx in advance!

Re: Missing "Browse server" button in the Image dialog
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Missing "Browse server" button in the Image dialog
I tried your proposal, so I installed the CKfinder, added the recommanded dll in the bin directory en changed the config settings like this:
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/ckfinder/ckfinder.html', filebrowserImageBrowseUrl : '/ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl : '/ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl : '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files', filebrowserImageUploadUrl : '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images', filebrowserFlashUploadUrl : '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash' });But now I received the following error message:
What did I wrong?
Thx in advance
Re: Missing "Browse server" button in the Image dialog
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Missing "Browse server" button in the Image dialog
Everything works fine!
Kind regards
Re: Missing "Browse server" button in the Image dialog
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Missing "Browse server" button in the Image dialog
Browse server button is missing
I change fckeditor to ckeditor its working fine but one issues is not sloved. Browse server button is missing.
i try couple of changes but still this button messing.
I have creted my website in php.
Any one can help me.??