<?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 for GD Wordpress</title>
	<atom:link href="http://wp.gdragon.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.gdragon.info</link>
	<description>Wordpress Plugins And Themes</description>
	<pubDate>Tue, 06 Jan 2009 20:52:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GD Star Rating 1.0.8 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-646</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Tue, 06 Jan 2009 09:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-646</guid>
		<description>Rating table is controled by the template and shortcode settings. Table is rendered using 3 template elements, and you can change each of them on templates panel (Shortcode StarRating). You need to know how to customize HTML to make it work, since all 3 elements point to one table and number of columns need to mach.

Table width can be controled using CSS and the custom styles, and CSS class can be added to the shortocode settings.

I am currently working on the new website dedicated to this plugin, and it will feature tutorials and examples so it will be easier to set things.</description>
		<content:encoded><![CDATA[<p>Rating table is controled by the template and shortcode settings. Table is rendered using 3 template elements, and you can change each of them on templates panel (Shortcode StarRating). You need to know how to customize HTML to make it work, since all 3 elements point to one table and number of columns need to mach.</p>
<p>Table width can be controled using CSS and the custom styles, and CSS class can be added to the shortocode settings.</p>
<p>I am currently working on the new website dedicated to this plugin, and it will feature tutorials and examples so it will be easier to set things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by timkraaijvanger</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-641</link>
		<dc:creator>timkraaijvanger</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-641</guid>
		<description>Thank you for your plugin. It is one of the best and I really like it! Thanks!

I have a few small questions. I made a list of all ratings. You can see this list on: http://www.mushroomkingdom.nl/beoordelingen

- How can I delete the 'Review' column? I don't use that one.
- Can I make the table a little bit wider?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you for your plugin. It is one of the best and I really like it! Thanks!</p>
<p>I have a few small questions. I made a list of all ratings. You can see this list on: <a href="http://www.mushroomkingdom.nl/beoordelingen" rel="nofollow">http://www.mushroomkingdom.nl/beoordelingen</a></p>
<p>- How can I delete the &#8216;Review&#8217; column? I don&#8217;t use that one.<br />
- Can I make the table a little bit wider?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by Robin</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-636</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 04 Jan 2009 19:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-636</guid>
		<description>It works fine now -- thanks!</description>
		<content:encoded><![CDATA[<p>It works fine now &#8212; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-633</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Sun, 04 Jan 2009 08:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-633</guid>
		<description>There is a problem with WP 2.5 I overlooked. The plugin is fixed now, and available via SVN (info on getting it here: http://code.google.com/p/gd-star-rating/source/checkout), and also there is a manual fix, you can change few lines in the code yourself. I added info for manual change already on the WordPress forum. 

Here is what you need to change in gd-star-rating.php file:

1. Add these two lines at line 718:

&lt;blockquote&gt;&lt;code&gt;if ($this-&gt;admin_plugin &#038;&#038; $this-&gt;wp_version &lt; 26)
echo('&#60;link rel="stylesheet" href="'.get_option('home').'/wp-includes/js/thickbox/thickbox.css" type="text/css" media="screen" /&#62;');&lt;/code&gt;&lt;/code&gt;&lt;/blockquote&gt;

2. Find this line:

&lt;blockquote&gt;&lt;code&gt;if ($this-&gt;admin_plugin) add_thickbox();&lt;/code&gt;&lt;/blockquote&gt;

and replace it with:

&lt;blockquote&gt;&lt;code&gt;if ($this-&gt;admin_plugin) {
  if ($this-&gt;wp_version &gt;= 26) add_thickbox();
  else wp_enqueue_script("thickbox");
}&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>There is a problem with WP 2.5 I overlooked. The plugin is fixed now, and available via SVN (info on getting it here: <a href="http://code.google.com/p/gd-star-rating/source/checkout" rel="nofollow">http://code.google.com/p/gd-star-rating/source/checkout</a>), and also there is a manual fix, you can change few lines in the code yourself. I added info for manual change already on the WordPress forum. </p>
<p>Here is what you need to change in gd-star-rating.php file:</p>
<p>1. Add these two lines at line 718:</p>
<blockquote><p><code>if ($this->admin_plugin &#038;&#038; $this->wp_version < 26)<br />
echo('&lt;link rel="stylesheet" href="'.get_option('home').'/wp-includes/js/thickbox/thickbox.css" type="text/css" media="screen" /&gt;');</code></code></p></blockquote>
<p>2. Find this line:</p>
<blockquote><p><code>if ($this->admin_plugin) add_thickbox();</code></p></blockquote>
<p>and replace it with:</p>
<blockquote><p><code>if ($this->admin_plugin) {<br />
  if ($this->wp_version >= 26) add_thickbox();<br />
  else wp_enqueue_script("thickbox");<br />
}</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by Robin</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-631</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 04 Jan 2009 02:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-631</guid>
		<description>I installed and activated GD Star Rating 1.0.8, but when I try clicking on the GD Star Rating link in my dashboard, it gives this error message:
Fatal error: Call to undefined function add_thickbox() in /usr/www/users/domni/INFJ/DolphinDive/wp-content/plugins/gd-star-rating/gd-star-rating.php on line 1099

Can someone help?</description>
		<content:encoded><![CDATA[<p>I installed and activated GD Star Rating 1.0.8, but when I try clicking on the GD Star Rating link in my dashboard, it gives this error message:<br />
Fatal error: Call to undefined function add_thickbox() in /usr/www/users/domni/INFJ/DolphinDive/wp-content/plugins/gd-star-rating/gd-star-rating.php on line 1099</p>
<p>Can someone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-593</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Tue, 30 Dec 2008 15:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-593</guid>
		<description>Admin panel problem is fixed and available on SVN.</description>
		<content:encoded><![CDATA[<p>Admin panel problem is fixed and available on SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-592</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Tue, 30 Dec 2008 13:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-592</guid>
		<description>I use IE7 and as far as I can tell everything works fine. Try to vote on this blog with IE7. If you have some IE7 problems they could be caused by some other plugin, because in some cases different JS is used for IE and all other browsers. Give me the example url and I could take a look.

As for the tabs in admin section, I know that the problem exists, and it will be fixed with next release.</description>
		<content:encoded><![CDATA[<p>I use IE7 and as far as I can tell everything works fine. Try to vote on this blog with IE7. If you have some IE7 problems they could be caused by some other plugin, because in some cases different JS is used for IE and all other browsers. Give me the example url and I could take a look.</p>
<p>As for the tabs in admin section, I know that the problem exists, and it will be fixed with next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.8 by mikeschinkel</title>
		<link>http://wp.gdragon.info/2008/12/30/gd-star-rating-108/comment-page-1/#comment-590</link>
		<dc:creator>mikeschinkel</dc:creator>
		<pubDate>Tue, 30 Dec 2008 12:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=559#comment-590</guid>
		<description>I've just downloaded and tested v1.0.8. Are you aware that the ratings javascript doesn't work in IE7 and the tabs do not render for the settings page in the admin in IE7?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just downloaded and tested v1.0.8. Are you aware that the ratings javascript doesn&#8217;t work in IE7 and the tabs do not render for the settings page in the admin in IE7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.7 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/24/gd-star-rating-107/comment-page-1/#comment-570</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Fri, 26 Dec 2008 23:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=547#comment-570</guid>
		<description>Download page...</description>
		<content:encoded><![CDATA[<p>Download page&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.7 by zoooyo</title>
		<link>http://wp.gdragon.info/2008/12/24/gd-star-rating-107/comment-page-1/#comment-569</link>
		<dc:creator>zoooyo</dc:creator>
		<pubDate>Fri, 26 Dec 2008 23:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=547#comment-569</guid>
		<description>Hi Millan, thanks for your time and this great plugin. Sonds great. Where can i Download this user guide. I tried your search mit the Keyword "User guide" but find noting.</description>
		<content:encoded><![CDATA[<p>Hi Millan, thanks for your time and this great plugin. Sonds great. Where can i Download this user guide. I tried your search mit the Keyword &#8220;User guide&#8221; but find noting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.7 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/24/gd-star-rating-107/comment-page-1/#comment-568</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=547#comment-568</guid>
		<description>Read the user guide.

I repeated this countless times. I will not going to respond the the questions I have already covered in the user guide. I am sorry, but I don't have much free time. That's why user guide is created.</description>
		<content:encoded><![CDATA[<p>Read the user guide.</p>
<p>I repeated this countless times. I will not going to respond the the questions I have already covered in the user guide. I am sorry, but I don&#8217;t have much free time. That&#8217;s why user guide is created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.7 by zoooyo</title>
		<link>http://wp.gdragon.info/2008/12/24/gd-star-rating-107/comment-page-1/#comment-567</link>
		<dc:creator>zoooyo</dc:creator>
		<pubDate>Fri, 26 Dec 2008 19:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=547#comment-567</guid>
		<description>Hi, I'm from germany, so sorry for the bad english. Short question. Could you please publish the code to put the ratings manualy in the comments. I'm not satisfied with the postion of the ratings and want to put them  an another place. (not in the Commentstext)</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m from germany, so sorry for the bad english. Short question. Could you please publish the code to put the ratings manualy in the comments. I&#8217;m not satisfied with the postion of the ratings and want to put them  an another place. (not in the Commentstext)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-556</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Wed, 24 Dec 2008 14:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-556</guid>
		<description>In my opinion Firefox is becoming new IE. It's slower with every new version, and it has too many strange issues no one is fixing. I use it now only for test and debug and I have bare Firefox with only Firebug installed and no problems. My brother has Firefox with over 20 extensions and on some websites he has the same problem with rating.

As for the mobile phones, right now I don't have time and more importantly some sort of smart phone I can use to test it. I will try to work something out for some of the future versions, but I am not sure when.</description>
		<content:encoded><![CDATA[<p>In my opinion Firefox is becoming new IE. It&#8217;s slower with every new version, and it has too many strange issues no one is fixing. I use it now only for test and debug and I have bare Firefox with only Firebug installed and no problems. My brother has Firefox with over 20 extensions and on some websites he has the same problem with rating.</p>
<p>As for the mobile phones, right now I don&#8217;t have time and more importantly some sort of smart phone I can use to test it. I will try to work something out for some of the future versions, but I am not sure when.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by djsteve</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-553</link>
		<dc:creator>djsteve</dc:creator>
		<pubDate>Wed, 24 Dec 2008 12:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-553</guid>
		<description>I too have problems with it not working... in firefox.. I wonder what exntension is messing with it?
anyway, a bigger issue is this question:
can there be a way to make this work on a mobile phone? I have the mobile wordpress plugin installed.. but viewing the page in mobile format, or regular format, my HTC Titlt phone running windows mobile 6 - simply shows text of the vote count, and no way to vote..
perhaps a form box could be used if css capability is not detected or something?</description>
		<content:encoded><![CDATA[<p>I too have problems with it not working&#8230; in firefox.. I wonder what exntension is messing with it?<br />
anyway, a bigger issue is this question:<br />
can there be a way to make this work on a mobile phone? I have the mobile wordpress plugin installed.. but viewing the page in mobile format, or regular format, my HTC Titlt phone running windows mobile 6 - simply shows text of the vote count, and no way to vote..<br />
perhaps a form box could be used if css capability is not detected or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 0.8.0 by Millan</title>
		<link>http://wp.gdragon.info/2008/08/15/gd-star-rating-080/comment-page-1/#comment-552</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=170#comment-552</guid>
		<description>Here, on download page.</description>
		<content:encoded><![CDATA[<p>Here, on download page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 0.8.0 by larryhorne</title>
		<link>http://wp.gdragon.info/2008/08/15/gd-star-rating-080/comment-page-1/#comment-551</link>
		<dc:creator>larryhorne</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=170#comment-551</guid>
		<description>Downloaded plugin. Can't find the manual. Where is it located? Thanks</description>
		<content:encoded><![CDATA[<p>Downloaded plugin. Can&#8217;t find the manual. Where is it located? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by Genevieve</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-542</link>
		<dc:creator>Genevieve</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-542</guid>
		<description>Thanks you Milan.

I look forward to future releases of your plugin.

Genevieve</description>
		<content:encoded><![CDATA[<p>Thanks you Milan.</p>
<p>I look forward to future releases of your plugin.</p>
<p>Genevieve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by ashes999</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-541</link>
		<dc:creator>ashes999</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-541</guid>
		<description>Thanks. Works like a charm :)</description>
		<content:encoded><![CDATA[<p>Thanks. Works like a charm <img src='http://wp.gdragon.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-538</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-538</guid>
		<description>Problem is not with the plugin, but your blog. No CSS or javascript needed by the plugin is loaded, and that happens if the wp_head() function is not executed by the theme. wp_head() MUST be present in header.php of a theme, without it nothing will work.</description>
		<content:encoded><![CDATA[<p>Problem is not with the plugin, but your blog. No CSS or javascript needed by the plugin is loaded, and that happens if the wp_head() function is not executed by the theme. wp_head() MUST be present in header.php of a theme, without it nothing will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GD Star Rating 1.0.6 by Millan</title>
		<link>http://wp.gdragon.info/2008/12/15/gd-star-rating-106/comment-page-1/#comment-537</link>
		<dc:creator>Millan</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://wp.gdragon.info/?p=527#comment-537</guid>
		<description>Yes, this will be possible. I have already added panel for this, but it's not yet fully functional. It will be soon.</description>
		<content:encoded><![CDATA[<p>Yes, this will be possible. I have already added panel for this, but it&#8217;s not yet fully functional. It will be soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
