<?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>Теги в футер / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/142/</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>Теги в футер (comment #2097)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2097</guid>
					<link>http://79.174.14.219/142.html#comment2097</link>
					<author>vladimir.o.yuriev@gmail.com</author>
					<description><![CDATA[1)Cоздать новую позицию для блоков в футере (по аналогии с right, например, foot).<br/>
2)Из конфига шаблона (в папке settings) указать вывод блока в новой позиции.]]></description>
					<pubDate>Tue, 28 May 2013 12:31:52 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2098)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2098</guid>
					<link>http://79.174.14.219/142.html#comment2098</link>
					<author>lifecom@hotmail.com</author>
					<description><![CDATA[Думаю да, блок тегов прописывается в footer.tpl:<br/>
<pre class="prettyprint"><code>&lt;div class=&quot;site-tag-panel&quot;&gt;{insert name=&quot;block&quot; block=tags}&lt;/div&gt;</code></pre>]]></description>
					<pubDate>Tue, 28 May 2013 12:33:18 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2102)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2102</guid>
					<link>http://79.174.14.219/142.html#comment2102</link>
					<author>m.nickostyle@gmail.com</author>
					<description><![CDATA[Да да, появился. Но теперь надо убрать его из сайдбара. Буду пытаться освоить решение Экстраверта.]]></description>
					<pubDate>Tue, 28 May 2013 12:41:34 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2105)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2105</guid>
					<link>http://79.174.14.219/142.html#comment2105</link>
					<author>lifecom@hotmail.com</author>
					<description><![CDATA[<pre class="prettyprint"><code>$config['block']['block_tags'] = array(        
	'blocks'  =&gt; array(
			'footer' =&gt; array('tags'=&gt;array('priority'=&gt;50))
);</code></pre>]]></description>
					<pubDate>Tue, 28 May 2013 12:45:41 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2107)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2107</guid>
					<link>http://79.174.14.219/142.html#comment2107</link>
					<author>m.nickostyle@gmail.com</author>
					<description><![CDATA[скобочку одну забыли :) ну это блок с сайдбара не убрало или я где то протупил?]]></description>
					<pubDate>Tue, 28 May 2013 12:52:52 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2108)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2108</guid>
					<link>http://79.174.14.219/142.html#comment2108</link>
					<author>m.nickostyle@gmail.com</author>
					<description><![CDATA[сделал. Проверьте на грамотность:<br/>
<br/>
1. В футере прописал:<br/>
<pre>&lt;code&gt;{include file='blocks.tpl' group='footer'}&lt;/code&gt;</pre>2. В конфиге изменил<br/>
<pre>&lt;code&gt;'group' =&gt; 'footer',&lt;/code&gt;</pre>Единственный вопрос: если в конфиге шаблона прописать:<br/>
<pre>&lt;code&gt;// Теги
$config['widgets'][] = array(
    'name' =&gt; 'tags',
    'group' =&gt; 'footer',
    'priority' =&gt; 50,
    'action' =&gt; array(
        'index',
        'filter',
        'blog' =&gt; array('{topics}', '{topic}', '{blog}'),
        'tag',
    ),
);&lt;/code&gt;</pre><br/>
То пропадают блоки из сайдбара. Никогда не врубался в эти блоки, объясните пожалуйста.]]></description>
					<pubDate>Tue, 28 May 2013 12:55:32 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2109)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2109</guid>
					<link>http://79.174.14.219/142.html#comment2109</link>
					<author>lifecom@hotmail.com</author>
					<description><![CDATA[ну вряд ли из меня выйдет «проверяльщик» грамотности :)<br/>
Но думаю убрать блок с сайдбара можно так:<br/>
В /config/config.php найти строку:<br/>
<pre class="prettyprint"><code>'right' =&gt; array('stream'=&gt;array('priority'=&gt;100),'tags'=&gt;array('priority'=&gt;50),'blogs'=&gt;array('params'=&gt;array(),'priority'=&gt;1))</code></pre><br/>
и заменить на (лучше переопределить в config.local.php):<br/>
<pre class="prettyprint"><code>'right' =&gt; array('stream'=&gt;array('priority'=&gt;100),'blogs'=&gt;array('params'=&gt;array(),'priority'=&gt;1))</code></pre>]]></description>
					<pubDate>Tue, 28 May 2013 13:05:34 +0400</pubDate>
									</item>
							<item>
					<title>Теги в футер (comment #2110)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/142/#comment2110</guid>
					<link>http://79.174.14.219/142.html#comment2110</link>
					<author>m.nickostyle@gmail.com</author>
					<description><![CDATA[такой строки в конфиге нет. И потом, мне нельзя трогать конфиги, т.к. я же делаю паблик шаблон, а не для себя ) <br/>
<br/>
Ладно, в принципе выход имеется, это скопировать содержимое widgets в конфиг шаблона. Тогда все будет ок, да только громоздкое решение получается]]></description>
					<pubDate>Tue, 28 May 2013 13:08:19 +0400</pubDate>
									</item>
					</channel>
	</rss>
