Skip to content

phpMagpie/Tinymce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TinyMCE

Plugin for integrating TinyMCE v4 into Croogo. Requires Croogo v2 or higher.

Packaged with TinyMCE version 4.1.7.

I'm using this with Croogo 2.2, but should play nicely with older versions too.

Note: My elFinder and MoxieManager plugins automatically reconfigure TinyMCE's image/file browser to use them rather than the core FileManager::attachments.

Installation

  1. Clone repository to /app/Plugin/Tinymce, and activate the plugin from your admin panel.
  2. Deactivate Ckeditor plugin
  3. Create a symlink in /app/webroot called Tinymce to ../Plugin/Tinymce/webroot

The third step bypasses CakePHP's plugin routing when accessing TinyMCE plugins.

On my Redhat Linux server I run the following as root:

  1. cd /app/webroot
  2. ln -s ../Plugin/Tinymce/webroot/ Tinymce
  3. chown -h %youruser%:%yourgroup% Tinymce

About

Tinymce 4 plugin for Croogo 2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published