Page 1 of 1

Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Sat Jul 28, 2007 6:17 pm
by Ned Nowotny
The Character Map is a pretty basic tool for content editors.  Please add "charmap" as one of the default toolbar elements.  Between "image" and "cleanup" in "Toolbar 2" seems like a good spot.

Note: This has already been submitted as an enhancement request.  However, I am repeating it here for discussion in the forums.

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Sat Jul 28, 2007 6:51 pm
by calguy1000
You can download and install TinyMCE advanced.

it should have all of the features.  We've trimmed down the standard one so that it's lighter.

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Sat Jul 28, 2007 7:39 pm
by Ned Nowotny
Well, I did install the advanced TinyMCE editor on CMSMS version 1.0.4.  I suppose I may be able to pick up the character map after upgrading to CMSMS version 1.1 because it is a remnant from my previous module installation.  Are you sure that the character map is not included in the default "TinyMCE WYSIWYG Basic" module?

If it is included, but simply not added to the toolbar, I would still like to have it added to the toolbar by default.  It really is not an "advanced" feature and beats trying to tell my content editors to click on the "HTML" toolbar icon and then enter some obscure character entity just to get an m-dash, proper left and right double-quotes, a copyright or registered trademark symbol, accented character, etc.

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Mon Aug 06, 2007 2:01 am
by Ned Nowotny
Well, it turns out that there is a new problem with the TinyMCE Character Map tool in CMS Made Simple 1.1.  In fact, it is a problem with the TinyMCE Basic plug-in even if the Character Map tool is not used:

    [#1681] TinyMCE is now replacing HTML character entities with character codes and storing the result in the database.

In summary, HTML character entities are being replaced by the plug-in with character codes from a local encoding whether the character entities are entered using the Character Map tool or by directly editing the raw HTML.

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Sat Sep 01, 2007 10:09 pm
by Ned Nowotny
It looks like the problem with replacing character entities can be fixed by removing the following line from the "modules/TinyMCE/tinyconfig.php" file.

Code: Select all

    entity_encoding : "raw", //performance update
This line is located in the block passed to the "tinyMCE.init()" function call.

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Sun Sep 02, 2007 5:18 pm
by reneh
In Tiny basic included on 1.1.1 you can just add 
charmap
to the list of tools for the toolbar.
That functions here.....

Re: Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.

Posted: Thu Sep 20, 2007 7:27 pm
by Ned Nowotny
Indeed.  My feature request is simply to have it added by default when CMSMS is installed.