<?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>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? / Блог им. Iceman / Alto CMS</title>
			<link>http://altocms.ru/comments/602/</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>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10405)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10405</guid>
					<link>http://altocms.ru/602.html#comment10405</link>
					<author>orthograf@bk.ru</author>
					<description><![CDATA[У Вас AltoCMS 0.9*?]]></description>
					<pubDate>Tue, 27 May 2014 18:45:15 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10406)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10406</guid>
					<link>http://altocms.ru/602.html#comment10406</link>
					<author>icemancool@yandex.ru</author>
					<description><![CDATA[Да, совершенно верно, 0.9.7.1]]></description>
					<pubDate>Tue, 27 May 2014 19:04:36 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10410)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10410</guid>
					<link>http://altocms.ru/602.html#comment10410</link>
					<author>wtf@fuckmybrain.ru</author>
					<description><![CDATA[На одном из своих старых проектов стоит AltoCMS 0.9.7.1 + LSGallery (0.4.0 версия кажется) + шаблон Social. Все работает нормально.<br/>
Скорее всего у Вас, последняя версия 0.6.2. Завтра поставлю у себя и посмотрю как работает.]]></description>
					<pubDate>Wed, 28 May 2014 01:02:44 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10414)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10414</guid>
					<link>http://altocms.ru/602.html#comment10414</link>
					<author>icemancool@yandex.ru</author>
					<description><![CDATA[Только что проверил доступные для скачивания версии 0.4.0 — 0.6.0. <br/>
В 0.6.0 проблема остается, все работает кроме отображения галерей в профилях других пользователей. <br/>
А вот 0.4.0 в принципе с профилями работать отказался, выдает шибку SQL:<br/>
<pre class="prettyprint"><code>SQL Error: Table 'sitename.lsgallery_image_user' doesn't exist at \alto\plugins\lsgallery\classes\modules\image\mapper\Image.mapper.class.php line 781 --- Array ( [code] =&gt; 1146 [message] =&gt; Table 'sitename.lsgallery_image_user' doesn't exist [query] =&gt; SELECT SQL_CALC_FOUND_ROWS image_id FROM lsgallery_image_user WHERE target_user_id = 1 AND status = 'confirmed' LIMIT 0, 1 [context] =&gt; \alto\plugins\lsgallery\classes\modules\image\mapper\Image.mapper.class.php line 781 )</code></pre> <br/>
Вы его допиливали каким то образом для использования?]]></description>
					<pubDate>Wed, 28 May 2014 12:34:55 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10415)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10415</guid>
					<link>http://altocms.ru/602.html#comment10415</link>
					<author>wtf@fuckmybrain.ru</author>
					<description><![CDATA[Нет, манипуляций с ним никаких не делал.<br/>
Все работало хорошо из коробки.]]></description>
					<pubDate>Wed, 28 May 2014 13:48:14 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10422)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10422</guid>
					<link>http://altocms.ru/602.html#comment10422</link>
					<author>wtf@fuckmybrain.ru</author>
					<description><![CDATA[Данные изменения появились в ветке 0.6. Ибо с 0.4 и 0.5 проблем нет.]]></description>
					<pubDate>Wed, 28 May 2014 17:09:54 +0400</pubDate>
									</item>
							<item>
					<title>Кто нибудь сталкивался с плагином «LSGallery (Галерея)»? (comment #10423)</title>
					<guid isPermaLink="true">http://altocms.ru/t/602/#comment10423</guid>
					<link>http://altocms.ru/602.html#comment10423</link>
					<author>icemancool@yandex.ru</author>
					<description><![CDATA[Благодаря <a href="http://altocms.ru/profile/Stormtrooper/" class="ls-user">Stormtrooper</a> баг нашелся. Возможно кому то будет полезно, для решения такой проблемы необходимо в плагине, в файле classes\modules\album\mapper\Album.mapper.class заменить:<br/>
<pre class="prettyprint"><code>if ($sType == 'shared') {
                    $aAlbumTypes[] = &quot;a.album_type = 'shared'&quot;;
                } else if ($sType == 'open') {
                    $aAlbumTypes[] = &quot;a.album_type = 'open'&quot;;
                } else if ($sType == 'friend' && is_array($aAlbumId)) {
                    $aAlbumTypes[] = &quot;(a.album_type = 'friend'  AND a.album_user_id IN (&quot; . implode(', ', $aAlbumId) . &quot;)) &quot;;
                } else if ($sType == 'personal') {
                    $aAlbumTypes[] = &quot;a.album_type = 'personal'&quot;;
                }</code></pre> на<br/>
<pre class="prettyprint"><code>if ($sType == 'open') {
		    $aAlbumTypes[] = &quot;a.album_type = 'open'&quot;;
                } else if ($sType == 'friend' && is_array($aAlbumId)) {
                    $aAlbumTypes[] = &quot;(a.album_type = 'friend'  AND a.album_user_id IN (&quot; . implode(', ', $aAlbumId) . &quot;)) &quot;;
                } else if ($sType == 'personal') {
                    $aAlbumTypes[] = &quot;a.album_type = 'personal'&quot;;
                } else if ($sType == 'shared') {
                    $aAlbumTypes[] = &quot;a.album_type = 'shared'&quot;;
                }</code></pre>]]></description>
					<pubDate>Wed, 28 May 2014 17:31:04 +0400</pubDate>
									</item>
					</channel>
	</rss>
