<?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; и &quot;Топ&quot; / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://altocms.ru/comments/255/</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; и &quot;Топ&quot; (comment #3856)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3856</guid>
					<link>http://altocms.ru/255.html#comment3856</link>
					<author>web-special@yandex.ru</author>
					<description><![CDATA[ТОП — это ОООЧЕНЬ! нужный функционал. Жаль что создатели движка не видят в нем пользы. Я уже писал про это, но мое сообщение в игноре, боюсь что вам с этим делом не помогут. Возможно кто-то сможет написать плагин. Лично мне хотелось бы хотя бы знать возможно ли сделать эту функцию хотя бы как плагин. Только это и остановило меня от применения Альто в моем проекте]]></description>
					<pubDate>Thu, 18 Jul 2013 18:06:42 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3857)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3857</guid>
					<link>http://altocms.ru/255.html#comment3857</link>
					<author>rt-s@mail.ru</author>
					<description><![CDATA[Функционал то не «вырезан» из Alto, только в шаблонах убраны ссылки. Например в Synio ваш.сайт/index/top]]></description>
					<pubDate>Thu, 18 Jul 2013 18:32:48 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3859)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3859</guid>
					<link>http://altocms.ru/255.html#comment3859</link>
					<author>garri.83@mail.ru</author>
					<description><![CDATA[<a href="http://site.ru/index/discussed/" rel="nofollow">site.ru/index/discussed/</a> — только здесь работает не полностью, ссылок сортировки нет. Так как все же вывести на главную. <blockquote>Жаль что создатели движка не видят в нем пользы. </blockquote> А что это значит? Данный функционал будет удален?]]></description>
					<pubDate>Thu, 18 Jul 2013 19:30:01 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3913)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3913</guid>
					<link>http://altocms.ru/255.html#comment3913</link>
					<author>web-special@yandex.ru</author>
					<description><![CDATA[если его нет по умолчанию могут и удалить, чтобы код почище был… но честно говоря я не знаю.]]></description>
					<pubDate>Fri, 19 Jul 2013 00:06:43 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3917)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3917</guid>
					<link>http://altocms.ru/255.html#comment3917</link>
					<author>rt-s@mail.ru</author>
					<description><![CDATA[Какой шаблон?<br/>
На Synio вроде осталось. См. <a href="http://fr791436.bget.ru/index/top" rel="nofollow">здесь</a><br/>
Ранее было сказано, что функционал не был удален, а убран из шаблона(ов) для упрощения интерфейса.]]></description>
					<pubDate>Fri, 19 Jul 2013 02:37:37 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3928)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3928</guid>
					<link>http://altocms.ru/255.html#comment3928</link>
					<author>garri.83@mail.ru</author>
					<description><![CDATA[Вот и посмотрите повнимательнее на своём же <a href="http://fr791436.bget.ru/index/discussed/" rel="nofollow">сайт</a><br/>
/index/discussed/ — работает не корректно.]]></description>
					<pubDate>Fri, 19 Jul 2013 13:34:46 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3943)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3943</guid>
					<link>http://altocms.ru/255.html#comment3943</link>
					<author>simon.smith.g@gmail.com</author>
					<description><![CDATA[menu.blog.content.tpl<br/>
<pre class="prettyprint"><code>{if $sMenuItemSelect=='index' && $sMenuSubItemSelect=='top'}</code></pre><br/>
заменяем на <br/>
<pre class="prettyprint"><code>{if $sMenuItemSelect=='index' && ($sMenuSubItemSelect=='good' || $sMenuSubItemSelect=='top' || $sMenuSubItemSelect=='discussed' || $sMenuSubItemSelect=='new')}</code></pre>]]></description>
					<pubDate>Fri, 19 Jul 2013 16:31:09 +0400</pubDate>
									</item>
							<item>
					<title>Как отобразить&quot;Обсуждаемые&quot; и &quot;Топ&quot; (comment #3944)</title>
					<guid isPermaLink="true">http://altocms.ru/t/255/#comment3944</guid>
					<link>http://altocms.ru/255.html#comment3944</link>
					<author>garri.83@mail.ru</author>
					<description><![CDATA[Вот Вам спасибо, всё заработало на ура!]]></description>
					<pubDate>Fri, 19 Jul 2013 17:23:36 +0400</pubDate>
									</item>
					</channel>
	</rss>
