Currently when I open the CKeditor photo upload I can only open CKFinder using the browse server button in the image info tab. However this is confusing for clients because there is an upload tab as well that does nothing. I would like to either have clicking the upload tab or clicking the send to server button in the upload tab open CKFinder so that I may alleviate that confusion.
Deleting the upload tab would also be acceptable, but when I have tried myself it just renders the image upload button useless.
Here is my instance code if that helps at all.... I was thinking of using a variation of the javascript that replaces the text box with CKEditor to try and replace "upload" with CKFinder as well.
<td>
<textarea name="summary">#getContent.summary#</textarea>
<script>
CKEDITOR.replace( 'summary', {
filebrowserBrowseUrl: '#fck_path#/plugins/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl: '#fck_path#/plugins/ckfinder/ckfinder.html?Type=Images',
filebrowserFlashBrowseUrl: '#fck_path#/plugins/ckfinder/ckfinder.html?Type=Flash',
filebrowserUploadUrl: '#fck_path#/plugins/ckfinder/core/connector/php/connector.cfm?command=QuickUpload&type=Files',
filebrowserImageUploadUrl: '#fck_path#/plugins/ckfinder/core/connector/php/connector.cfm?command=QuickUpload&type=Images',
filebrowserFlashUploadUrl: '#fck_path#/plugins/ckfinder/core/connector/php/connector.cfm?command=QuickUpload&type=Flash'
}); </script>
</td>
Use this to remove the upload
Use this to remove the upload tab: