<?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"
	>
<channel>
	<title>Comments on: WordPress ThickBox plugin</title>
	<atom:link href="http://www.christianschenk.org/projects/wordpress-thickbox-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christianschenk.org</link>
	<description>Writing about my experiences with technology and all different kinds of projects and experiments</description>
	<pubDate>Thu, 04 Dec 2008 07:15:26 +0000</pubDate>
	
		<item>
		<title>By: jQuery Konflikt mit Lightbox / Thickbox dank prototype.js</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3866</link>
		<dc:creator>jQuery Konflikt mit Lightbox / Thickbox dank prototype.js</dc:creator>
		<pubDate>Sun, 30 Nov 2008 15:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3866</guid>
		<description>[...] jQuery.js, welches artverwandt zu prototype.js ist, welches Plugins wie Lightbox, Greybox oder auch Thickbox nutzen. Diese beiden Bibliothekdateien kommen sich bei paralleler Anwendung in die [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery.js, welches artverwandt zu prototype.js ist, welches Plugins wie Lightbox, Greybox oder auch Thickbox nutzen. Diese beiden Bibliothekdateien kommen sich bei paralleler Anwendung in die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3461</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Sat, 15 Nov 2008 12:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3461</guid>
		<description>Hi Michael,
this isn't an extension to NextGen Gallery and I can't help you with that plugin. Go to &lt;a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/" rel="nofollow"&gt;this website&lt;/a&gt; and ask your question there.</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
this isn&#8217;t an extension to NextGen Gallery and I can&#8217;t help you with that plugin. Go to <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">this website</a> and ask your question there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Erb</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3416</link>
		<dc:creator>Michael Erb</dc:creator>
		<pubDate>Thu, 13 Nov 2008 18:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3416</guid>
		<description>Because of validation errors with nextGEN Gallery, which uses thickbox, I'd like to use smoothbox. But there is scant information on how to implement this. Anyone able to help explain the install procedure to do this for WordPress?

I've got nextGEN Gallery installed in plugins and it's working fine, except for the multitude of validation errors. I've downloaded smoothbox.css, smoothbox.js and loading.gif

I have no clue where to place these files so that nextGEN can use them instead of Thickbox. I tried just placing them in the nextgen-gallery -&#62; thickbox directory and then seeing if I could select smoothbox in the nextGEN wordpress preferences Gallery -&#62;  Effects -&#62; Custom but didn't have any luck with that. I'm lost, dazed and confused.</description>
		<content:encoded><![CDATA[<p>Because of validation errors with nextGEN Gallery, which uses thickbox, I&#8217;d like to use smoothbox. But there is scant information on how to implement this. Anyone able to help explain the install procedure to do this for WordPress?</p>
<p>I&#8217;ve got nextGEN Gallery installed in plugins and it&#8217;s working fine, except for the multitude of validation errors. I&#8217;ve downloaded smoothbox.css, smoothbox.js and loading.gif</p>
<p>I have no clue where to place these files so that nextGEN can use them instead of Thickbox. I tried just placing them in the nextgen-gallery -&gt; thickbox directory and then seeing if I could select smoothbox in the nextGEN wordpress preferences Gallery -&gt;  Effects -&gt; Custom but didn&#8217;t have any luck with that. I&#8217;m lost, dazed and confused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sleek</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3413</link>
		<dc:creator>sleek</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3413</guid>
		<description>I am grateful to you for this. For last 3 days I had wrecked my brain with nextgen and this simple code solved my problem in seconds!!</description>
		<content:encoded><![CDATA[<p>I am grateful to you for this. For last 3 days I had wrecked my brain with nextgen and this simple code solved my problem in seconds!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeeQuu</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3114</link>
		<dc:creator>DeeQuu</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-3114</guid>
		<description>I would have posted this for the official website, but it requires registration - so sorry for this if this doesn't belong here.

My problem was a box that contained Inline Content and I wanted Next and Previous links for it. The thickbox removes the "original content" and puts it into TB_ajaxContent. So I had to make some changes into thickbox.

First: I have divs id="x1", id="x2", and so on. The link in the original thickbox link is &#38;inlineId=x1, and so on. In the divs, I have next and previous links  onclick="changeContent('x3');" and onclick="changeContent('x1');" (this is div id="x2"). The function 

&lt;pre lang="javascript"&gt;
function changeContent(fieldName1){
$("#TB_ajaxContent").empty();
$("#TB_ajaxContent").prepend($("#"+fieldName1).html());
return false;
} 
&lt;/pre&gt;

After this I found out that thickbox empties the "original div" - SO in thickbox.js (not compressed) I changed:

&lt;pre lang="javascript"&gt;
if(url.indexOf('TB_inline') != -1){  
          $("#TB_ajaxContent").append($('#' + params['inlineId']).children());
          $("#TB_window").unload(function () {
            $('#' + params['inlineId']).append( $("#TB_ajaxContent").children() ); // move elements back when you're finished
          });
          tb_position();
          $("#TB_load").remove();
          $("#TB_window").css({display:"block"}); 
        }
&lt;/pre&gt;

to:

&lt;pre lang="javascript"&gt;
if(url.indexOf('TB_inline') != -1){  
 var cloneableDiv = $('#' + params['inlineId']).clone(true);        $("#TB_ajaxContent").append(cloneableDiv.children());
          tb_position();
         // $("#TB_load").remove();
          $("#TB_window").css({display:"block"}); 
        }
&lt;/pre&gt;

Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>I would have posted this for the official website, but it requires registration - so sorry for this if this doesn&#8217;t belong here.</p>
<p>My problem was a box that contained Inline Content and I wanted Next and Previous links for it. The thickbox removes the &#8220;original content&#8221; and puts it into TB_ajaxContent. So I had to make some changes into thickbox.</p>
<p>First: I have divs id=&#8221;x1&#8243;, id=&#8221;x2&#8243;, and so on. The link in the original thickbox link is &amp;inlineId=x1, and so on. In the divs, I have next and previous links  onclick=&#8221;changeContent(&#8217;x3&#8242;);&#8221; and onclick=&#8221;changeContent(&#8217;x1&#8242;);&#8221; (this is div id=&#8221;x2&#8243;). The function</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> changeContent<span style="color: #009900;">&#40;</span>fieldName1<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_ajaxContent&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_ajaxContent&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">prepend</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#&quot;</span><span style="color: #339933;">+</span>fieldName1<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>After this I found out that thickbox empties the &#8220;original div&#8221; - SO in thickbox.js (not compressed) I changed:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>url.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'TB_inline'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>  
          $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_ajaxContent&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#'</span> <span style="color: #339933;">+</span> params<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'inlineId'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
          $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_window&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">unload</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#'</span> <span style="color: #339933;">+</span> params<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'inlineId'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_ajaxContent&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>; <span style="color: #006600; font-style: italic;">// move elements back when you're finished</span>
          <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
          tb_position<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
          $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_load&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">remove</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
          $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_window&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>display<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>; 
        <span style="color: #009900;">&#125;</span></pre></div></div>

<p>to:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>url.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'TB_inline'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>  
 <span style="color: #003366; font-weight: bold;">var</span> cloneableDiv <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#'</span> <span style="color: #339933;">+</span> params<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'inlineId'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">clone</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span>;        $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_ajaxContent&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>cloneableDiv.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
          tb_position<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
         <span style="color: #006600; font-style: italic;">// $(&quot;#TB_load&quot;).remove();</span>
          $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#TB_window&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>display<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>; 
        <span style="color: #009900;">&#125;</span></pre></div></div>

<p>Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Blank</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2681</link>
		<dc:creator>Zach Blank</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2681</guid>
		<description>Hey, Great plugin!

I think there is a minor bug with the loading gif and using pretty permalinks. With pretty permalinks the relative path to the loading gif changes. I am using smoothbox and updated smoothbox.js on line 53 to read:
		
$('TB_load').innerHTML = "";

instead of:
$('TB_load').innerHTML = "";</description>
		<content:encoded><![CDATA[<p>Hey, Great plugin!</p>
<p>I think there is a minor bug with the loading gif and using pretty permalinks. With pretty permalinks the relative path to the loading gif changes. I am using smoothbox and updated smoothbox.js on line 53 to read:</p>
<p>$(&#8217;TB_load&#8217;).innerHTML = &#8220;&#8221;;</p>
<p>instead of:<br />
$(&#8217;TB_load&#8217;).innerHTML = &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thunfischmundgeruch &#187; Blog Archive &#187; Problem(e) gelöst</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2660</link>
		<dc:creator>Thunfischmundgeruch &#187; Blog Archive &#187; Problem(e) gelöst</dc:creator>
		<pubDate>Sun, 05 Oct 2008 10:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2660</guid>
		<description>[...] mal aufgeräumt, unter anderem habe ich das &#8220;NextGEN Gallery&#8221; Plugin entfernt und das &#8220;Thickbox&#8221; Plugin installiert und stellte fest das ein Konflikt zwischen Thickbox und WP Grins besteht. Also habe ich [...]</description>
		<content:encoded><![CDATA[<p>[...] mal aufgeräumt, unter anderem habe ich das &#8220;NextGEN Gallery&#8221; Plugin entfernt und das &#8220;Thickbox&#8221; Plugin installiert und stellte fest das ein Konflikt zwischen Thickbox und WP Grins besteht. Also habe ich [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2610</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Tue, 30 Sep 2008 15:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2610</guid>
		<description>Hi Chicoplay,
I've added an iFrame example for you &lt;a href="#example" rel="nofollow"&gt;here&lt;/a&gt;. Read more about this &lt;a href="http://jquery.com/demo/thickbox/#examples" rel="nofollow"&gt;over here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Chicoplay,<br />
I&#8217;ve added an iFrame example for you <a href="#example">here</a>. Read more about this <a href="http://jquery.com/demo/thickbox/#examples">over here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chicoplay</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2606</link>
		<dc:creator>Chicoplay</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2606</guid>
		<description>Hi Christian,

Do you know if is any way to use Thickbox with video  tutorials like they do it in &lt;a href="http://www.techsmith.com/camtasia.asp" rel="nofollow"&gt;camtasia hompage&lt;/a&gt;?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Christian,</p>
<p>Do you know if is any way to use Thickbox with video  tutorials like they do it in <a href="http://www.techsmith.com/camtasia.asp">camtasia hompage</a>?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Homan</title>
		<link>http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2533</link>
		<dc:creator>Chris Homan</dc:creator>
		<pubDate>Wed, 24 Sep 2008 05:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-thickbox-plugin/#comment-2533</guid>
		<description>Hey There,

I came across this thread, and was hoping someone could help, im going crazy! I've been developing a site with jQuery tabs, innerfade, and swfObject, with much success. My plan was to integrate thickbox for the individual images, but for some reason, i can't even get thickbox to kick in. The browser just goes right to the image in a new window. I know it's something silly, could anyone help me out? I've worked with lightbox quite a bit, but even that wouldn't work when i tried integrating it onto the page. Right now i'm just testing on one page, the first thumbnail (phoenix adult), that should definitely be doing some thickbox magic...have a look at the code...

http://dev.creativehinge.com/portfolio_temp.php</description>
		<content:encoded><![CDATA[<p>Hey There,</p>
<p>I came across this thread, and was hoping someone could help, im going crazy! I&#8217;ve been developing a site with jQuery tabs, innerfade, and swfObject, with much success. My plan was to integrate thickbox for the individual images, but for some reason, i can&#8217;t even get thickbox to kick in. The browser just goes right to the image in a new window. I know it&#8217;s something silly, could anyone help me out? I&#8217;ve worked with lightbox quite a bit, but even that wouldn&#8217;t work when i tried integrating it onto the page. Right now i&#8217;m just testing on one page, the first thumbnail (phoenix adult), that should definitely be doing some thickbox magic&#8230;have a look at the code&#8230;</p>
<p><a href="http://dev.creativehinge.com/portfolio_temp.php">http://dev.creativehinge.com/portfolio_temp.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
