<?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>Commentaires sur : Joomla 1.5! Plugin Related Articles Tags</title>
	<atom:link href="http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags</link>
	<description>Benjamin Agullana, son parcours scolaire et professionnel, ses trucs et astuces, ses amis.</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:02:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Frédéric</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-4#comment-6025</link>
		<dc:creator>Frédéric</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6025</guid>
		<description>merci deja pour la réponse... mais ce &quot;replace&quot; je dois le faire ou ? Dans le code du plugin même ?</description>
		<content:encoded><![CDATA[<p>merci deja pour la réponse&#8230; mais ce &laquo;&nbsp;replace&nbsp;&raquo; je dois le faire ou ? Dans le code du plugin même ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Benjamin Agullana</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-4#comment-6024</link>
		<dc:creator>Benjamin Agullana</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6024</guid>
		<description>essaye un str_replace(&quot;{njaccess 0}&quot;,&quot;&quot;,$article);
où $article est le contenu de l&#039;article</description>
		<content:encoded><![CDATA[<p>essaye un str_replace(&laquo;&nbsp;{njaccess 0}&nbsp;&raquo;,&nbsp;&raquo;",$article);<br />
où $article est le contenu de l&#8217;article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Fréderic</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-4#comment-6023</link>
		<dc:creator>Fréderic</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6023</guid>
		<description>Bonjour
merci pour ce plugin &quot;grandiose&quot; :)
petit soucis avec ce plugin utilisé simultannément avec NinjaAccess
les tag de NinjaAccess comme {njaccess 0} s&#039;affiche dans le résumé de l&#039;article en bas d epage ..</description>
		<content:encoded><![CDATA[<p>Bonjour<br />
merci pour ce plugin &laquo;&nbsp;grandiose&nbsp;&raquo; <img src='http://www.benjamin-agullana.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
petit soucis avec ce plugin utilisé simultannément avec NinjaAccess<br />
les tag de NinjaAccess comme {njaccess 0} s&#8217;affiche dans le résumé de l&#8217;article en bas d epage ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Informasi</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6020</link>
		<dc:creator>Informasi</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6020</guid>
		<description>Thats great plugin benjor. very thanks for it ;)</description>
		<content:encoded><![CDATA[<p>Thats great plugin benjor. very thanks for it <img src='http://www.benjamin-agullana.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : JoomlaMind</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6019</link>
		<dc:creator>JoomlaMind</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6019</guid>
		<description>Here it is a little improvement.

In SEF mod the links are incorrectly. The path to the articles contain current section or category, not real ones.

The fix is :

1. On line 162 add &quot;, sectionid, catid&quot;;

The query becomes 
$query = &quot;SELECT id, title, introtext, alias, sectionid, catid&quot; .....

2. On the lines 188 and 190 add &quot; $item-&gt;catid, $item-&gt;sectionid&quot; ;

The lines become 

188 :  $route = ContentHelperRoute::getArticleRoute( $slug, $item-&gt;catid, $item-&gt;sectionid );

190 : $route = ContentHelperRoute::getArticleRoute( $item-&gt;id, $item-&gt;catid, $item-&gt;sectionid );

That&#039;s it. :)</description>
		<content:encoded><![CDATA[<p>Here it is a little improvement.</p>
<p>In SEF mod the links are incorrectly. The path to the articles contain current section or category, not real ones.</p>
<p>The fix is :</p>
<p>1. On line 162 add &laquo;&nbsp;, sectionid, catid&nbsp;&raquo;;</p>
<p>The query becomes<br />
$query = &laquo;&nbsp;SELECT id, title, introtext, alias, sectionid, catid&nbsp;&raquo; &#8230;..</p>
<p>2. On the lines 188 and 190 add &nbsp;&raquo; $item-&gt;catid, $item-&gt;sectionid&nbsp;&raquo; ;</p>
<p>The lines become </p>
<p>188 :  $route = ContentHelperRoute::getArticleRoute( $slug, $item-&gt;catid, $item-&gt;sectionid );</p>
<p>190 : $route = ContentHelperRoute::getArticleRoute( $item-&gt;id, $item-&gt;catid, $item-&gt;sectionid );</p>
<p>That&#8217;s it. <img src='http://www.benjamin-agullana.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Todor Iliev</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6018</link>
		<dc:creator>Todor Iliev</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6018</guid>
		<description>Here it is a little improvement.

In SEF mod the links are incorrectly. The path to the articles contain current section or category, not real ones.

The fix is :

1. On line 162 add &quot;, sectionid, catid&quot;;

The query becomes 
$query = &quot;SELECT id, title, introtext, alias, sectionid, catid&quot; .....

2. On the lines 188 and 190 add &quot; $item-&gt;catid, $item-&gt;sectionid&quot; ;

The lines become 

188 :  $route = ContentHelperRoute::getArticleRoute( $slug, $item-&gt;catid, $item-&gt;sectionid );

190 : $route = ContentHelperRoute::getArticleRoute( $item-&gt;id, $item-&gt;catid, $item-&gt;sectionid );

That&#039;s it. :)</description>
		<content:encoded><![CDATA[<p>Here it is a little improvement.</p>
<p>In SEF mod the links are incorrectly. The path to the articles contain current section or category, not real ones.</p>
<p>The fix is :</p>
<p>1. On line 162 add &laquo;&nbsp;, sectionid, catid&nbsp;&raquo;;</p>
<p>The query becomes<br />
$query = &laquo;&nbsp;SELECT id, title, introtext, alias, sectionid, catid&nbsp;&raquo; &#8230;..</p>
<p>2. On the lines 188 and 190 add &nbsp;&raquo; $item-&gt;catid, $item-&gt;sectionid&nbsp;&raquo; ;</p>
<p>The lines become </p>
<p>188 :  $route = ContentHelperRoute::getArticleRoute( $slug, $item-&gt;catid, $item-&gt;sectionid );</p>
<p>190 : $route = ContentHelperRoute::getArticleRoute( $item-&gt;id, $item-&gt;catid, $item-&gt;sectionid );</p>
<p>That&#8217;s it. <img src='http://www.benjamin-agullana.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Arnaud</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6017</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Sun, 21 Feb 2010 14:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6017</guid>
		<description>Bonjour, super plugin très réussi
J&#039;ai pourtant un souci sur mon site car l&#039;effet mootools accordéon ne fonctionne pas avec mon template Yootheme (portant le compatibilité mootools est activée)
Une idée ?
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour, super plugin très réussi<br />
J&#8217;ai pourtant un souci sur mon site car l&#8217;effet mootools accordéon ne fonctionne pas avec mon template Yootheme (portant le compatibilité mootools est activée)<br />
Une idée ?<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Arnaud</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6016</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Sun, 21 Feb 2010 14:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6016</guid>
		<description>Bonjour,

le plugin est super et très efficace
Par contre l&#039;effet accordéon par mootools ne fonctionne pas sur mon site qui utilise un template Yootheme (Mootools est pourtant bien activé).
Une idée ?
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>le plugin est super et très efficace<br />
Par contre l&#8217;effet accordéon par mootools ne fonctionne pas sur mon site qui utilise un template Yootheme (Mootools est pourtant bien activé).<br />
Une idée ?<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : buku belajar komputer</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6013</link>
		<dc:creator>buku belajar komputer</dc:creator>
		<pubDate>Sat, 06 Feb 2010 08:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6013</guid>
		<description>woowww nice plugin thanks</description>
		<content:encoded><![CDATA[<p>woowww nice plugin thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Benjamin Agullana</title>
		<link>http://www.benjamin-agullana.fr/joomla/joomla-15-plugin-related-articles-tags/comment-page-3#comment-6012</link>
		<dc:creator>Benjamin Agullana</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjamin-agullana.fr/?p=216#comment-6012</guid>
		<description>You might have a problem when you installed it. Check your folders rights on FTP and try again.</description>
		<content:encoded><![CDATA[<p>You might have a problem when you installed it. Check your folders rights on FTP and try again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
