meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| plugin:tinymce [2023/12/02 12:54] – [config.php] duncanc | plugin:tinymce [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- plugin ---- | ---- plugin ---- | ||
| + | |||
| description: | description: | ||
| author | author | ||
| Line 39: | Line 40: | ||
| ==== Location of the elFinder directory==== | ==== Location of the elFinder directory==== | ||
| - | The elFinder directory must be within the web root. If you have the default plugin location, '' | + | The elFinder directory must be within the web root. If you have the default plugin location, '' |
| ''/ | ''/ | ||
| Line 45: | Line 46: | ||
| If you have placed the plugin directory outside of the web root then you must move or copy the `elfinder` directory from the plugin' | If you have placed the plugin directory outside of the web root then you must move or copy the `elfinder` directory from the plugin' | ||
| - | Also, if you move or rename the phpList directory or the plugin directory after installing the plugin, then you will need | + | Also, if you move or rename the phpList directory or the plugin directory after installing the plugin, then you will need to modify the path because it will not change automatically. |
| - | to modify the path because it will not change automatically. | + | |
| ===== Configuration ===== | ===== Configuration ===== | ||
| Line 54: | Line 54: | ||
| The UPLOADIMAGES_DIR value in config.php must be set to the location of a directory where elFinder can store uploaded images. The directory must be writable by the web server. Note that the value is relative to the web root and must not contain a leading '/' | The UPLOADIMAGES_DIR value in config.php must be set to the location of a directory where elFinder can store uploaded images. The directory must be writable by the web server. Note that the value is relative to the web root and must not contain a leading '/' | ||
| + | <code php> | ||
| If the UPLOADIMAGES_DIR value in config.php is set to '' | If the UPLOADIMAGES_DIR value in config.php is set to '' | ||