Что касается проблем, о которых пишут cvetkoff и Ninok. Я переписывался с cvetkoff, но, к сожалению, без ftp-доступа к сайту оказалось невозможным определить причину проблемы. В ходе беседы возникла гипотеза, что проблема может быть вызвана вносившимся в движок правками (хаками). Но нужно проверять...
По пошаговой инструкции:
1. Откройте на редактирование файл \plugins\p_fckeditor\fckeditor\fckconfig.js (это файл настроек FCKeditor-а, если вы используете другой редактор, то инструкция вам бесполезна — пытайтесь разобраться сами)
2. Найдите строчку с текстом FCKConfig.AutoGrowMax = 500; и после неё вставьте код:
FCKConfig.Plugins.Add( 'bbmediacode', 'en,ru' );
FCKConfig.ToolbarSets["Default"] = [ ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. ] ;
FCKConfig.ToolbarSets["Default"] = [ ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor','bbmediacode'], ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. ] ;
FCKConfig.ToolbarSets["Admin"] = [ ['FitWindow','-','Source','-','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor','Table','Rule','Smiley','SpecialChar', 'Image'], '/', ['FontFormat','FontName','FontSize'], ['TextColor','BGColor'] ] ;
FCKConfig.ToolbarSets["Admin"] = [ ['FitWindow','-','Source','-','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor','Table','Rule','Smiley','SpecialChar', 'Image'], '/', ['FontFormat','FontName','FontSize'], ['TextColor','BGColor','bbmediacode'] ] ;
6. Вернитесь в эту ветку форума и отпишитесь о результатах
