In an ealier post, elfinder was mentioned for having a file sorting program.
Does it works with 5.0.4
If yes, howto install it?
stefan-franz:
elfinder
Usually I’m letting people go head first in the wall and the help them recovering from it (I’m a centrist). But scratch it for that one…
Want a pro tip for that one?
Don’t use web based file managers. It does require an advance knowledge of web server in order to properly manage it. And for most ssysadmin, when they are advanced enough, they understand that this is a bad idea.
Best client for file management?
The one that is built-in your OS.
i.e.
For Mac users, Finder is the best.
For Linux users, Nautilus is leaning the competition far behind
Otherwise, to answer you question:
It should work on any PHP enabled webserver.
You only need to download the code on an LAMP, configure the app, your webserver. And done (no need to do any integration work).
1 Like
I’d like to have for my e-mail attachments a file structure.
I have only access vis ssh to my server - because its a virtual machine at hetzner.com
But may be Mautic gets in the future here an improvement. I’m not a friend of “tweaks” outside.
As an FYI, there is a PR to replace the asset manager with Elfinder:
mautic:5.x
← kuzmany:grapesjs-elfinder-support_5x
opened 10:09PM - 20 Nov 22 UTC
<!-- ## Which branch should I use for my PR?
Assuming that:
a = current ma… jor release
b = current minor release
c = future major release
* a.x for any features and enhancements (e.g. 5.x)
* a.b for any bug fixes (e.g. 4.4, 5.1)
* c.x for any features, enhancements or bug fixes with backward compatibility breaking changes (e.g. 5.x) -->
| Q | A
| -------------------------------------- | ---
| Bug fix? (use the a.b branch) | [ ]
| New feature/enhancement? (use the a.x branch) | [ ]
| Deprecations? | [ ]
| BC breaks? (use the c.x branch) | [ ]
| Automated tests included? | [ ]
| Related user documentation PR URL | mautic/mautic-documentation#...
| Related developer documentation PR URL | mautic/developer-documentation#...
| Issue(s) addressed | Fixes #...
<!--
Additionally (see https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests#work-on-your-pull-request):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against the "4.x" branch.
-->
#### Description:
Just added elFinder as filemanager to GrapesJs. Build based on customization documentation [grapesjs.com/docs/modules/Assets.html#customization](https://grapesjs.com/docs/modules/Assets.html#customization)
<!--
Please write a short README for your feature/bugfix. This will help people understand your PR and what it aims to do. If you are fixing a bug and if there is no linked issue already, please provide steps to reproduce the issue here.
-->
#### Steps to test this PR:
<!--
This part is really important. If you want your PR to be merged, take the time to write very clear, annotated and step by step test instructions. Do not assume any previous knowledge - testers may not be developers.
-->
1. Open this PR on Gitpod or pull down for testing locally (see docs on testing PRs [here](https://contribute.mautic.org/contributing-to-mautic/tester))
2. Open the email
3. Insert image
4. Check If elFinder works same like in legacy builder
<!--
If you have any deprecations, list them here along with the new alternative.
If you have any backwards compatibility breaks, list them here.
-->