CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Implementing new upload method for CKEditor
Pages: [1]

Author Topic: Implementing new upload method for CKEditor  (Read 1106 times)

anorthite

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 4.5.8
  • CMS version: Drupal 7.34
  • MySQL version: 5.3.12-MariaDB
  • PHP version: 5.4.20
Implementing new upload method for CKEditor
November 28, 2012, 10:14:21 am
My host uses php safemode which isn't compatible with KCFinder's upload method. The One Click Upload module for Drupal uses a different method that works with my host, and I'd like to add it to CKEditor in CiviCRM. The config.js file in civicrm/packages/ckeditor can be used to add new buttons to the toolbar, but I can't figure out how to enable a new plugin (one click upload).

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Implementing new upload method for CKEditor
November 28, 2012, 04:19:45 pm
If this is a drupal module then it won't just plug into civicrm. Or are you using the new "override civicrm wysiwyg with drupal's" feature?
Try asking your question on the new CiviCRM help site.

NASACT

  • I post frequently
  • ***
  • Posts: 289
  • Karma: 9
    • National Association of State Auditors, Comptrollers and Treasurers
  • CiviCRM version: 4.2.2
  • CMS version: Drupal 7
  • MySQL version: 5.1.58 (ubuntu)
  • PHP version: 5.3.5
Re: Implementing new upload method for CKEditor
November 29, 2012, 09:30:02 am
@Coleman Watts - Where is the WYSIWYG over that you speak of good sir?
-AJ
My GChat - azon21@gmail.com -  This is where you can find me most days!

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Implementing new upload method for CKEditor
November 29, 2012, 09:38:51 am
http://civicrm.org/blogs/fearlsgroove/drupal-wysiwyg-civicrm
Try asking your question on the new CiviCRM help site.

NASACT

  • I post frequently
  • ***
  • Posts: 289
  • Karma: 9
    • National Association of State Auditors, Comptrollers and Treasurers
  • CiviCRM version: 4.2.2
  • CMS version: Drupal 7
  • MySQL version: 5.1.58 (ubuntu)
  • PHP version: 5.3.5
Re: Implementing new upload method for CKEditor
November 29, 2012, 09:41:53 am
Thanks! I see it is the prereq's would require me to switch over from CKeditor module to WYSIWYG but that helps tremendously. Off to replace and implement.
-AJ
My GChat - azon21@gmail.com -  This is where you can find me most days!

anorthite

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 4.5.8
  • CMS version: Drupal 7.34
  • MySQL version: 5.3.12-MariaDB
  • PHP version: 5.4.20
Re: Implementing new upload method for CKEditor
November 29, 2012, 06:01:33 pm
Quote from: Coleman Watts on November 28, 2012, 04:19:45 pm
If this is a drupal module then it won't just plug into civicrm. Or are you using the new "override civicrm wysiwyg with drupal's" feature?
Yeah, it is a module. I wasn't aware of the override feature. Is there any other way to implement a file upload in the civicrm interface? If not, I can fallback to uploading them onto an unpublished page within drupal. Thanks for the response.

NASACT

  • I post frequently
  • ***
  • Posts: 289
  • Karma: 9
    • National Association of State Auditors, Comptrollers and Treasurers
  • CiviCRM version: 4.2.2
  • CMS version: Drupal 7
  • MySQL version: 5.1.58 (ubuntu)
  • PHP version: 5.3.5
Re: Implementing new upload method for CKEditor
November 30, 2012, 08:44:43 am
I made the switch to WYSIWYG modules and TinyMCE, seems to be working out nicely, integrated ICME for file uploading and of course the bridge modules for each that make this possible. One note here that I ran into is there is a standalone module for Drupal to allow PHP Spellchecker (plugin that is in the TinyMCE package) to be selected in the button configuration settings area.  Took me a minute to figure that out. Another module worth mentioning here is String Overrides. That might provide some additional aid in content presentation.
-AJ
My GChat - azon21@gmail.com -  This is where you can find me most days!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Implementing new upload method for CKEditor

This forum was archived on 2017-11-26.