elliot

Results 4 comments of elliot

i did copy the 'vendor\artgris\filemanager-bundle\Resources\views\manager.html.twig' to templates\bundles\ArtgrisFilemanagerBundle\manager.html.twig but it doesn't works, i mean it still referring to the 'vendor\artgris\.... Maybe you can help me ?

Problem sovled ! just had to change the m of ArtgrisFilemanagerBundle to M ----------------------------------------------------------------------------------- templates/bundles/ArtgrisFilemanagerBundle/manager.html.twig to templates/bundles/ArtgrisFileManagerBundle/manager.html.twig

Thanks for your reply! But I changed my mind, what I actually want is: When I open the image link plugin, I want it to open directly in my var/www/Projet/public/uploads,...

I found this ` tinymce.init({ selector: 'textarea', plugins: 'image code', toolbar: 'undo redo | link image | code', image_title: true, automatic_uploads: true, picker_types: 'image', file_picker_callback: function (cb, value, meta) {...