Skip to content

Replace old Media Manager using elFinder

Compare
Choose a tag to compare
@darryldecode darryldecode released this 06 Apr 17:48
· 6 commits to 3.x.x since this release

#What's New
Remove old media manager and replace with new media using elFinder..

#UPDATE GUIDE:
on backend config array, add these new config:

    /*
     * Disabled components
     */
    'disabled_components' => array(
        //'Media Manager'
    ),

    /*
     * Media rules
     */
    'upload_rules' => array(
        'uploadDeny' => array(),
        'uploadAllow' => array('all'),
        'uploadOrder' => array('deny','allow'),
    ),