Jump to content

[solved] Tinymce toolbar in CMS missing options


Recommended Posts

Hi!

 

The mce-toolbar over CMS-sites are missing a lot of options in my 1.5.4 PrestaShop. In the article description I have all the mce-options available, but in CMS only the basics are shown (bold, alignment, text-color) but not even headers and paragraphs.

 

Are there any options on the mce-editor/toolbar?

 

Thanks a lot for your help!

post-539443-0-84966200-1367833701_thumb.jpg

Link to comment
Share on other sites

Thanks a lot vekia! Missed the tiny in my search :)

 

Following solution from be_tnt worked for me and looked great:

 

 

Create a form.tpl in (create folders if they are missing): override\controllers\admin\templates\cms\helpers\form\

 

 

{extends file="controllers/cms/helpers/form/form.tpl"}
{block name="autoload_tinyMCE"}
 tinySetup({
  editor_selector :"autoload_rte",
  theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
  theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor",
  theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen",
  theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak"
});
{/block}

Link to comment
Share on other sites

im glad that it works for you, now i can go ahead and mark your thread as solved. Anyway, you can also mark own threads as solved, here is a information from forum rules about that:

 

Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].

 

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...