artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

Position flash messages #129

Closed pfpro closed 3 months ago

pfpro commented 10 months ago

Hello, would it be optionally possible to place the flash messages at the top of the page instead of at the bottom?

xDeSwa commented 7 months ago

copy 'vendor\artgris\filemanager-bundle\Resources\views\manager.html.twig' to 'templates\bundles\ArtgrisFileManagerBundle\manager.html.twig'

you can modify how you want. you can do override main template with this method

elliotlgn commented 6 months ago

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 ?

xDeSwa commented 6 months ago

root/templates/bundles/ArtgrisFileManagerBundle/manager.html.twig

i tested just now, its work.

elliotlgn commented 6 months ago

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

xDeSwa commented 6 months ago

Uppercase or lowercase letters are not important in Windows, but important in Unix. Congratulations