I’ve made a little progress, but still need some help. Here is what Ive done:
In the configuration panel of the TinyMCE plugin I set the Web Theme to "custom"
I then went to the system configuration - Interface & Features panel - scrolled down to TinyMCE Settings and Implemented my custom buttons.
Row 1: undo,redo,selectall,separator,pastetext,pasteword,separator,search,replace,separator,nonbreaking,charmap,separator,image,link,unlink,anchor,media,separator,cleanup,removeformat,separator,fullscreen,print,code,help
Row 2: bold,italic,underline,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect
The Custom Plugins: style,advimage,advlink,searchreplace,print,contextmenu,paste,fullscreen,nonbreaking,xhtmlxtras,visualchars,media
What actually made the differance was Selecting "Custom" for Theme:
I had thought this was done in the configuration panel of the plugin itself, but that didn’t produce any results.
So... everything is looking the way it should UNTIL I checked out my styles menu option. Somehow the text-editor.css file I made for the tinyMCE editor is not being mapped correctly and the only options showing are: justifyleft and justifyright ---which are styles that I didn’t create.
I checked the Path to CSS file: /assets/templates/mcob/css/text-editor.css This correctly maps to the css file.
I’m not sure where to look/troubleshoot next.
Thanks in advance! ~Jules