<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Add FullAjax plugin for Joomla! (2012.10.14)</title>
	<atom:link href="https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/feed" rel="self" type="application/rss+xml" />
	<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14</link>
	<description></description>
	<lastBuildDate>Tue, 06 Apr 2021 13:05:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1245</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Mon, 02 Jun 2014 15:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1245</guid>
		<description><![CDATA[hi, try use &lt;a href=&quot;https://github.com/Fedik/FullAJAX/wiki/Filter&quot; rel=&quot;nofollow&quot;&gt;filters&lt;/a&gt;(the example for the forms at bottom of the page) for disable fullajax for forms]]></description>
		<content:encoded><![CDATA[<p>hi, try use <a href="https://github.com/Fedik/FullAJAX/wiki/Filter" rel="nofollow">filters</a>(the example for the forms at bottom of the page) for disable fullajax for forms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadegh</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1244</link>
		<dc:creator><![CDATA[sadegh]]></dc:creator>
		<pubDate>Mon, 02 Jun 2014 15:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1244</guid>
		<description><![CDATA[hi im using this grate plugin. but when i enable this plugin none of my forms work. please help me.]]></description>
		<content:encoded><![CDATA[<p>hi im using this grate plugin. but when i enable this plugin none of my forms work. please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1162</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Tue, 10 Sep 2013 10:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1162</guid>
		<description><![CDATA[попробуй использовать &lt;code&gt;ax:wrap=&quot;0&quot;&lt;/code&gt;, если голосованиє через ссилку тогда:
&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;a ax:wrap=&quot;0&quot; href=&quot;mulink.html&quot; title=&quot;My Link&quot; rel=&quot;nofollow&quot;&gt;My Link&lt;/a&gt;
&lt;/pre&gt;
если форма, тогда:
&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;form ax:wrap=&quot;0&quot; id=&quot;myform&quot;&gt;
или
&lt;form ax:nowrap=&quot;1&quot; id=&quot;myform&quot;&gt;
&lt;/pre&gt;
Тогда FullAJAX будет пропускать голосование]]></description>
		<content:encoded><![CDATA[<p>попробуй использовать <code>ax:wrap="0"</code>, если голосованиє через ссилку тогда:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> ax:wrap<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mulink.html&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;My Link&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span>&gt;</span>My Link<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>если форма, тогда:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> ax:wrap<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;myform&quot;</span>&gt;</span>
или
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> ax:<span style="color: #000066;">nowrap</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;myform&quot;</span>&gt;</span></pre></td></tr></table></div>

<p>Тогда FullAJAX будет пропускать голосование</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Денис</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1161</link>
		<dc:creator><![CDATA[Денис]]></dc:creator>
		<pubDate>Sat, 07 Sep 2013 10:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1161</guid>
		<description><![CDATA[Может можно вообще для компонента/плагина поддержку аякса отключить? Если есть такая возможность, то как это сделать? Проблема в том, что плагин грузится в контент коммандой 

&lt;code&gt;{commedia}foldername{/commedia}&lt;/code&gt;

Получается, что AddFullAjax плагин автоматически действует и на Commedia. Для меня функция &quot;Ignore Menu&quot; или &quot;Выключить для определенных страниц&quot; не подойдет, т.к. сверху на сайте плэйер, который не должен перезагружаться. Если я задействую одну из выше названных функций, то для пункта меню, где находится Commedia, плейер будет перезагружаться.]]></description>
		<content:encoded><![CDATA[<p>Может можно вообще для компонента/плагина поддержку аякса отключить? Если есть такая возможность, то как это сделать? Проблема в том, что плагин грузится в контент коммандой </p>
<p><code>{commedia}foldername{/commedia}</code></p>
<p>Получается, что AddFullAjax плагин автоматически действует и на Commedia. Для меня функция &#8220;Ignore Menu&#8221; или &#8220;Выключить для определенных страниц&#8221; не подойдет, т.к. сверху на сайте плэйер, который не должен перезагружаться. Если я задействую одну из выше названных функций, то для пункта меню, где находится Commedia, плейер будет перезагружаться.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Денис</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1160</link>
		<dc:creator><![CDATA[Денис]]></dc:creator>
		<pubDate>Sat, 07 Sep 2013 10:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1160</guid>
		<description><![CDATA[привет еще раз.

Плагин просто прекрасный, все получилось и работает, кроме одной мелочи. у меня стоит компонент-плагин Commedia. Это плагин голосований (рейтинг) треков на сайте. плагин этот частично тоже пользуется аяксовской техникой, а именно, когда отдаешь голос за трек. он его принимает, пишет в базу данных и апдейтит методом аякса результат без перезагрузки страницы.

Проблема теперь в том, что как только я AddFullAjax плагин включаю, функция апдейта перестает работать. Результат показывает только при ручной перезагрузке страницы (рефреш).

Я уже попробовал вставить следующее:

&lt;code&gt;
.......
 FLAX.directLink();FLAX.Default.sprt_url = &#039;!&#039;;
 FLAX.linkEqual[&#039;!ax!&#039;+fullAjaxId+&#039;!&#039;] = &#039;ajx&#039;;FLAX.linkEqual[&#039;[~q~]&#039;] = &#039;?&#039;;
FLAX.Html.onall(&#039;load&#039;, function(){
  $widgetkit.lazyload();
});
FLAX.Html.onall(&#039;load&#039;, function(){
  $plgContentCommedia.initialize();
});
function doSomethingAfterFAjxPagLoad (){
/* fix for mootools &#039;domready&#039;, uncomment if need*/
/* window.fireEvent(&#039;domready&#039;); */
};
&lt;/code&gt;

Но к сожалению безрезультатно... Хелп плиз )))]]></description>
		<content:encoded><![CDATA[<p>привет еще раз.</p>
<p>Плагин просто прекрасный, все получилось и работает, кроме одной мелочи. у меня стоит компонент-плагин Commedia. Это плагин голосований (рейтинг) треков на сайте. плагин этот частично тоже пользуется аяксовской техникой, а именно, когда отдаешь голос за трек. он его принимает, пишет в базу данных и апдейтит методом аякса результат без перезагрузки страницы.</p>
<p>Проблема теперь в том, что как только я AddFullAjax плагин включаю, функция апдейта перестает работать. Результат показывает только при ручной перезагрузке страницы (рефреш).</p>
<p>Я уже попробовал вставить следующее:</p>
<p><code><br />
.......<br />
 FLAX.directLink();FLAX.Default.sprt_url = '!';<br />
 FLAX.linkEqual['!ax!'+fullAjaxId+'!'] = 'ajx';FLAX.linkEqual['[~q~]'] = '?';<br />
FLAX.Html.onall('load', function(){<br />
  $widgetkit.lazyload();<br />
});<br />
FLAX.Html.onall('load', function(){<br />
  $plgContentCommedia.initialize();<br />
});<br />
function doSomethingAfterFAjxPagLoad (){<br />
/* fix for mootools 'domready', uncomment if need*/<br />
/* window.fireEvent('domready'); */<br />
};<br />
</code></p>
<p>Но к сожалению безрезультатно&#8230; Хелп плиз )))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1146</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Wed, 31 Jul 2013 08:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1146</guid>
		<description><![CDATA[можливо щось не так в налаштуваннях, або щось із шаблоном ... потрібно дивитись]]></description>
		<content:encoded><![CDATA[<p>можливо щось не так в налаштуваннях, або щось із шаблоном &#8230; потрібно дивитись</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Андрій</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1145</link>
		<dc:creator><![CDATA[Андрій]]></dc:creator>
		<pubDate>Tue, 30 Jul 2013 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1145</guid>
		<description><![CDATA[Привіт. Поставив плагін. Використовую модлуь news show sp2. При використанні addfullajax  контент модуля дублюється на всіх сторінках((]]></description>
		<content:encoded><![CDATA[<p>Привіт. Поставив плагін. Використовую модлуь news show sp2. При використанні addfullajax  контент модуля дублюється на всіх сторінках((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1086</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 11:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1086</guid>
		<description><![CDATA[strange, where I can look at it? write me email]]></description>
		<content:encoded><![CDATA[<p>strange, where I can look at it? write me email</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianpietro Lavado</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1085</link>
		<dc:creator><![CDATA[Gianpietro Lavado]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 11:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1085</guid>
		<description><![CDATA[That&#039;s exactly what I need, thing is that it&#039;s not working :( ... I need to ignore ajax when clicking on a menu, but use ajax inside it, so I select it to be &quot;ignored&quot; and do not select it for &quot;do not use ajax&quot;.  The result is that ajax is called both when clicking and inside it.
The &quot;ignore&quot; option is not making any difference when the menu is not marked for &quot;do not use ajax&quot;
thanks!]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly what I need, thing is that it&#8217;s not working :( &#8230; I need to ignore ajax when clicking on a menu, but use ajax inside it, so I select it to be &#8220;ignored&#8221; and do not select it for &#8220;do not use ajax&#8221;.  The result is that ajax is called both when clicking and inside it.<br />
The &#8220;ignore&#8221; option is not making any difference when the menu is not marked for &#8220;do not use ajax&#8221;<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2012-10-14/comment-page-2#comment-1084</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 11:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=911#comment-1084</guid>
		<description><![CDATA[“ignore menus” - allow to ignore ajax when clicking on a menu, but use ajax inside :)
but you told that it not what you want, so I have no idea ;)]]></description>
		<content:encoded><![CDATA[<p>“ignore menus” &#8211; allow to ignore ajax when clicking on a menu, but use ajax inside :)<br />
but you told that it not what you want, so I have no idea ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
