<?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: WP Thickbox Integration</title>
	<atom:link href="http://web-argument.com/wp-thickbox-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-argument.com/wp-thickbox-integration/</link>
	<description>tutorials, tools and tips</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:58:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: EJ</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-7136</link>
		<dc:creator>EJ</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-7136</guid>
		<description>hey there- can anyone let me know why the &#039;close&#039; button isn&#039;t showing up in my thickbox setup?  this is a test page, but to see what i mean just click on one of the thumbnails within the post...

http://ej.reifier.org/newsite/?p=50</description>
		<content:encoded><![CDATA[<p>hey there- can anyone let me know why the &#8216;close&#8217; button isn&#8217;t showing up in my thickbox setup?  this is a test page, but to see what i mean just click on one of the thumbnails within the post&#8230;</p>
<p><a href="http://ej.reifier.org/newsite/?p=50" rel="nofollow">http://ej.reifier.org/newsite/?p=50</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plugins para imágenes usando jQuery en WordPress &#124; Summarg</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-7047</link>
		<dc:creator>Plugins para imágenes usando jQuery en WordPress &#124; Summarg</dc:creator>
		<pubDate>Sat, 10 Oct 2009 16:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-7047</guid>
		<description>[...] WP Thickbox Integration [...]</description>
		<content:encoded><![CDATA[<p>[...] WP Thickbox Integration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6860</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6860</guid>
		<description>We can do thickbox without a plugin in wordpress. Only 3 steps
http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html.</description>
		<content:encoded><![CDATA[<p>We can do thickbox without a plugin in wordpress. Only 3 steps<br />
<a href="http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html." rel="nofollow">http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6667</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6667</guid>
		<description>Found a better kludge. Still have tocomment out lines 8 and 9 in thickbox.js but instead of modifying the header.php and admin-header.php files just add the following code the the function add_tickbox_integration_css()

	$tpi_header =  &quot;\n&lt;!--  Default Thickbox Paths --&gt;\n&quot;;
	$tpi_header .= &quot;&lt;script type=\&quot;text/javascript\&quot;&gt;\n&quot;;
	$tpi_header .= &quot;\t var tb_pathToImage=\&quot;&quot;.&quot;../wp-includes/js/thickbox/loadingAnimation.gif\&quot;;\n&quot;;
	$tpi_header .= &quot;\t var tb_closeImage=\&quot;&quot;.&quot;../wp-includes/js/thickbox/tb-close.png\&quot;;\n&quot;;
	$tpi_header .= &quot;&lt;/script&gt;\n&quot;;
	echo $tpi_header;

This seems to allow the plugin to work with wordpress 2.8.4 when creating a gallery.</description>
		<content:encoded><![CDATA[<p>Found a better kludge. Still have tocomment out lines 8 and 9 in thickbox.js but instead of modifying the header.php and admin-header.php files just add the following code the the function add_tickbox_integration_css()</p>
<p>	$tpi_header =  &#8220;\n&lt;!&#8211;  Default Thickbox Paths &#8211;&gt;\n&#8221;;<br />
	$tpi_header .= &#8220;&lt;script type=\&#8221;text/javascript\&#8221;&gt;\n&#8221;;<br />
	$tpi_header .= &#8220;\t var tb_pathToImage=\&#8221;".&#8221;../wp-includes/js/thickbox/loadingAnimation.gif\&#8221;;\n&#8221;;<br />
	$tpi_header .= &#8220;\t var tb_closeImage=\&#8221;".&#8221;../wp-includes/js/thickbox/tb-close.png\&#8221;;\n&#8221;;<br />
	$tpi_header .= &#8220;&lt;/script&gt;\n&#8221;;<br />
	echo $tpi_header;</p>
<p>This seems to allow the plugin to work with wordpress 2.8.4 when creating a gallery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6666</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6666</guid>
		<description>I am using wordpress 2.8.4 and version 1.0.1 of your plugin and ran into a serious problem trying to use your plugin. Basically the redefinition of the variables tb_pathToImage and tb_closeImage by thickbox_path_int() was being ignored by the wordpress thickbox code. Commenting out lines 8 and 9 in thickbox.js made the plugin work for a gallery but broke the admin use of thickbox. Don&#039;t know why this happens as it looks like it shoild work! Perhaps you have some ideas.

I used the following kludge to fix it for my purposes:

1. Comment out lines 8 and 9 in thickbox.js
2. Add the following code to the head section of the header.php and admin-header.php files:
&lt;?php 
	$tpi_header =  &quot;\n&lt;!--  Default Thickbox Integration Path --&gt;\n&quot;;
	$tpi_header .= &quot;\n&quot;;
	$tpi_header .= &quot;\t var tb_pathToImage=\&quot;&quot;.&quot;../wp-includes/js/thickbox/loadingAnimation.gif\&quot;;\n&quot;;
	$tpi_header .= &quot;\t var tb_closeImage=\&quot;&quot;.&quot;../wp-includes/js/thickbox/tb-close.png\&quot;;\n&quot;;
	$tpi_header .= &quot;\n&quot;;
	echo $tpi_header;
?&gt;

This seems to allow the plugin to work in both the admin section (but I&#039;ve only done limited testing) and the public section.</description>
		<content:encoded><![CDATA[<p>I am using wordpress 2.8.4 and version 1.0.1 of your plugin and ran into a serious problem trying to use your plugin. Basically the redefinition of the variables tb_pathToImage and tb_closeImage by thickbox_path_int() was being ignored by the wordpress thickbox code. Commenting out lines 8 and 9 in thickbox.js made the plugin work for a gallery but broke the admin use of thickbox. Don&#8217;t know why this happens as it looks like it shoild work! Perhaps you have some ideas.</p>
<p>I used the following kludge to fix it for my purposes:</p>
<p>1. Comment out lines 8 and 9 in thickbox.js<br />
2. Add the following code to the head section of the header.php and admin-header.php files:<br />
&lt;?php<br />
	$tpi_header =  &#8220;\n<!--  Default Thickbox Integration Path -->\n&#8221;;<br />
	$tpi_header .= &#8220;\n&#8221;;<br />
	$tpi_header .= &#8220;\t var tb_pathToImage=\&#8221;".&#8221;../wp-includes/js/thickbox/loadingAnimation.gif\&#8221;;\n&#8221;;<br />
	$tpi_header .= &#8220;\t var tb_closeImage=\&#8221;".&#8221;../wp-includes/js/thickbox/tb-close.png\&#8221;;\n&#8221;;<br />
	$tpi_header .= &#8220;\n&#8221;;<br />
	echo $tpi_header;<br />
?&gt;</p>
<p>This seems to allow the plugin to work in both the admin section (but I&#8217;ve only done limited testing) and the public section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prographic.ru</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6625</link>
		<dc:creator>prographic.ru</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6625</guid>
		<description>cool, but this plugin not integration url in image</description>
		<content:encoded><![CDATA[<p>cool, but this plugin not integration url in image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joenel</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6620</link>
		<dc:creator>Joenel</dc:creator>
		<pubDate>Sat, 25 Jul 2009 04:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6620</guid>
		<description>Does this work on Wordpress 2.8.2?</description>
		<content:encoded><![CDATA[<p>Does this work on Wordpress 2.8.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 20 Wordpress Plugins &#8211; June 2009&#160;&#124;&#160;Enterprise Mastermind</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6580</link>
		<dc:creator>Top 20 Wordpress Plugins &#8211; June 2009&#160;&#124;&#160;Enterprise Mastermind</dc:creator>
		<pubDate>Thu, 11 Jun 2009 13:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6580</guid>
		<description>[...]  Go to download page Want a simple but elegant way of displaying larger images without having to open a new window? This nifty little plugin utilises jquery to open gallery images in a &#8216;Lightbox&#8217; style once you have added them via the &#8216;Add an image&#8217; button. Simply tick the extra &#8216;Open in the same window&#8217; field and away you go! [...]</description>
		<content:encoded><![CDATA[<p>[...]  Go to download page Want a simple but elegant way of displaying larger images without having to open a new window? This nifty little plugin utilises jquery to open gallery images in a &#8216;Lightbox&#8217; style once you have added them via the &#8216;Add an image&#8217; button. Simply tick the extra &#8216;Open in the same window&#8217; field and away you go! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alain</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6490</link>
		<dc:creator>alain</dc:creator>
		<pubDate>Wed, 11 Mar 2009 01:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6490</guid>
		<description>&lt;a href=&quot;#comment-6487&quot; class=&quot;at-regular&quot; rel=&quot;nofollow&quot;&gt;@Klark&lt;/a&gt; 
The plugin use the same jquery file that wordpress do. This is the function that add it &quot;wp_enqueue_script(&#039;jquery&#039;)&quot;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6487" class="at-regular" rel="nofollow">@Klark</a><br />
The plugin use the same jquery file that wordpress do. This is the function that add it &#8220;wp_enqueue_script(&#8217;jquery&#8217;)&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klark</title>
		<link>http://web-argument.com/wp-thickbox-integration/comment-page-1/#comment-6487</link>
		<dc:creator>Klark</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://web-argument.com/?p=118#comment-6487</guid>
		<description>Hi, I&#039;m already including jQuery in my pages. Your plugin also includes an older version of jQuery. Is there a way to disable that?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m already including jQuery in my pages. Your plugin also includes an older version of jQuery. Is there a way to disable that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
