<?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 Simple / Идеи и предложения / Alto CMS</title>
			<link>http://altocms.ru/comments/1192/</link>
			<description><![CDATA[В некоторых шаблонах ls, разработчики заменяют ссылку на профиль по умолчанию, например с «информации» http://demo.altocms.ru/new/profile/admin/ на «Публикации» http://demo.altocms.ru/new/profile/admin/created/topics/ Т.е. теперь]]></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 Simple (comment #21761)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1192/#comment21761</guid>
					<link>http://altocms.ru/1192.html#comment21761</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Вообще-то, такая возможность есть и сейчас. Если мы хотим, чтобы по адресу <strong>profile/user</strong> показывались топики юзера, то достаточно в конфиг-файл <strong>app/config/config.local.php</strong> добавить такую настройку:<br/>
<pre class="prettyprint"><code>$config['router']['uri'] = array(
    '[~^profile/([^\/]+)$~]' =&gt; 'profile/$1/created/topics',
);</code></pre>Аналогично можно на странице профиля по умолчанию показывать стену:<br/>
<pre class="prettyprint"><code>$config['router']['uri'] = array(
    '[~^profile/([^\/]+)$~]' =&gt; 'profile/$1/wall',
);</code></pre>Это называется «внутренний редирект».]]></description>
					<pubDate>Tue, 09 Jun 2015 14:13:31 +0300</pubDate>
									</item>
							<item>
					<title>Настраиваемый профиль пользователя в Experience Simple (comment #21763)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1192/#comment21763</guid>
					<link>http://altocms.ru/1192.html#comment21763</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[Вадим, а тогда страница «Информация» будет недоступна? сейчас она находится по адресу profile/user]]></description>
					<pubDate>Tue, 09 Jun 2015 17:58:58 +0300</pubDate>
									</item>
							<item>
					<title>Настраиваемый профиль пользователя в Experience Simple (comment #21765)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1192/#comment21765</guid>
					<link>http://altocms.ru/1192.html#comment21765</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[А она будет доступна по адресу <strong>profile/user/info</strong>. Но нужно будет поправить один пункт в меню юзера, чтоб ссылка на нее вела]]></description>
					<pubDate>Tue, 09 Jun 2015 20:46:40 +0300</pubDate>
									</item>
							<item>
					<title>Настраиваемый профиль пользователя в Experience Simple (comment #21798)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1192/#comment21798</guid>
					<link>http://altocms.ru/1192.html#comment21798</link>
					<author>reexistent@gmail.com</author>
					<description><![CDATA[<blockquote>$config['router']['uri'] = array(<br/>
'[~^profile/([^\/]+)$~]' =&gt; 'profile/$1/wall',<br/>
);</blockquote><br/>
<br/>
Не работает.]]></description>
					<pubDate>Wed, 10 Jun 2015 21:17:00 +0300</pubDate>
									</item>
							<item>
					<title>Настраиваемый профиль пользователя в Experience Simple (comment #21799)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1192/#comment21799</guid>
					<link>http://altocms.ru/1192.html#comment21799</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Это только в 1.1 работает]]></description>
					<pubDate>Wed, 10 Jun 2015 21:36:25 +0300</pubDate>
									</item>
					</channel>
	</rss>
