<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : не вставляются изображения</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 19:37:58 -0000</pubDate>

		<item>
			<title>McDuck</title>
			<description><![CDATA[<p>
	Использую такой код:</p>
<pre class="brush:java;">
/* CKEditor toolbar sets for Cotonti */

CKEDITOR.editorConfig = function( config )
{
   config.toolbar = 'Full';
config.extraPlugins = 'MediaEmbed,more,code';
config.forcePasteAsPlainText = true;
	config.toolbar_Full =
	[
		['Source','-','Templates'],
		['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
		['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
		['Image','Flash','MediaEmbed','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'],
		['Maximize', 'ShowBlocks','-','About'],
		'/',
		['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
		['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
		['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Code','More'],
		['Link','Unlink','Anchor'],
		['Styles','Format'],
		['TextColor','BGColor']
	];

	config.toolbar_Medium = [
		['Bold','Italic','Underline','Strike'],
		['NumberedList','BulletedList','-','Blockquote'],
		['Link','Unlink','Anchor','Smiley'],
		['TextColor','BGColor'],
		['Cut','Copy','Paste','PasteText','Scayt'],
		['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],['Source']
	];

	config.toolbar_Basic =
	[
		['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink','-','About']
	];
};</pre>
<p>
	Здесь "MediaEmbed" - для вставки видео, он должен лежать в папке плагинов редактора (как и "code", "more")</p>
<p>
	7 строка не дает вставить, например, картинку драгенддропом ;)</p>
<p>
	P.S. файл в UTF8 без BOM, после редактирования чищу кеш (возможно, это важно)</p>
]]></description>
			<pubDate>Fr, 17 Feb 2012 07:54:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33147]]></link>
		</item>
		<item>
			<title>ProFF</title>
			<description><![CDATA[<p>
	<a href="http://www.cotonti.com/users/uznik73" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:13px;vertical-align:baseline;background-color:transparent;color:rgb(1,45,72);text-decoration:none;">uznik73</a>, спасибо за инфу. Только все равно кое-что не получается ((</p>
<p>
	Я так понял, править нужно не  " <strong style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;font-size:13px;vertical-align:baseline;background-color:transparent;font-weight:bold;">../plugins/ckeditor/ckeditor/config.js", </strong> а всё же  " <strong style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;font-size:13px;vertical-align:baseline;background-color:transparent;font-weight:bold;">../plugins/ckeditor/</strong><strong style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;vertical-align:baseline;background-color:transparent;font-weight:bold;font-size:20px;line-height:29px;">lib</strong><strong style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;vertical-align:baseline;background-color:transparent;font-weight:bold;"><strong style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;font-size:13px;vertical-align:baseline;background-color:transparent;font-weight:bold;">/config.js"</strong></strong></p>
<p>
	Пытался заменить или отредактировать код этого файла: всё приводит к одному - редактор перестает работать ((</p>
<p>
	 </p>
<pre class="brush:java;">
/* CKEditor toolbar sets for Cotonti */

CKEDITOR.editorConfig = function( config )
{
    config.toolbar = 'Full';
    

	config.toolbar_Full =
	[
		['Source','-','Templates'],
		['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
		['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Code','More'],
		['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'],
		['Maximize', 'ShowBlocks','-','About'],
		'/',
		['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
		['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
		['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
		['Link','Unlink','Anchor'],
		['Styles','Format'],
		['TextColor','BGColor']
	];

	config.toolbar_Medium = [
		['Bold','Italic','Underline','Strike'],
		['NumberedList','BulletedList','-','Blockquote'],
		['Link','Unlink','Anchor','Smiley'],
		['TextColor','BGColor'],
		['Cut','Copy','Paste','PasteText','Scayt'],
		['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],['Source']
	];

	config.toolbar_Basic =
	[
		['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink','-','About']
	];
};</pre>
<p>
	 </p>
<p>
	<br /><font class="Apple-style-span" size="2">Может подскажешь, что конкретно здесь нужно править? </font></p>
<p>
	<font class="Apple-style-span" size="2">P.s. плагин <strong>more </strong>закинул в нужную директорию (его не было в сборке)</font></p>
<p><strong>Добавлено 5 минут спустя:</strong></p><p>
	И еще: есть ли возможность добавлять видео с помощью этого редактора? Если да, покажите как это сделать, пожалуйста)</p>
]]></description>
			<pubDate>Fr, 17 Feb 2012 02:32:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33145]]></link>
		</item>
		<item>
			<title>uznik73</title>
			<description><![CDATA[<p>
	<a href="http://www.cotonti.com/users/Dayver" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:13px;vertical-align:baseline;background-color:rgb(238,238,238);color:rgb(1,45,72);text-decoration:none;font-family:sans-serif;font-weight:bold;line-height:30px;text-align:left;">Dayver</a>, если есть то понятное дело не нужно, просто как то ставил 0.9.6 плагина more не было хз почему</p>
]]></description>
			<pubDate>Do, 09 Feb 2012 11:34:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33089]]></link>
		</item>
		<item>
			<title>Dayver</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=33080%2333080">#33080</a> <strong>uznik73: </strong><br />
	а в <strong>../plugins/ckeditor/ckeditor/plugins</strong> закидываешь плагин <a href="http://www.cotonti.com/datas/users/more_1768.rar"><strong>more</strong></a></blockquote>
<p>
	Нафига что то туда заливать если он там и так есть <a href="https://github.com/Cotonti/Cotonti/tree/master/plugins/ckeditor/lib/plugins/more" rel="nofollow">/plugins/ckeditor/lib/plugins/more</a> ?</p>
]]></description>
			<pubDate>Do, 09 Feb 2012 11:01:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33088]]></link>
		</item>
		<item>
			<title>uznik73</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=33077%2333077">#33077</a> <strong>ProFF: </strong>
	<p>
		Ответьте тогда на такой вопрос - есть ли в CKEditor функция hide или "читать далее" ? На подобии тега more ?</p>
</blockquote>
<p>
	В файл <strong>../plugins/ckeditor/ckeditor/config.js</strong> вставляешь код ниже, а в <strong>../plugins/ckeditor/ckeditor/plugins</strong> закидываешь плагин <a href="http://www.cotonti.com/datas/users/more_1768.rar"><strong>more</strong></a></p>
<pre class="brush:jscript;">
/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
	config.autoUpdateElement = true;  // defaul - true; :) 
	config.colorButton_enableMore = true;   // default - false
    config.skin = 'office2003';

	config.extraPlugins = 'mediaembed,code,more';
	
	config.toolbar_Administrator =
    [
        ['Source','-','Save','NewPage','Preview','-','Templates'],
        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Code','More'],
        
        '/',
        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['Link','Unlink','Anchor'],
        ['Image','Flash','MediaEmbed','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
        '/',
        ['Styles','Format','Font','FontSize'],
        ['TextColor','BGColor'],
        ['Maximize', 'ShowBlocks','-','About']

    ];

    config.toolbar = 'Administrator';
	config.disableNativeSpellChecker = true;
    config.removePlugins = 'contextmenu';	

};
</pre>
<p>
	А про парсер скорее всего в настройках конфликт какой то, в сиене нужно выбрать каким парсером пользоваться, если нужен html то заходишь в /admin.php?m=other&amp;p=bbcode и внизу есть ссылки, конвертируешь страницы коменты форумы и прочее в html</p>
<p>
	в парсере html проверь редактор разметки..</p>
]]></description>
			<pubDate>Mi, 08 Feb 2012 14:37:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33080]]></link>
		</item>
		<item>
			<title>ProFF</title>
			<description><![CDATA[<p>
	На свежеустановленную 0.9.6 , скин nemezis. При добавлении или редактировании страницы жму на "мои файлы", открывается окошко, а дальше нет никакой реакции на нажатие "миниатюра" или "полный размер". Т.е. в редактор не вставляется ссылка на картинку( </p>
<p>
	Пробовал в Хроме и Опере. ЧТо может быть? </p>
<p><strong>Добавлено 1 час спустя:</strong></p><p>
	Пардон, всё стало само собой. Допустим, с этим разобрался. </p>
<p>
	Ответьте тогда на такой вопрос - есть ли в CKEditor функция hide или "читать далее" ? На подобии тега more ?</p>
<p>
	<br />
	 </p>
<p><strong>Добавлено 2 часа спустя:</strong></p><p>
	Забавно. При добавлении страницы включается парсер HTML (CKEditor отключен и соответственно нет панели редактирования текста). </p>
<p>
	При редактировании страницы включается парсер bbcode , редактирование текста становится возможным. </p>
]]></description>
			<pubDate>Mi, 08 Feb 2012 00:49:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6766&d=0#post33077]]></link>
		</item>
	</channel>
</rss>