iionly/extended_tinymce

HTML WYSIWYG editor for Elgg based on the jquery Tinymce editor.

4.9.3 2019-02-24 10:35 UTC

This package is auto-updated.

Last update: 2024-04-12 04:28:59 UTC


README

Latest Version: 4.9.3
Released: 2019-02-14
Contact: iionly@gmx.de
License: GNU General Public License version 2
Copyright: (c) iionly 2012, (C) Curverider 2008

The TinyMCE editor is licensed under
GNU Lesser General Public License version 2.1
(c) 2003 Moxiecode Systems AB.
Website: http://www.tinymce.com/

Description

An extended tinymce plugin based on the jquery version 4.9.3 of the TinyMCE editor. This release of the Extended Tinymce plugin is for Elgg 2.3 and newer Elgg 2.X and Elgg 3.X.

For backward compatibility with version 3 of the editor the folder mod/extended_tinymce/vendor/tinymce/jscripts/tiny_mce/plugins/emotions/img contains the emoticons images at the location where they were available before.

Install instructions

  1. If you have a previous version of the Extended Tinymce plugin installed, disable it and then remove the extended_tinymce folder from your mod directory before copying the new version on the server,
  2. Copy/extract the extended_tinymce archive into the mod folder,
  3. Disable the Elgg core ckeditor plugin (or any other similar plugin used),
  4. Enable the Extended Tinymce plugin.

Creating your own custom skin

  1. Configure your custom skin at http://skin.tiny.cloud/ and download it,
  2. Copy your skin folder into the mod/extended_tinymce/vendor/tinymce/js/tinymce/skins directory,
  3. Change the skin name of the skin option in mod/extended_tinymce/views/default/extended_tinymce/init.php to the name of your skin.

Adding a language for the tinymce editor

This is not to be mixed up with adding an Elgg language file for the plugin. It's about adding the translations for the text output of the Tinymce editor itself.

IMPORTANT: starting with version 4.1.10 of the Extended Tinymce plugin the user's language is used automatically. Unfortunately, it's not possible to check the existence of the corresponding editor's language file sufficiently. The translation files for Tinymce corresponding to the languages available in Elgg core are included in the release of this plugin. But if you support additional translations on your site you need to add the corresponding language file of Tinymce or the editor will not work. If you would like one of the available translations to be added, please tell me and I will do so for the next release of Extended Tinymce.

  1. Download the language pack from https://www.tiny.cloud/get-tiny/language-packages/,
  2. Extract the language files from the zip file,
  3. Copy the language files into the mod/extended_tinymce/vendor/tinymce/js/tinymce/langs/ directory,
  4. Flush the Elgg caches via the admin dashboard on your site.