alphalemon / ElFinderBundle

This project has been moved to https://github.com/redkite-labs/ElFinderBundle
MIT License
17 stars 6 forks source link

Missing files (js, css etc) #4

Closed topwebstudio closed 12 years ago

topwebstudio commented 12 years ago

Hi! When I run the assetic:dump command the /bundles/alphalemonelfinder/vendor/ElFinder is still empty and all the files of the plugin (javascript and css files) are missing.

alphalemon commented 12 years ago

Hi, before the assets install you must grab the ElFinder library:

git submodule init git submodule update

I've updated the README with those missing information.

Thanks

topwebstudio commented 12 years ago

Thanks! One more thing: in show.html.twig one line is missing:

'bundles/alphalemonelfinder/vendor/ElFinder/js/ui/*'

The files in the ui folder are needed, especially workzone.js It yells elfinderworkzone is undefined if the file is not loaded.

topwebstudio commented 12 years ago

And one more in the documentation the namespace is wrong:

use ElFinderCore\Connector\AlphaLemonElFinderBaseConnector;

should be this: use AlphaLemon\ElFinderBundle\Core\Connector\AlphaLemonElFinderBaseConnector;

alphalemon commented 12 years ago

HI, I've fixed the README, while the 'bundles/alphalemonelfinder/vendor/ElFinder/js/ui/*' exists in the show.html.twig https://github.com/alphalemon/ElFinderBundle/blob/master/Resources/views/ElFinder/show.html.twig

topwebstudio commented 12 years ago

Yes I saw later it existed but didn't loaded for me. Anyway now it's all working. Thanks for the nice bundle, saved me alot of time.