Skip to content

phpMagpie/ElFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElFinder

Plugin for integrating elFinder into Croogo.

Requires Croogo v1.5 or higher, replaces FileManager::Attachments with a more advanced file manager allowing folder management, context menus, drag and drop uploads/moves and image editing amongst other things.

Auto configures Ckeditor to use elFinder as a file browser. I've also released a plugin for TinyMCE 4 plugin that works with this plugin.

Installation

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

The second step bypasses CakePHP's plugin routing when calling elFinder by ajax.

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

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

About

Plugin for elFinder 2 for Croogo 1.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published