Jump to content

Recommended Posts

При редактировании или при добавлении страниц редактор Tinymce содержит всего две строчки инструментов форматирования (Настройки-Страницы). То есть, из всего, что прописано в файле tinymce.inc.js, отображается только часть:

 

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",

 

При редактировании описания товаров редактор полный, со стилями и пр. Как же так: в товарах - полный, в страницах - неполный?

 

Даже если создать текст в полном редакторе, отформатировать и скопировать в буфер обмена, то при вставке в редактор страниц 90% форматирования теряется.

 

Как восстановить полный редактор страниц? Где он он обрезается?

Картинки приложены...

post-408660-0-05689800-1359492037_thumb.jpg

post-408660-0-85302100-1359492037_thumb.jpg

Edited by Brlatsis (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Переходишь в admin папку, далее themes/default/template/helpers/form/ и открываешь form.tpl.

Находишь код и заменяешь:

 

Вот этот

 

theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull|cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,undo,redo",

theme_advanced_buttons2 : "link,unlink,anchor,image,cleanup,code,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,charmap,media,|,ltr,rtl,|,fullscreen",

theme_advanced_buttons3 : "",

theme_advanced_buttons4 : ""

 

На этот

 

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",

 

Для ленивых файлик прикрепил

form.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...