e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Feature Request: Draft Save #3771

Open LaocheXe opened 5 years ago

LaocheXe commented 5 years ago

Allow for drafts to be saved automatically when working on a form, such as posting a new forum post, writing up new news item, etc...

CaMer0n commented 5 years ago

@LaocheXe You could try messing around with this: https://tinymceplugins.com/plugins/local-autosave

LaocheXe commented 4 years ago

@CaMer0n I need to add the plugin into the config file for TinyMCE - would that be the wysiwyg.php inside the tinymce folder in plugins?

I added localautosave plugin in tinyMCE plugin folder - added localautosave into the getExternalPlugins as $autosave = true; if $autosave == true then $tmp[] = "localautosave";

get this: Failed to load plugin url: /e107_plugins/tinymce4/plugins/localautosave/l

idk why it's looking for l - localautosave folder has langs folder, plugin.js and plugin.min.js