<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Плагин &quot;категории блогов&quot; / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/784/</link>
			<description><![CDATA[Подскажите пожалуйста новичку, как сделать, что бы категории отображались на первой странице, а не только в разделе «Блоги» облазил все]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Плагин &quot;категории блогов&quot; (comment #14899)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/784/#comment14899</guid>
					<link>http://79.174.14.219/784.html#comment14899</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[Конфиг плагина (common/plagins/categories/config/config.php).<br/>
После (строка 96)<br/>
<pre class="prettyprint"><code>'category',</code></pre><br/>
добавить:<br/>
<pre class="prettyprint"><code>'index',</code></pre><br/>
Вся конструкция виджета:<br/>
<pre class="prettyprint"><code>// Категории
$config['widgets'][] = array(
    'name'     =&gt; 'categories',
    'group'    =&gt; 'right',
    'priority' =&gt; 150,
    'plugin'   =&gt; 'categories',
    'action'   =&gt; array(
        'filter',
        'blogs',
        'blog' =&gt; array('{topics}', '{topic}', '{blog}'),
        'tag',
        'category',
	'index',
    ),
    'params' =&gt; array(
        'simple' =&gt; true, // Simple list of blogs in category
    ),</code></pre>]]></description>
					<pubDate>Thu, 25 Sep 2014 12:08:38 +0400</pubDate>
									</item>
							<item>
					<title>Плагин &quot;категории блогов&quot; (comment #14902)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/784/#comment14902</guid>
					<link>http://79.174.14.219/784.html#comment14902</link>
					<author>mx.partizan@gmail.com</author>
					<description><![CDATA[Большое спасибо все получилось!]]></description>
					<pubDate>Thu, 25 Sep 2014 13:57:03 +0400</pubDate>
									</item>
					</channel>
	</rss>
