<?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>Не раскрывается список комментариев на стене !!! / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/555/</link>
			<description><![CDATA[Если добавить комментарии к записи на стене , то при нажатии на «показать все 2 комментария» ничего не происходит. Коменты]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Не раскрывается список комментариев на стене !!! (comment #9305)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/555/#comment9305</guid>
					<link>http://79.174.14.219/555.html#comment9305</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[А где там такая кнопка/ссылка «показать все 2 комментария»? Смотрю в synio и не вижу такой]]></description>
					<pubDate>Wed, 02 Apr 2014 11:47:17 +0400</pubDate>
									</item>
							<item>
					<title>Не раскрывается список комментариев на стене !!! (comment #9306)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/555/#comment9306</guid>
					<link>http://79.174.14.219/555.html#comment9306</link>
					<author>icemancool@yandex.ru</author>
					<description><![CDATA[Была такая проблема на шаблоне Developer. Решил тем, что заменил в wall.tpl действие loadNew на onclick=«return ls.wall.loadNext();» и немного подкорректировал это действие в файле со скриптами, что бы отрабатывалось нормально.]]></description>
					<pubDate>Wed, 02 Apr 2014 11:56:21 +0400</pubDate>
									</item>
							<item>
					<title>Не раскрывается список комментариев на стене !!! (comment #9307)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/555/#comment9307</guid>
					<link>http://79.174.14.219/555.html#comment9307</link>
					<author>icemancool@yandex.ru</author>
					<description><![CDATA[Собственно скрипт в wall.js откорректировал так: <br/>
<pre>&lt;code&gt;this.loadNext = function() {
		var divLast=$('#wall-container').find('.js-wall-item:last');
		if (divLast.length) {
			var idLess=divLast.attr('id').replace('wall-item-','');
		} else {
			return false;
		}
		$('#wall-button-next').addClass('loader');
		this.load(idLess,'',function(result) {
			if (result.bStateError) {
				ls.msg.error(null, result.sMsg);
			} else {
				if (result.iCountWall) {
					$('#wall-container').append(result.sText);
				}
				var iCount=result.iCountWall-result.iCountWallReturn;
				if (iCount) {
					$('#wall-count-next').text(iCount);
				} else {
					$('#wall-button-next').detach();
				}
				ls.hook.run('ls_wall_loadnext_after',[idLess, result]);
			}
			$('#wall-button-next').removeClass('loader');
		}.bind(this));
		return false;
	};&lt;/code&gt;</pre>Подозреваю, что решение весьма костыльное, но вроде работает :) ]]></description>
					<pubDate>Wed, 02 Apr 2014 12:03:43 +0400</pubDate>
									</item>
							<item>
					<title>Не раскрывается список комментариев на стене !!! (comment #9314)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/555/#comment9314</guid>
					<link>http://79.174.14.219/555.html#comment9314</link>
					<author>kaligula8@yandex.ru</author>
					<description><![CDATA[Собственно в шаблоне престиж, который у меня… это все так и есть, но не работает. И на других шабиках не работает. ((((]]></description>
					<pubDate>Wed, 02 Apr 2014 22:18:25 +0400</pubDate>
									</item>
							<item>
					<title>Не раскрывается список комментариев на стене !!! (comment #9315)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/555/#comment9315</guid>
					<link>http://79.174.14.219/555.html#comment9315</link>
					<author>kaligula8@yandex.ru</author>
					<description><![CDATA[Есть еще пара проблем с шаблоном, может кто готов помочь решить проблемку выше и помочь с шаблоном за денежку?]]></description>
					<pubDate>Wed, 02 Apr 2014 22:37:21 +0400</pubDate>
									</item>
					</channel>
	</rss>
