<?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: AiJSlideToggle a Joomla Plugin</title>
	<atom:link href="http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html</link>
	<description>Just Another Geek Blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Enora</title>
		<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/comment-page-1#comment-520</link>
		<dc:creator>Enora</dc:creator>
		<pubDate>Sat, 20 Feb 2010 16:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://ibad.bebasbelanja.com/?p=38#comment-520</guid>
		<description>Good evening !

I am trying to hide some lines inside an index which is already hidden.

In fact I need to hide a block 1 and a block 2. The block 2 is an sub-part of the block 1.

Is it possible to hide the Block 2 inside the block 1 (which is already hidden) ?

I tried to move your {slidetoggle=text} on the source code, but with NO joy !

How should I do ?

Thank you very much for your time and your help,
Enora</description>
		<content:encoded><![CDATA[<p>Good evening !</p>

<p>I am trying to hide some lines inside an index which is already hidden.</p>

<p>In fact I need to hide a block 1 and a block 2. The block 2 is an sub-part of the block 1.</p>

<p>Is it possible to hide the Block 2 inside the block 1 (which is already hidden) ?</p>

<p>I tried to move your {slidetoggle=text} on the source code, but with NO joy !</p>

<p>How should I do ?</p>

<p>Thank you very much for your time and your help,<br />
Enora</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hendrik</title>
		<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/comment-page-1#comment-470</link>
		<dc:creator>Hendrik</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://ibad.bebasbelanja.com/?p=38#comment-470</guid>
		<description>Hi,

for everyone who has a error like: 

Wrong parameter count for strstr()

change line 85 from:

if(strstr($match,&#039;&#124;&#039;,true)){

to

if(mb_stristr($match,&#039;&#124;&#039;,true)){

then it works.

Bye!</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>for everyone who has a error like: </p>

<p>Wrong parameter count for strstr()</p>

<p>change line 85 from:</p>

<p>if(strstr($match,'|',true)){</p>

<p>to</p>

<p>if(mb_stristr($match,'|',true)){</p>

<p>then it works.</p>

<p>Bye!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: osep45</title>
		<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/comment-page-1#comment-238</link>
		<dc:creator>osep45</dc:creator>
		<pubDate>Sat, 16 Jan 2010 14:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://ibad.bebasbelanja.com/?p=38#comment-238</guid>
		<description>It doesn&#039;t work for me... The installation was successfull ; I have done a simple test on a new article with the example code... and no effect ! The text is visible everywhere...

A problem of the last version ?</description>
		<content:encoded><![CDATA[<p>It doesn't work for me... The installation was successfull ; I have done a simple test on a new article with the example code... and no effect ! The text is visible everywhere...</p>

<p>A problem of the last version ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Ibad</title>
		<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/comment-page-1#comment-221</link>
		<dc:creator>Abdul Ibad</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://ibad.bebasbelanja.com/?p=38#comment-221</guid>
		<description>Hi patrick

This plugin is design for joomla content items only.</description>
		<content:encoded><![CDATA[<p>Hi patrick</p>

<p>This plugin is design for joomla content items only.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://ibad.bebasbelanja.com/aijslidetoggle-a-joomla-plugin.html/comment-page-1#comment-220</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://ibad.bebasbelanja.com/?p=38#comment-220</guid>
		<description>i want to use this not in content but with the chronoconnectivity component (a component to make some query and display the result)
but i have those errors


Notice: Undefined property: stdClass::$id in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 70

Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85

Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85

Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85

Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85

Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85

Notice: Undefined index: print in C:\wamp\www\paness_form\plugins\content\jwts.php on line 81

Notice: Undefined index: format in C:\wamp\www\paness_form\plugins\content\jwts.php on line 81

Notice: Undefined variable: tabid in C:\wamp\www\paness_form\plugins\content\jwts.php on line 112

Notice: Undefined variable: tabid in C:\wamp\www\paness_form\plugins\content\jwts.php on line 113

Notice: Undefined index: print in C:\wamp\www\paness_form\plugins\content\jwts.php on line 139

Notice: Undefined index: format in C:\wamp\www\paness_form\plugins\content\jwts.php on line 139</description>
		<content:encoded><![CDATA[<p>i want to use this not in content but with the chronoconnectivity component (a component to make some query and display the result)<br />
but i have those errors</p>


<p>Notice: Undefined property: stdClass::$id in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 70</p>

<p>Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85</p>

<p>Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85</p>

<p>Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85</p>

<p>Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85</p>

<p>Warning: Wrong parameter count for strstr() in C:\wamp\www\paness_form\plugins\content\aijslidetoggle.php on line 85</p>

<p>Notice: Undefined index: print in C:\wamp\www\paness_form\plugins\content\jwts.php on line 81</p>

<p>Notice: Undefined index: format in C:\wamp\www\paness_form\plugins\content\jwts.php on line 81</p>

<p>Notice: Undefined variable: tabid in C:\wamp\www\paness_form\plugins\content\jwts.php on line 112</p>

<p>Notice: Undefined variable: tabid in C:\wamp\www\paness_form\plugins\content\jwts.php on line 113</p>

<p>Notice: Undefined index: print in C:\wamp\www\paness_form\plugins\content\jwts.php on line 139</p>

<p>Notice: Undefined index: format in C:\wamp\www\paness_form\plugins\content\jwts.php on line 139</p>]]></content:encoded>
	</item>
</channel>
</rss>
