<?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>Как убрать меню в шаблоне Experience v.1.0.3 ? / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/1654/</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>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26521)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26521</guid>
					<link>http://79.174.14.219/1654.html#comment26521</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[Посмотрите <a href="http://altocms.ru/1198.html">здесь</a>]]></description>
					<pubDate>Wed, 08 Jun 2016 05:55:35 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26522)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26522</guid>
					<link>http://79.174.14.219/1654.html#comment26522</link>
					<author>erm9@yandex.ru</author>
					<description><![CDATA[Спасибо!<br>
Вдогонку вопрос — а как его отредактировать по-своему?]]></description>
					<pubDate>Wed, 08 Jun 2016 06:03:25 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26523)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26523</guid>
					<link>http://79.174.14.219/1654.html#comment26523</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[Админпанель | Настройки | Менеджер меню | Меню топиков (topics)]]></description>
					<pubDate>Wed, 08 Jun 2016 06:50:44 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26524)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26524</guid>
					<link>http://79.174.14.219/1654.html#comment26524</link>
					<author>erm9@yandex.ru</author>
					<description><![CDATA[Неа! Если бы всё так просто.<br>
<br>
<img src="http://altocms.ru/uploads/images/00/16/14/2016/06/08/0u22316fa3-5ba9cbf0-6bbd92ee.jpg">]]></description>
					<pubDate>Wed, 08 Jun 2016 06:57:18 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26525)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26525</guid>
					<link>http://79.174.14.219/1654.html#comment26525</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[Тогда уточните, что Вы имеете ввиду говоря «отредактировать по-своему»?]]></description>
					<pubDate>Wed, 08 Jun 2016 07:14:43 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26526)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26526</guid>
					<link>http://79.174.14.219/1654.html#comment26526</link>
					<author>erm9@yandex.ru</author>
					<description><![CDATA[Например, поменять название «Смартфоны» на «Ноутбуки», изменить ссылку.]]></description>
					<pubDate>Wed, 08 Jun 2016 07:17:34 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26528)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26528</guid>
					<link>http://79.174.14.219/1654.html#comment26528</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[Ясно. Тогда юзайте <a href="https://github.com/altocms/altocms/blob/master/common/config/menu.php#L175" rel="nofollow">этот</a> файл. Конкретно от 175 строки («Меню топиков»). <br>
<br>
<strong>Совет:</strong>Отключите в админке все ненужные Вам пункты меню. Скопируйте код «Меню топиков» из файла common/config/menu.php и добавьте этот код в файл site.ru/app/config/menu.php и отредактируйте так, как Вам необходимо. Например:<br>
<pre class="prettyprint"><code>$config[&#39;data&#39;][&#39;topics&#39;] = array(
    &#39;init&#39; =&#62; array(
        &#39;fill&#39; =&#62; array(
            &#39;list&#39; =&#62; array(&#39;*&#39;),
        ),
    ),

    &#39;list&#39; =&#62; array(
        &#39;link1&#39;                 =&#62; array(
            &#39;text&#39;    =&#62; &#39;Ссылка первая&#39;, // Текст ссылки
            &#39;link&#39;    =&#62; &#39;___path.root.url___/blog/one/&#39;, // Сама ссылка
        ),
        &#39;link2&#39;                  =&#62; array(
            &#39;text&#39;    =&#62; &#39;Ссылка вторая&#39;,
            &#39;link&#39;    =&#62; &#39;___path.root.url___/blog/two/&#39;,
        ),
    )
);</code></pre>]]></description>
					<pubDate>Wed, 08 Jun 2016 09:13:22 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26529)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26529</guid>
					<link>http://79.174.14.219/1654.html#comment26529</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[В общем, я прогнал...<br>
Вам необходимо редактировать этот файл: common/templates/skin/experience/settings/config/menu.php<br>
Сори.]]></description>
					<pubDate>Wed, 08 Jun 2016 10:03:31 +0300</pubDate>
									</item>
							<item>
					<title>Как убрать меню в шаблоне Experience v.1.0.3 ? (comment #26530)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1654/#comment26530</guid>
					<link>http://79.174.14.219/1654.html#comment26530</link>
					<author>erm9@yandex.ru</author>
					<description><![CDATA[Ура!]]></description>
					<pubDate>Wed, 08 Jun 2016 10:43:11 +0300</pubDate>
									</item>
					</channel>
	</rss>
