<?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: How To: Set and use multi ratings</title>
	<atom:link href="http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/</link>
	<description>A WordPress Rating System</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:42:00 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mr realsurf</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-603</link>
		<dc:creator>mr realsurf</dc:creator>
		<pubDate>Mon, 09 Mar 2009 05:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-603</guid>
		<description>Hi again,
I am using 5.0.67 MySQL Community Edition.</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
I am using 5.0.67 MySQL Community Edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-601</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 08 Mar 2009 20:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-601</guid>
		<description>Yes, something is wrong with the multi ratings tables. Missing id for this query suggests that tables are not created properly. This suggest problem with gdsr_multis_data table: either is missing or invalid. What mySQL you are using?</description>
		<content:encoded><![CDATA[<p>Yes, something is wrong with the multi ratings tables. Missing id for this query suggests that tables are not created properly. This suggest problem with gdsr_multis_data table: either is missing or invalid. What mySQL you are using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr realsurf</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-600</link>
		<dc:creator>mr realsurf</dc:creator>
		<pubDate>Sun, 08 Mar 2009 20:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-600</guid>
		<description>My server admin sent this along: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039; &#039;rvw&#039;, 1)&#039; at line 1 for query INSERT IN
TO wp_aw5uzk_gdsr_multis_values (id, source, item_id) VALUES (, &#039;rvw&#039;, 1) made by include, do_meta_boxes, call_user_func, GDStarRa
ting-&gt;editbox_post_mur, GDStarRating-&gt;blog_multi_review_editor, GDSRDBMulti-&gt;add_empty_review_values, 

Does this suggest anything to you? I will ask about the mysql timeout setting.</description>
		<content:encoded><![CDATA[<p>My server admin sent this along: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216; &#8216;rvw&#8217;, 1)&#8217; at line 1 for query INSERT IN<br />
TO wp_aw5uzk_gdsr_multis_values (id, source, item_id) VALUES (, &#8216;rvw&#8217;, 1) made by include, do_meta_boxes, call_user_func, GDStarRa<br />
ting-&gt;editbox_post_mur, GDStarRating-&gt;blog_multi_review_editor, GDSRDBMulti-&gt;add_empty_review_values, </p>
<p>Does this suggest anything to you? I will ask about the mysql timeout setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-595</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 08 Mar 2009 12:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-595</guid>
		<description>All ratings use the same file to send the votes, and the voting procedure is the same in every way. I have never seen behavior like this, but something is definitly slowing donw the response. Maybe your mysql server is set with short time out and the delays caused by the website or some plugin in wordpress are the real problem. I don&#039;t know much about setting the servers, so I can&#039;t offer you some proctical solution for this.</description>
		<content:encoded><![CDATA[<p>All ratings use the same file to send the votes, and the voting procedure is the same in every way. I have never seen behavior like this, but something is definitly slowing donw the response. Maybe your mysql server is set with short time out and the delays caused by the website or some plugin in wordpress are the real problem. I don&#8217;t know much about setting the servers, so I can&#8217;t offer you some proctical solution for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr realsurf</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-594</link>
		<dc:creator>mr realsurf</dc:creator>
		<pubDate>Sun, 08 Mar 2009 12:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-594</guid>
		<description>Hi again,
I&#039;m sorry but I don&#039;t know too much about error detecting with Firebug. But apparently the server was having problems when you tried to visit the page. Page loading times are around the 10-12s mark here in Australia where the server is located.

I tried deactivating a custom plugin that I thought might be causing a problem, but it made no difference.

I created a new sample post and inserted two different multisets. But I still get the same behaviour. The odd thing is that the GDstar post rating on the same post does work as expected.

Thank you again in advance for any advice you may be able to offer me as to how I might track down the problem.</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
I&#8217;m sorry but I don&#8217;t know too much about error detecting with Firebug. But apparently the server was having problems when you tried to visit the page. Page loading times are around the 10-12s mark here in Australia where the server is located.</p>
<p>I tried deactivating a custom plugin that I thought might be causing a problem, but it made no difference.</p>
<p>I created a new sample post and inserted two different multisets. But I still get the same behaviour. The odd thing is that the GDstar post rating on the same post does work as expected.</p>
<p>Thank you again in advance for any advice you may be able to offer me as to how I might track down the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-593</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 08 Mar 2009 11:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-593</guid>
		<description>You can see the error with Firfox and Firebug as a ajax voting response.</description>
		<content:encoded><![CDATA[<p>You can see the error with Firfox and Firebug as a ajax voting response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-592</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 08 Mar 2009 11:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-592</guid>
		<description>No need. You can use either comments here or forum.</description>
		<content:encoded><![CDATA[<p>No need. You can use either comments here or forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr realsurf</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-591</link>
		<dc:creator>mr realsurf</dc:creator>
		<pubDate>Sun, 08 Mar 2009 11:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-591</guid>
		<description>Thank you for the very prompt reply. Should I move this topic to the forum? (I will look into the error 500 issue as I didn&#039;t see it, nor do I have to refresh pages.)
Many thanks,
Don</description>
		<content:encoded><![CDATA[<p>Thank you for the very prompt reply. Should I move this topic to the forum? (I will look into the error 500 issue as I didn&#8217;t see it, nor do I have to refresh pages.)<br />
Many thanks,<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-589</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 08 Mar 2009 10:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-589</guid>
		<description>Forum should be ok, try registering now. As for your problem, response recevied when I tried to vote is error 500: internal server error, error establishing database connection. Also, I needed to refresh page 5-6 times before the page even loaded fully. Something is definitly wrong with the setup of the website, becuase takes forever to load. Database error is generated by WordPress, becasue for saving votes WordPress engine is used. Beyond that I can&#039;t help you.</description>
		<content:encoded><![CDATA[<p>Forum should be ok, try registering now. As for your problem, response recevied when I tried to vote is error 500: internal server error, error establishing database connection. Also, I needed to refresh page 5-6 times before the page even loaded fully. Something is definitly wrong with the setup of the website, becuase takes forever to load. Database error is generated by WordPress, becasue for saving votes WordPress engine is used. Beyond that I can&#8217;t help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr realsurf</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-586</link>
		<dc:creator>mr realsurf</dc:creator>
		<pubDate>Sun, 08 Mar 2009 07:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-586</guid>
		<description>Hi, I tried to leave this question on your forums, but got an error when I tried to register.
I&#039;ve installed the latest version of the plugin on WP 2.7.1 and have then created a multiset and used the shortcode to insert into a post here:
http://www.realsurf.com/2009/03/08/testing-stuff-on-sunday-arvo/
The selection process seems to go well until I click the submit button. At that point the daisy progress indicator appears and nothing else happens. It just sits there.
I&#039;ve looked through the pdf, checked the topics on the forum that address the version of the plugin I&#039;m using and have confirmed with Firebug that there are no javascript errors related to the plug in.
So, I&#039;ve run out of ideas... and I am very keen to try this plugin out as it looks pretty close to what I want.
Thank you in advance and may I join the many others who have expressed admiration for your impressive plug in and very extensive support materials.
Don</description>
		<content:encoded><![CDATA[<p>Hi, I tried to leave this question on your forums, but got an error when I tried to register.<br />
I&#8217;ve installed the latest version of the plugin on WP 2.7.1 and have then created a multiset and used the shortcode to insert into a post here:<br />
<a href="http://www.realsurf.com/2009/03/08/testing-stuff-on-sunday-arvo/" rel="nofollow">http://www.realsurf.com/2009/03/08/testing-stuff-on-sunday-arvo/</a><br />
The selection process seems to go well until I click the submit button. At that point the daisy progress indicator appears and nothing else happens. It just sits there.<br />
I&#8217;ve looked through the pdf, checked the topics on the forum that address the version of the plugin I&#8217;m using and have confirmed with Firebug that there are no javascript errors related to the plug in.<br />
So, I&#8217;ve run out of ideas&#8230; and I am very keen to try this plugin out as it looks pretty close to what I want.<br />
Thank you in advance and may I join the many others who have expressed admiration for your impressive plug in and very extensive support materials.<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moz</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-515</link>
		<dc:creator>moz</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-515</guid>
		<description>Thank you very much, for the quick reply, i&#039;m going to go through the user guide now and hack up my theme :)</description>
		<content:encoded><![CDATA[<p>Thank you very much, for the quick reply, i&#8217;m going to go through the user guide now and hack up my theme <img src='http://www.gdstarrating.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-514</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-514</guid>
		<description>This can be done already using comments review rating. It requires changes to the theme to modify the comments form (no other way to do this), and more details you can find in user guide. Also, I am working on similar feature with multi ratings, and after that I will add a tutorial (most likely end of the next week).</description>
		<content:encoded><![CDATA[<p>This can be done already using comments review rating. It requires changes to the theme to modify the comments form (no other way to do this), and more details you can find in user guide. Also, I am working on similar feature with multi ratings, and after that I will add a tutorial (most likely end of the next week).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moz</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-513</link>
		<dc:creator>moz</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-513</guid>
		<description>Hi Millan,

I have a website where I review products, I would like to set my star rating for a product and allow users to leave a comment with their individual rating for the product I have reviewed (rather than users rating other peoples comments)

Is this possible?

Thanks for your time and support

Cheers

M</description>
		<content:encoded><![CDATA[<p>Hi Millan,</p>
<p>I have a website where I review products, I would like to set my star rating for a product and allow users to leave a comment with their individual rating for the product I have reviewed (rather than users rating other peoples comments)</p>
<p>Is this possible?</p>
<p>Thanks for your time and support</p>
<p>Cheers</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-475</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-475</guid>
		<description>GD Star Rating adds rating to the comment text, and nothing should affest that. Also, I am planning to add thumbs up/donw or rate up/down feature, most likely in 1.3.0 release.</description>
		<content:encoded><![CDATA[<p>GD Star Rating adds rating to the comment text, and nothing should affest that. Also, I am planning to add thumbs up/donw or rate up/down feature, most likely in 1.3.0 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-474</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 26 Feb 2009 21:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-474</guid>
		<description>Well I just trying to make the wordpress comments more feature rich for users.

 Besides your plug-in I will be using fun-with-in-text-comments found here ( http://www.wp-fun.co.uk/fun-with-in-context-comments/ ) as well as some more popular ones such as ravatar and subscribe to comments.
I also see that the wordpress guys are dev a neat comment service at http://intensedebate.com/ though not sure if im using it.

I was just wondering if using other comment plug-ins and hack would effect GD star rating.

Cheers.</description>
		<content:encoded><![CDATA[<p>Well I just trying to make the wordpress comments more feature rich for users.</p>
<p> Besides your plug-in I will be using fun-with-in-text-comments found here ( <a href="http://www.wp-fun.co.uk/fun-with-in-context-comments/" rel="nofollow">http://www.wp-fun.co.uk/fun-with-in-context-comments/</a> ) as well as some more popular ones such as ravatar and subscribe to comments.<br />
I also see that the wordpress guys are dev a neat comment service at <a href="http://intensedebate.com/" rel="nofollow">http://intensedebate.com/</a> though not sure if im using it.</p>
<p>I was just wondering if using other comment plug-ins and hack would effect GD star rating.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-453</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-453</guid>
		<description>It doesn&#039;t raplace anything. And as far as I know all the other comment plugins work fine with rating plugin. I am not sure exactly what you need to do, if you can explain better.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t raplace anything. And as far as I know all the other comment plugins work fine with rating plugin. I am not sure exactly what you need to do, if you can explain better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-451</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-451</guid>
		<description>Sweet.


Just one more question as I try to address the future. Does GD replace a lot of the default wordpress comment code and make other comments plug-in or hacks hard to use?

I ask this because I was planning on using other mods to my comments such as the the user vote plug-in and also custom fields ( plug-in or hack). 
So I wonder if I should just wait for 1.1.7 and work around it.

cheers.</description>
		<content:encoded><![CDATA[<p>Sweet.</p>
<p>Just one more question as I try to address the future. Does GD replace a lot of the default wordpress comment code and make other comments plug-in or hacks hard to use?</p>
<p>I ask this because I was planning on using other mods to my comments such as the the user vote plug-in and also custom fields ( plug-in or hack).<br />
So I wonder if I should just wait for 1.1.7 and work around it.</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-443</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-443</guid>
		<description>This should be done in 1.1.7.</description>
		<content:encoded><![CDATA[<p>This should be done in 1.1.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-442</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-442</guid>
		<description>Hi , great work!

I&#039;m also waiting for a being able to inserting multi ratings block into the comments.

When that is done will the multi rating in the comments be able to update the overall multi page rating?

If so, donation incoming to you :) cheers.</description>
		<content:encoded><![CDATA[<p>Hi , great work!</p>
<p>I&#8217;m also waiting for a being able to inserting multi ratings block into the comments.</p>
<p>When that is done will the multi rating in the comments be able to update the overall multi page rating?</p>
<p>If so, donation incoming to you <img src='http://www.gdstarrating.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laNegra</title>
		<link>http://www.gdstarrating.com/2009/02/08/how-to-multi-ratings/comment-page-1/#comment-421</link>
		<dc:creator>laNegra</dc:creator>
		<pubDate>Mon, 23 Feb 2009 03:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=305#comment-421</guid>
		<description>Yep...reinstalling did the trick. You ROCk!</description>
		<content:encoded><![CDATA[<p>Yep&#8230;reinstalling did the trick. You ROCk!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
