Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
I think the best solution for Drupal/Civicrm would be to have Civicrm detect the editor used in Drupal and then use the same
$checklogin =& CRM_Core_Session::singleton( ); global $user; if ($user->uid)
- <script type="text/javascript" src="{$config->resourceBase}packages/ckeditor/ckeditor.js"></script>+ <script type="text/javascript" src="/sites/all/modules/ckeditor/ckeditor/ckeditor.js?I"></script>
- CKEDITOR.replace( '{$name}' );+ CKEDITOR.replace( '{$name}',+ {+ filebrowserBrowseUrl : '/index.php?q=imce&app=ckeditor|sendto@ckeditor_fileUrl|',+ filebrowserImageBrowseUrl : '/index.php?q=imce&app=ckeditor|sendto@ckeditor_fileUrl|',+ filebrowserFlashBrowseUrl : '/index.php?q=imce&app=ckeditor|sendto@ckeditor_fileUrl|',+ } );