<?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>Questions and answers / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://altocms.ru/comments/1025/</link>
			<description><![CDATA[Хочу сделать на сайте полноценный q&amp;#38;a раздел. Сейчас он работает так, есть специальный тип блога и тип контента. Сейчас хочу]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Questions and answers (comment #18849)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18849</guid>
					<link>http://altocms.ru/1025.html#comment18849</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Программить можете? Если немного покодить, то примерно так:<br/>
1) Пишется плагин, где переопределяется сущность ModuleTopic_EntityTopic<br/>
2) В нее добавляются методы <br/>
<pre class="prettyprint"><code>public function setBestComment($nCommentId) {
    $this-&gt;setExtraValue('best_comment');
}
public function getBestComment($nCommentId) {
    return $this-&gt;getExtraValue('best_comment');
}</code></pre>3) Немного дорабатывается шаблон отображения этого типа топика так, чтобы если нет лучшего коммента, то рядом с каждым комментом добавляется кнопка «Лучший ответ», по клику на которую ID коммента сохраняется методом <strong>setBestComment()</strong><br/>
4) Если лучший коммент есть, то его выводить перед всеми комментами, а кнопку «Лучший ответ» не показывать.<br/>
5) Протестировать работу плагина у себя и потом поделиться им в каталоге :)<br/>
<br/>
Вот, как-то так]]></description>
					<pubDate>Wed, 11 Mar 2015 16:50:45 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18868)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18868</guid>
					<link>http://altocms.ru/1025.html#comment18868</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[<pre class="prettyprint"><code>Программить можете?</code></pre> не очень) как я понимаю, нужно сделать таблицу в базе с best_comment?]]></description>
					<pubDate>Thu, 12 Mar 2015 07:40:16 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18870)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18870</guid>
					<link>http://altocms.ru/1025.html#comment18870</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Не нужно делать в базе полей. У сущности топика есть текстовое поле topic_extra. Вот в него можно писать значение правильного ответа.<br/>
Вам нужно в своем плагине переопределить сущность ModuleTopic_EntityTopic. В вашем файле entity указать приведенный Вадимом код. <br/>
<br/>
Но это далеко не все. <br/>
<br/>
Нужно написать js код для назначения комментария правильным ответом. <br/>
Обработчик вашего аякс запроса. <br/>
И шаблоны, для выделения правильного комментария. <br/>
И хук для вывода правильного ответа, например над всеми комментариями]]></description>
					<pubDate>Thu, 12 Mar 2015 09:55:54 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18872)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18872</guid>
					<link>http://altocms.ru/1025.html#comment18872</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[А сколько стоил бы такой плагин если его заказать?]]></description>
					<pubDate>Thu, 12 Mar 2015 10:21:27 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18879)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18879</guid>
					<link>http://altocms.ru/1025.html#comment18879</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Честно, не знаю, у меня с оценкой стоимости всегда проблемы были. Меня тут смущает что нужно делать для трех шаблонов, как минимум. А также как привязать это только к одному виду топика (толи этот вид топика создавать при активации плагина, толи просто в конфиге плагина просить указывать уже созданный)]]></description>
					<pubDate>Thu, 12 Mar 2015 12:18:35 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18893)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18893</guid>
					<link>http://altocms.ru/1025.html#comment18893</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[А если предположить, что плагин нужен только под Experience Simple, а в настройках была бы возможность задавать для любого типа топика, в т.ч. и для нескольких?]]></description>
					<pubDate>Thu, 12 Mar 2015 21:43:01 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18894)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18894</guid>
					<link>http://altocms.ru/1025.html#comment18894</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Я думаю мы с вами приватно договоримся =)]]></description>
					<pubDate>Thu, 12 Mar 2015 22:11:20 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18906)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18906</guid>
					<link>http://altocms.ru/1025.html#comment18906</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Позовите меня в приват ;)]]></description>
					<pubDate>Fri, 13 Mar 2015 12:08:51 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18908)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18908</guid>
					<link>http://altocms.ru/1025.html#comment18908</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Обязательно <blockquote>Нужно написать js</blockquote>?]]></description>
					<pubDate>Fri, 13 Mar 2015 12:38:53 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18909)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18909</guid>
					<link>http://altocms.ru/1025.html#comment18909</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Конечно обязательно, а как иначе вы сообщите движку что назначили комментарий правильным ответом? Нужны js и хуки и шаблоны, куда ж без всего этого]]></description>
					<pubDate>Fri, 13 Mar 2015 12:45:40 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18910)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18910</guid>
					<link>http://altocms.ru/1025.html#comment18910</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Ага с этим сейчас у меня и проблемы) все что выше написали, вроде сделал]]></description>
					<pubDate>Fri, 13 Mar 2015 13:57:35 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18924)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18924</guid>
					<link>http://altocms.ru/1025.html#comment18924</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Народ, ну ведь кроме краудфандинга может быть еще и краудсорсинг. Если не стоит задача запилить коммерческий продукт для продажи, и готовы им делиться, то можно так: выкладыватся плагин на гитхаб, заводится тут тема, пишите о том, что и как делаете, спрашиваете совета, делитесь своими проблемами. И сообща можно вполне, я считаю, доводить до ума такие плагины.]]></description>
					<pubDate>Fri, 13 Mar 2015 14:56:16 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18926)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18926</guid>
					<link>http://altocms.ru/1025.html#comment18926</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Согласен ;) Так как кроме выбранного ответа, нужен статус решен и не решен, закрывать комментарии]]></description>
					<pubDate>Fri, 13 Mar 2015 14:59:21 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18928)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18928</guid>
					<link>http://altocms.ru/1025.html#comment18928</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[так если ответ есть, то значит есть решение, опираться на туже переменную можно]]></description>
					<pubDate>Fri, 13 Mar 2015 15:05:22 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18932)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18932</guid>
					<link>http://altocms.ru/1025.html#comment18932</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Можно и так :) нужен вывод в списке топиков и в самом топике статус. И комменты оставлять можно закрывать опцианально :)]]></description>
					<pubDate>Fri, 13 Mar 2015 15:20:11 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18934)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18934</guid>
					<link>http://altocms.ru/1025.html#comment18934</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Добро пожаловать в краудсорсинг на github. Направляйте коммиты]]></description>
					<pubDate>Fri, 13 Mar 2015 15:24:16 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18929)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18929</guid>
					<link>http://altocms.ru/1025.html#comment18929</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[В общем <a href="https://github.com/klaus-spb/alto-plugin-qa" rel="nofollow" >вот</a>, делается потихоньку. Желающие присоединиться не только словом приветствуются]]></description>
					<pubDate>Fri, 13 Mar 2015 15:06:57 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18942)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18942</guid>
					<link>http://altocms.ru/1025.html#comment18942</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[А плагин действительно под 1.1 заточен? Или под 1.0 тоже будет работать?]]></description>
					<pubDate>Fri, 13 Mar 2015 21:02:47 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18945)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18945</guid>
					<link>http://altocms.ru/1025.html#comment18945</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[сначала был под 1.1, по очень быстро мне дали понять что в данный момент нужен под 1.0]]></description>
					<pubDate>Fri, 13 Mar 2015 21:31:09 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18947)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18947</guid>
					<link>http://altocms.ru/1025.html#comment18947</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Я спрашиваю, т.к. в plugin.xml стоит 1.1]]></description>
					<pubDate>Fri, 13 Mar 2015 21:36:54 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18948)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18948</guid>
					<link>http://altocms.ru/1025.html#comment18948</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[это немного устаревшая информация =)]]></description>
					<pubDate>Fri, 13 Mar 2015 21:38:20 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18951)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18951</guid>
					<link>http://altocms.ru/1025.html#comment18951</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[По плагину предложения: логику проверки, можно для топика определять лучший коммент или нет, я бы тоже в сущность топика вынес. Т.е. аяксом передается и ИД топика, и ИД коммента. В экшене дергается сначала топик, и далее примерно так:<br/>
<pre class="prettyprint"><code>if ($oTopic-&gt;isAllowBestComment($oComment)) {
    $oTopic-&gt;setBestComment($oComment);
}</code></pre>Это более правильно и идеологически (т.к. топик сам должен знать, можно у него отмечать лучшие комменты или нет), и с точки зрения инкапсуляции — внутрь <strong>isAllowBestComment()</strong> можно впихнуть любую логику и проверку, не связанную непосредственно с обработкой http-запросов.<br/>
<br/>
Вот прямо сейчас напрашиваются проверки:<br/>
1) Разрешен ли этот функционал для данного типа топика<br/>
2) Может ли данный коммент быть отмеченным, как лучший (т.е. не удален ли, к этому ли топику цепляется)<br/>
3) Может ли текущий юзер отметить лучший коммент у этого топика<br/>
<br/>
Дополнительно возникают вопросы: а можно ли редактировать и/или удалять коммент, отмеченный, как лучший?]]></description>
					<pubDate>Fri, 13 Mar 2015 21:59:41 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18953)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18953</guid>
					<link>http://altocms.ru/1025.html#comment18953</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[А я считаю что не нужно передавать и коммент и топик. По мне это избыточно. Ну как человек может передать комментарий от другого топика? Штатно никак, а значит может использоваться исключительно для поиска потенциальной уязвимости. Передавая комментарий мы уже знаем знаем топик где он является правильным ответом.<br/>
<br/>
1) Разрешен ли этот функционал для данного типа топика<br/>
Вынес в сущность топика<br/>
<br/>
2) Может ли данный коммент быть отмеченным, как лучший (т.е. не удален ли, к этому ли топику цепляется)<br/>
Вынес в сущность комментария<br/>
<br/>
3) Может ли текущий юзер отметить лучший коммент у этого топика<br/>
Там же в сущности комментария<br/>
<br/>
Дополнительно возникают вопросы: а можно ли редактировать и/или удалять коммент, отмеченный, как лучший?<br/>
По хорошему такой удалять нельзя. Посмотрю.]]></description>
					<pubDate>Fri, 13 Mar 2015 22:41:19 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18963)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18963</guid>
					<link>http://altocms.ru/1025.html#comment18963</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Где можно узнать весь список хуков в альто? Просто вывод ответа в блоке комментариев самым первым. Как сейчас ответ даже в списке постов]]></description>
					<pubDate>Sat, 14 Mar 2015 13:04:27 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18985)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18985</guid>
					<link>http://altocms.ru/1025.html#comment18985</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Поиск по слову hook в шаблоне проще всего найти. А в своем шаблоне вы можете вставить хук куда угодно]]></description>
					<pubDate>Sat, 14 Mar 2015 19:25:34 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #18997)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment18997</guid>
					<link>http://altocms.ru/1025.html#comment18997</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Увы, полного списка хуков нет :( Звучит странно, но факт. После релиза 1.1 думаю более плотно заняться документацией, в т.ч. и такой список надо будет подготовить]]></description>
					<pubDate>Sat, 14 Mar 2015 21:11:03 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19006)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19006</guid>
					<link>http://altocms.ru/1025.html#comment19006</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Можно сказать сделал то, что изначально просил автор топика. Т.е. комментарий можно выбрать правильным ответом. При этом текст комментарий отображается внизу топика.<br/>
<br/>
За пару дней я услышал разные мнения. Разные пожелания. От простых о поставке статуса, до создания полноценного плагина вопросов ответов, со своими виджетами.<br/>
<br/>
Писали выше о краудсорсинге. <br/>
Если кто-нибудь готов присоединиться и сделать что-то большее, пишите.]]></description>
					<pubDate>Sat, 14 Mar 2015 21:50:26 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19161)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19161</guid>
					<link>http://altocms.ru/1025.html#comment19161</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[И на этом огромное спасибо ;) думаю в будущем можно будет доработать, так же я попробую и выложу свои нароботки. А сейчас буду думать как ставить статус и закрытие комментов при выборе ответа)]]></description>
					<pubDate>Tue, 17 Mar 2015 16:21:48 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19163)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19163</guid>
					<link>http://altocms.ru/1025.html#comment19163</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Ох, вы так написали страшно. <br/>
Закрыть комментарии, в ActionAjax добавить<br/>
<pre class="prettyprint"><code>$oTopic-&gt;setForbidComment(1);</code></pre>Ну и с «0» если вы убираете наличие правильного ответа и хотите вернуть возможность комментировать.<br/>
<br/>
А насчет статуса, не уверен что для него нужно отдельное поле, проще сделать проверку в шаблоне <pre class="prettyprint"><code>{if $oTopic-&gt;getBestCommentId()}
Статус: Решена
{/if}</code></pre>]]></description>
					<pubDate>Tue, 17 Mar 2015 16:36:34 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19166)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19166</guid>
					<link>http://altocms.ru/1025.html#comment19166</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Сейчас все работает на ура ;) спасибо вам! Заценить можно <a href="http://babbler.me/category/qa/" rel="nofollow" >тут</a>]]></description>
					<pubDate>Tue, 17 Mar 2015 17:20:18 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19167)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19167</guid>
					<link>http://altocms.ru/1025.html#comment19167</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Я бы еще label в комменте выводил что это правильный ответ. Опять же проверка простая <pre class="prettyprint"><code>{if $oComment-&gt;getTarget()-&gt;getBestCommentId()==$oComment-&gt;getId()}
Правильный ответ
{/if}</code></pre>]]></description>
					<pubDate>Tue, 17 Mar 2015 17:36:41 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19168)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19168</guid>
					<link>http://altocms.ru/1025.html#comment19168</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Да я думал над этим, просто когда один ответ и он верный, получается дублирования ответа :)]]></description>
					<pubDate>Tue, 17 Mar 2015 17:55:47 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19169)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19169</guid>
					<link>http://altocms.ru/1025.html#comment19169</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[Не хватает автора правильного ответа. И почему правильный? правильных может быть несколько, да и правильный он только по мнению автора вопроса, обычно выбранный называют «Лучший». Например «Лучший от Admin, дата и ссылка на ответ»]]></description>
					<pubDate>Tue, 17 Mar 2015 18:01:21 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19170)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19170</guid>
					<link>http://altocms.ru/1025.html#comment19170</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Правильный или лучший это все в языковых файлах регулируется. А уж формат отображения ответа только от фантазии владельца сайта зависит =)]]></description>
					<pubDate>Tue, 17 Mar 2015 18:04:07 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19171)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19171</guid>
					<link>http://altocms.ru/1025.html#comment19171</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[Если решите опубликовать в каталоге, возможно пригодится простая иконка :)<br/>
<br/>
<img src="http://altocms.ru/uploads/images/00/01/17/2015/03/17/0u5cfa02cc-2f1d15f1-31a97028.png" />]]></description>
					<pubDate>Tue, 17 Mar 2015 19:03:53 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19173)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19173</guid>
					<link>http://altocms.ru/1025.html#comment19173</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[А сайт хорош ) наверное один из лучших на Alto.<br/>
<br/>
Какой плагин использовали для входа через соц. сети?]]></description>
					<pubDate>Tue, 17 Mar 2015 22:24:00 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19176)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19176</guid>
					<link>http://altocms.ru/1025.html#comment19176</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Спасибо)) стараемся ;) <br/>
<br/>
А плагин куплен из лс]]></description>
					<pubDate>Wed, 18 Mar 2015 06:25:42 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19178)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19178</guid>
					<link>http://altocms.ru/1025.html#comment19178</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[тот, что за 300р? работает с плагином совместимости?]]></description>
					<pubDate>Wed, 18 Mar 2015 09:08:00 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19179)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19179</guid>
					<link>http://altocms.ru/1025.html#comment19179</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Ага, но пришлось загрузку аватарок отрубить, выдавал ошибку]]></description>
					<pubDate>Wed, 18 Mar 2015 09:15:31 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19213)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19213</guid>
					<link>http://altocms.ru/1025.html#comment19213</link>
					<author>sersar@ukr.net</author>
					<description><![CDATA[Если нужен адаптированный плагин — обращайся.]]></description>
					<pubDate>Wed, 18 Mar 2015 15:02:07 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19216)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19216</guid>
					<link>http://altocms.ru/1025.html#comment19216</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[авы загружаются?]]></description>
					<pubDate>Wed, 18 Mar 2015 15:15:01 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19218)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19218</guid>
					<link>http://altocms.ru/1025.html#comment19218</link>
					<author>sersar@ukr.net</author>
					<description><![CDATA[Да. И аватары и фото. Конечно с тех соцсетей которые их отдают.]]></description>
					<pubDate>Wed, 18 Mar 2015 15:17:25 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19220)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19220</guid>
					<link>http://altocms.ru/1025.html#comment19220</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Да нужен) мне вот нужно именно загрузка авы) так как это я адаптировать не смог :(]]></description>
					<pubDate>Wed, 18 Mar 2015 15:21:50 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19259)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19259</guid>
					<link>http://altocms.ru/1025.html#comment19259</link>
					<author>sersar@ukr.net</author>
					<description><![CDATA[Если есть денежка на шоколадку — пиши в личку :-)]]></description>
					<pubDate>Wed, 18 Mar 2015 22:18:08 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19219)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19219</guid>
					<link>http://altocms.ru/1025.html#comment19219</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[Пока краудсорсинг не работает, ок.<br/>
Из мыслей что еще можно сделать<br/>
<br/>
1. Вынести в конфиг<br/>
-отображения лейбла что это правильный ответ (у комментария)<br/>
-отображения лейбла что это правильный ответ (у топика)<br/>
-запрещать писать новые комментарии если есть ответ<br/>
<br/>
2. Сделать отдельный экшен для указанных типов топиков<br/>
В этом экшене создать разделы<br/>
-Новые<br/>
-Решенные<br/>
-Не решенные<br/>
<br/>
Логично если будет свое облако тэгов, но у нас это обычные топики, надо думать.<br/>
Хотели еще и другие блоки, но опять же, это типовые материалы, которые переплетаются с другими материалами и как выцеплять данные стандартными методами плохо представляю.]]></description>
					<pubDate>Wed, 18 Mar 2015 15:17:38 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19224)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19224</guid>
					<link>http://altocms.ru/1025.html#comment19224</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Отлично ;) я у себя сделал вывод лэйбла, и выделил ответ цветом, и + вывод правильно ответа сделал ссылкой (дублирование не красиво, особенно с картинками) <br/>
<br/>
Свои теги не так актуальны как поиск по типовому матерялу (например поиск похожих вопросов)]]></description>
					<pubDate>Wed, 18 Mar 2015 15:26:19 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19225)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19225</guid>
					<link>http://altocms.ru/1025.html#comment19225</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[а для этого тэги и нужны, чтоб найти по общей тематике]]></description>
					<pubDate>Wed, 18 Mar 2015 15:27:40 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19237)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19237</guid>
					<link>http://altocms.ru/1025.html#comment19237</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[А сложно реализовать поиск по блогам одного типа?]]></description>
					<pubDate>Wed, 18 Mar 2015 17:14:02 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19238)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19238</guid>
					<link>http://altocms.ru/1025.html#comment19238</link>
					<author>reverty@gmail.com</author>
					<description><![CDATA[через сфинкс пожалуй сложно и непонятно как потом скрещивать. А через запросы в базу это не самый правильный путь, но попроще.]]></description>
					<pubDate>Wed, 18 Mar 2015 17:20:42 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19239)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19239</guid>
					<link>http://altocms.ru/1025.html#comment19239</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Sphinx я не подключал :)]]></description>
					<pubDate>Wed, 18 Mar 2015 17:21:46 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19240)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19240</guid>
					<link>http://altocms.ru/1025.html#comment19240</link>
					<author>reexistent@gmail.com</author>
					<description><![CDATA[Я конечно извиняюсь но мне кажется, jangle, если бы вы присоединились к проекту плагина Klaus, польза была бы вам обоим (и другим участникам) больше чем по отдельности вы делаете в своей песочнице. А адаптация под шаблон, дизайн уже можно свои делать.]]></description>
					<pubDate>Wed, 18 Mar 2015 17:23:57 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19242)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19242</guid>
					<link>http://altocms.ru/1025.html#comment19242</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[Проблема в то, что я плохо знаю ньюансы альто и лс :) так бы давно присоединился]]></description>
					<pubDate>Wed, 18 Mar 2015 17:31:37 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19241)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19241</guid>
					<link>http://altocms.ru/1025.html#comment19241</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[А как сейчас работает поиск по сайту на Альто? Он как бы не требует наличия сфинкса и он работает, но при этом полнотекстового поиска нет…]]></description>
					<pubDate>Wed, 18 Mar 2015 17:24:05 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19243)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19243</guid>
					<link>http://altocms.ru/1025.html#comment19243</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[По тексту он ищет вроде бы <a href="http://babbler.me/search/topics/?q=CyanogenMod+Installer" rel="nofollow" >вот</a>]]></description>
					<pubDate>Wed, 18 Mar 2015 17:35:02 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19245)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19245</guid>
					<link>http://altocms.ru/1025.html#comment19245</link>
					<author>acstrelcova@gmail.com</author>
					<description><![CDATA[у меня не показывает ключевые слова в тексте, как у вас. Возможно дело в шаблоне Experience]]></description>
					<pubDate>Wed, 18 Mar 2015 17:43:11 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19247)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19247</guid>
					<link>http://altocms.ru/1025.html#comment19247</link>
					<author>reexistent@gmail.com</author>
					<description><![CDATA[присоединяюсь к вопросу. каким образом ключевики оборачиваются клссом searched-item? <br/>
<br/>
Или просто у меня smarty все вырезает…<br/>
<br/>
вы не могли бы показать код tpl который это выводит?]]></description>
					<pubDate>Wed, 18 Mar 2015 17:54:22 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19248)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19248</guid>
					<link>http://altocms.ru/1025.html#comment19248</link>
					<author>regamer.sayt@gmail.com</author>
					<description><![CDATA[У меня шаблон на основе start-kit]]></description>
					<pubDate>Wed, 18 Mar 2015 17:57:27 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #19274)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment19274</guid>
					<link>http://altocms.ru/1025.html#comment19274</link>
					<author>andreyv@gladcode.ru</author>
					<description><![CDATA[Внёс исправления в ветки 1.0 и 1.1. Действительно в шаблонах experience такой подсветки не было, хотя тегом <em>searched-item</em> результаты поиска оборачивались.<br/>
<br/>
Сам <em>тег класса searched-item</em> устанавливается экшеном поиска ActionSearch]]></description>
					<pubDate>Thu, 19 Mar 2015 12:31:06 +0300</pubDate>
									</item>
							<item>
					<title>Questions and answers (comment #24064)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1025/#comment24064</guid>
					<link>http://altocms.ru/1025.html#comment24064</link>
					<author>av.newlife@mail.ru</author>
					<description><![CDATA[А этот Плагин «Questions and answers» от LS <a href="https://catalog.livestreetcms.com/addon/view/40/" rel="nofollow" >catalog.livestreetcms.com/addon/view/40/</a> будет на alto работать или нет? Есть смысл его искать?:)]]></description>
					<pubDate>Mon, 12 Oct 2015 02:06:34 +0300</pubDate>
									</item>
					</channel>
	</rss>
