meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:tinymce [2023/12/02 12:55] – [config.php] duncancplugin:tinymce [2024/05/20 00:00] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
 +
 description: This plugin provides TinyMCE 4, an HTML text editor, for editing messages and templates. This is for phpList 3.x. description: This plugin provides TinyMCE 4, an HTML text editor, for editing messages and templates. This is for phpList 3.x.
 author     : Duncan Cameron author     : Duncan Cameron
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, ''define("PLUGIN_ROOTDIR""plugins")'' in config.php, then the plugin will use the correct path automatically, e.g.+The elFinder directory must be within the web root. If you have the default plugin location, ''define('PLUGIN_ROOTDIR''plugins')'' in config.php, then the plugin will use the correct path automatically, e.g.
  
 ''/lists/admin/plugins/TinyMCEPlugin/elfinder'' ''/lists/admin/plugins/TinyMCEPlugin/elfinder''
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's directory to somewhere within the web root. Then use the Settings page (menu Config > Settings) to specify the path to the elFinder directory. The path should be from the web root, such as ''/elFinder'', not the filesystem path. If you have placed the plugin directory outside of the web root then you must move or copy the `elfinder` directory from the plugin's directory to somewhere within the web root. Then use the Settings page (menu Config > Settings) to specify the path to the elFinder directory. The path should be from the web root, such as ''/elFinder'', not the filesystem path.
  
-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 =====