<?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: small bugfixes in WP-Table Reloaded 1.4.2</title>
	<atom:link href="http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/</link>
	<description>Website of Tobias Bäthge.</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:47:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: PixelPete</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1751</link>
		<dc:creator>PixelPete</dc:creator>
		<pubDate>Tue, 05 Jan 2010 11:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1751</guid>
		<description>Hey Tobias,

Just want to thank you for your valuable time and effort.
Your solution worked like a charm.

You responded to my questions above and resolved all the issues I encountered.

Well Done!

And to anyone reading this who is considering using WP-Table Reloaded...

- EXCELLENT PLUGIN.
- EXCELLENT SUPPORT.
- EASY-TO-USE / INSTALL.

Probably one of the VERY best plugins I have ever used for WordPress / MU.

Thanks again.

Kudos,
- p</description>
		<content:encoded><![CDATA[<p>Hey Tobias,</p>
<p>Just want to thank you for your valuable time and effort.<br />
Your solution worked like a charm.</p>
<p>You responded to my questions above and resolved all the issues I encountered.</p>
<p>Well Done!</p>
<p>And to anyone reading this who is considering using WP-Table Reloaded&#8230;</p>
<p>- EXCELLENT PLUGIN.<br />
- EXCELLENT SUPPORT.<br />
- EASY-TO-USE / INSTALL.</p>
<p>Probably one of the VERY best plugins I have ever used for WordPress / MU.</p>
<p>Thanks again.</p>
<p>Kudos,<br />
- p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PixelPete</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1732</link>
		<dc:creator>PixelPete</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1732</guid>
		<description>Oh, sorry about that. I made a typo when I entered my email.

Thanks for the helpful suggestions, btw.</description>
		<content:encoded><![CDATA[<p>Oh, sorry about that. I made a typo when I entered my email.</p>
<p>Thanks for the helpful suggestions, btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1727</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1727</guid>
		<description>Hi Pete,

the &lt;code&gt;wp_enqueue_script&lt;/code&gt; call is in the Shadowbox-JS plugin files. I found it in the file &quot;frontend.php&quot; in the &quot;inc&quot; subfolder. Unfortunately there are several calls, so I&#039;m not yet sure which one needs to be changed. For that, I need to actually see it used on a table, so it would be good, if you could email me the URL to the page with your table that is not working.

BTW: I tried to answer you be email, but the addess does not exist?!

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>the <code>wp_enqueue_script</code> call is in the Shadowbox-JS plugin files. I found it in the file &#8220;frontend.php&#8221; in the &#8220;inc&#8221; subfolder. Unfortunately there are several calls, so I&#8217;m not yet sure which one needs to be changed. For that, I need to actually see it used on a table, so it would be good, if you could email me the URL to the page with your table that is not working.</p>
<p>BTW: I tried to answer you be email, but the addess does not exist?!</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PixelPete</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1719</link>
		<dc:creator>PixelPete</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1719</guid>
		<description>Tobias,

Thanks for your advice and taking time to respond.

I&#039;m a real novice when it comes to PHP/JavaScript coding, so forgive my next WP question if it seems silly, but... 

Where can this &lt;code&gt;wp_enqueue_script&lt;/code&gt; call be found? 
Is that in the header.php file? Or somewhere else?

I&#039;ve really tried to figure this out on my own, but I am a bit lost/confused.

Btw, If it helps any... I am using the latest version of the Shadowbox-JS plugin:

http://wordpress.org/extend/plugins/shadowbox-js/

Just need a bit of code/instruction, whenever you have a free moment, if possible.

Best,
- P</description>
		<content:encoded><![CDATA[<p>Tobias,</p>
<p>Thanks for your advice and taking time to respond.</p>
<p>I&#8217;m a real novice when it comes to PHP/JavaScript coding, so forgive my next WP question if it seems silly, but&#8230; </p>
<p>Where can this <code>wp_enqueue_script</code> call be found?<br />
Is that in the header.php file? Or somewhere else?</p>
<p>I&#8217;ve really tried to figure this out on my own, but I am a bit lost/confused.</p>
<p>Btw, If it helps any&#8230; I am using the latest version of the Shadowbox-JS plugin:</p>
<p><a href="http://wordpress.org/extend/plugins/shadowbox-js/" rel="external">http://wordpress.org/extend/plugins/shadowbox-js/</a></p>
<p>Just need a bit of code/instruction, whenever you have a free moment, if possible.</p>
<p>Best,<br />
- P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1709</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Sat, 02 Jan 2010 13:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1709</guid>
		<description>Hi Pete,

thanks for your nice comment!

Yes, the plugins does support multiple tables. You just need to put all the relevant Shortcodes into the post.

Regarding Shadoxbox:
The problem here is, that the Shadowbox JS is loaded after the DataTables JS. Depending on the plugin you use for the Shadowbox, there will be a slight modification of the code necessary. In particular you will need to raise the priority of the Shadowbox inclusion in the &lt;code&gt;wp_enqueue_script&lt;/code&gt; call.

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>thanks for your nice comment!</p>
<p>Yes, the plugins does support multiple tables. You just need to put all the relevant Shortcodes into the post.</p>
<p>Regarding Shadoxbox:<br />
The problem here is, that the Shadowbox JS is loaded after the DataTables JS. Depending on the plugin you use for the Shadowbox, there will be a slight modification of the code necessary. In particular you will need to raise the priority of the Shadowbox inclusion in the <code>wp_enqueue_script</code> call.</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PixelPete</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1707</link>
		<dc:creator>PixelPete</dc:creator>
		<pubDate>Sat, 02 Jan 2010 05:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1707</guid>
		<description>Hello,

I have some praise, a suggestion and a question... in that order :)

1. First, I just want to congratulate you..
Your plugin is AWESOME! Great work.

2. Second, does your plugin support multiple tables?
(i.e. is there a way to navigate between multiple tables on a single page/post?)

3. Lastly, I have a question...
- In WordPress 2.8.6, I am using your plugin to create a list of videos.
- Each row of data includes a small icon, which launches a YouTube video.
- I am also using Shadowbox-JS to play the videos in a modal window.

- But if the extra DataTables Javascript Feature is &#039;enabled&#039;, and a user &#039;sorts&#039; the data or uses the pagination buttons, my YouTube movies launch inside the &#039;parent window&#039;, instead of inside the Shadowbox &#039;modal window&#039;. (i.e. Shadowbox works properly on page 1, but if the users opts to display more than 10 videos, or clicks the pagination, then Shadowbox doesn&#039;t work as expected)

I&#039;m not much of a JavaScript coder... but my guess is that shadowbox.js needs to be called/included by DataTables somehow - in order to work on sub-pages if there is a really long list of data.

But I&#039;m not quite sure HOW, or WHERE to add any additional &#039;shadowbox&#039; JavaScript so that it does not interfere with any DataTables scripts. 

Any help or suggestions are much appreciated.
Once again. Great work!

Cheers!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have some praise, a suggestion and a question&#8230; in that order :)</p>
<p>1. First, I just want to congratulate you..<br />
Your plugin is AWESOME! Great work.</p>
<p>2. Second, does your plugin support multiple tables?<br />
(i.e. is there a way to navigate between multiple tables on a single page/post?)</p>
<p>3. Lastly, I have a question&#8230;<br />
- In WordPress 2.8.6, I am using your plugin to create a list of videos.<br />
- Each row of data includes a small icon, which launches a YouTube video.<br />
- I am also using Shadowbox-JS to play the videos in a modal window.</p>
<p>- But if the extra DataTables Javascript Feature is &#8216;enabled&#8217;, and a user &#8216;sorts&#8217; the data or uses the pagination buttons, my YouTube movies launch inside the &#8216;parent window&#8217;, instead of inside the Shadowbox &#8216;modal window&#8217;. (i.e. Shadowbox works properly on page 1, but if the users opts to display more than 10 videos, or clicks the pagination, then Shadowbox doesn&#8217;t work as expected)</p>
<p>I&#8217;m not much of a JavaScript coder&#8230; but my guess is that shadowbox.js needs to be called/included by DataTables somehow &#8211; in order to work on sub-pages if there is a really long list of data.</p>
<p>But I&#8217;m not quite sure HOW, or WHERE to add any additional &#8216;shadowbox&#8217; JavaScript so that it does not interfere with any DataTables scripts. </p>
<p>Any help or suggestions are much appreciated.<br />
Once again. Great work!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1340</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1340</guid>
		<description>Hi Peter,

this can be done with CSS. Paste the following code into the &quot;Custom CSS&quot; textarea on the &quot;Plugin Options&quot; screen, with your changes of course:
&lt;code&gt;
.wp-table-reloaded td {
color: #ff0000;
background-color: #FFFFFF;
}
&lt;/code&gt;

If you want to style only certain elements, please see the &lt;a href=&quot;http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/&quot; rel=&quot;nofollow&quot;&gt;documentation&lt;/a&gt; for more information.

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>this can be done with CSS. Paste the following code into the &#8220;Custom CSS&#8221; textarea on the &#8220;Plugin Options&#8221; screen, with your changes of course:<br />
<code><br />
.wp-table-reloaded td {<br />
color: #ff0000;<br />
background-color: #FFFFFF;<br />
}<br />
</code></p>
<p>If you want to style only certain elements, please see the <a href="http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/" rel="external">documentation</a> for more information.</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Luit</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1339</link>
		<dc:creator>Peter Luit</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1339</guid>
		<description>Hi, thanks for this very useful plugin. Can you give me some solution direction on how to change the text and background colors of all cells at once?

Thanks,

Peter Luit</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this very useful plugin. Can you give me some solution direction on how to change the text and background colors of all cells at once?</p>
<p>Thanks,</p>
<p>Peter Luit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1146</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1146</guid>
		<description>Hallo Felix,

danke für deine Frage.

Dieses Problem liegt an der Verwendung des Kommas als Trennzeichen. Das verwendete Sortier-JavaScript (Tablesorter) nimmt dafür standardmäßig den Punkt (.).
Du könntest daher mal versuchen, in den erweiterten Optionen auf die Verwendung von &quot;Tablesorter Extended&quot; umzuschalten. Dieses sollte auch das Komma unterstützen.
Ab der Version 1.5 (irgendwann im November) wird auch das Skript &quot;DataTables&quot; von http://www.datatables.net dazukommen, welches besser mit dem Komma klar kommt.

Bei allen diesen Javascripts gilt jedoch: Ich füge sie nur als Beigabe meinem Plugin hinzu, daher kann ich dafür nur begrenzt Support geben.

Schöne Grüße
Tobias</description>
		<content:encoded><![CDATA[<p>Hallo Felix,</p>
<p>danke für deine Frage.</p>
<p>Dieses Problem liegt an der Verwendung des Kommas als Trennzeichen. Das verwendete Sortier-JavaScript (Tablesorter) nimmt dafür standardmäßig den Punkt (.).<br />
Du könntest daher mal versuchen, in den erweiterten Optionen auf die Verwendung von &#8220;Tablesorter Extended&#8221; umzuschalten. Dieses sollte auch das Komma unterstützen.<br />
Ab der Version 1.5 (irgendwann im November) wird auch das Skript &#8220;DataTables&#8221; von <a href="http://www.datatables.net" rel="external">http://www.datatables.net</a> dazukommen, welches besser mit dem Komma klar kommt.</p>
<p>Bei allen diesen Javascripts gilt jedoch: Ich füge sie nur als Beigabe meinem Plugin hinzu, daher kann ich dafür nur begrenzt Support geben.</p>
<p>Schöne Grüße<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://tobias.baethge.com/2009/09/small-bugfixes-in-wp-table-reloaded-1-4-2/comment-page-1/#comment-1145</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=521#comment-1145</guid>
		<description>Hi Tobias,
tolles Plugin, sehr schön umgesetzt!
Ich nutze es gerade testweise und es funktioniert soweit einwandfrei. 

Eine Sache ist mir aufgefallen. Die Sortierung funktioniert bei Kommawerten nicht so optimal. Ich habe z.B. den Wert 17,4 und 3,4. Wenn man jetzt sortiert, ist der Wert 3,4 für das System größer als 17,4. Ich müsste 03,4 schreiben, damit die Sortierung korrekt erfolgt. Gibt es hier einen Workaround?
Danke und weiter so!
Felix</description>
		<content:encoded><![CDATA[<p>Hi Tobias,<br />
tolles Plugin, sehr schön umgesetzt!<br />
Ich nutze es gerade testweise und es funktioniert soweit einwandfrei. </p>
<p>Eine Sache ist mir aufgefallen. Die Sortierung funktioniert bei Kommawerten nicht so optimal. Ich habe z.B. den Wert 17,4 und 3,4. Wenn man jetzt sortiert, ist der Wert 3,4 für das System größer als 17,4. Ich müsste 03,4 schreiben, damit die Sortierung korrekt erfolgt. Gibt es hier einen Workaround?<br />
Danke und weiter so!<br />
Felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
