<?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: Getting Starred Review plugin to work</title>
	<atom:link href="http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/</link>
	<description>verbo volant, scripta manent</description>
	<lastBuildDate>Sat, 06 Feb 2010 03:03:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alper</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-180</link>
		<dc:creator>alper</dc:creator>
		<pubDate>Sun, 17 Sep 2006 12:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-180</guid>
		<description>Thanks nate.

I started to use WP-Ratings plugin (google it). On the main page I continue to use Starred Review, but the main list is WP-Ratings plugin.</description>
		<content:encoded><![CDATA[<p>Thanks nate.</p>
<p>I started to use WP-Ratings plugin (google it). On the main page I continue to use Starred Review, but the main list is WP-Ratings plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mea culpa at {emoglasses}</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-179</link>
		<dc:creator>Mea culpa at {emoglasses}</dc:creator>
		<pubDate>Sun, 17 Sep 2006 11:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-179</guid>
		<description>[...] The plug-in (Starred Review) is user-created, and not without its flaws &#8212; it wasn&#8217;t until I found a hacked version somewhere else that it began to display the star images properly. That pretty much sums up the pros &amp; cons of an active modding community, though. Even if someone else creates something buggy, someone else is free to pick it apart and make it work like a charm &#8212; like this quick fix for the last.fm plug-in I use. [...]</description>
		<content:encoded><![CDATA[<p>[...] The plug-in (Starred Review) is user-created, and not without its flaws &#8212; it wasn&#8217;t until I found a hacked version somewhere else that it began to display the star images properly. That pretty much sums up the pros &#38; cons of an active modding community, though. Even if someone else creates something buggy, someone else is free to pick it apart and make it work like a charm &#8212; like this quick fix for the last.fm plug-in I use. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-177</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 15 Sep 2006 10:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-177</guid>
		<description>Best I can tell, the offending CSS attribute that renders the stars invisible is the {float:right} value assigned to &quot;sr-review-rating&quot;.

I worked around it by editing the classes.php file, and rearranging the order that the review values appear (from rating/category/title to category/title/rating). Just search for &quot;sr-review-rating&quot; (it only appears twice in classes.php, you want the second), and move that line and the two beneath it to the end of that indented list, but within the overarching div tag.

After that, to reproduce the effect of the float tag, I chnaged the CSS line from &quot;.reviews .sr-review .sr-review-rating {float:right;}&quot; to &quot;.reviews .sr-review .sr-review-rating {text-align: right}&quot;. It seems to have worked for me, hopefully my instructions aren&#039;t too fuzzy and it&#039;ll work for you too.</description>
		<content:encoded><![CDATA[<p>Best I can tell, the offending CSS attribute that renders the stars invisible is the {float:right} value assigned to &#8220;sr-review-rating&#8221;.</p>
<p>I worked around it by editing the classes.php file, and rearranging the order that the review values appear (from rating/category/title to category/title/rating). Just search for &#8220;sr-review-rating&#8221; (it only appears twice in classes.php, you want the second), and move that line and the two beneath it to the end of that indented list, but within the overarching div tag.</p>
<p>After that, to reproduce the effect of the float tag, I chnaged the CSS line from &#8220;.reviews .sr-review .sr-review-rating {float:right;}&#8221; to &#8220;.reviews .sr-review .sr-review-rating {text-align: right}&#8221;. It seems to have worked for me, hopefully my instructions aren&#8217;t too fuzzy and it&#8217;ll work for you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rouven</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-135</link>
		<dc:creator>Rouven</dc:creator>
		<pubDate>Sat, 22 Jul 2006 04:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-135</guid>
		<description>i have exactly the same problem like hubs (using k2 theme as well)... 

i added 



to my review template but the changes i make to my stylesheet wont be applied to my review page.

is there anything else i can do?! where should i look at?!</description>
		<content:encoded><![CDATA[<p>i have exactly the same problem like hubs (using k2 theme as well)&#8230; </p>
<p>i added </p>
<p>to my review template but the changes i make to my stylesheet wont be applied to my review page.</p>
<p>is there anything else i can do?! where should i look at?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubs</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-117</link>
		<dc:creator>hubs</dc:creator>
		<pubDate>Wed, 05 Jul 2006 23:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-117</guid>
		<description>yeah, still no luck, i guess i&#039;ll just fool around with every attribute till i get it working. thanks for trying.</description>
		<content:encoded><![CDATA[<p>yeah, still no luck, i guess i&#8217;ll just fool around with every attribute till i get it working. thanks for trying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alper</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-115</link>
		<dc:creator>alper</dc:creator>
		<pubDate>Wed, 05 Jul 2006 06:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-115</guid>
		<description>what about doing this:

reviews .sr-star {
        border: none !important;
        margin: 10px;        
}

remove the margin line. if this doesn&#039;t work, also remove:

.reviews .sr-review .sr-review-rating {float:right;padding:10px;margin:10px;border:5px;}

first border, then if it doesn&#039;t work, margin too.

i am not a css expert, so i can&#039;t say &#039;try this and it will do it&#039; all i can come up is advices. but i guess it should work.</description>
		<content:encoded><![CDATA[<p>what about doing this:</p>
<p>reviews .sr-star {<br />
        border: none !important;<br />
        margin: 10px;<br />
}</p>
<p>remove the margin line. if this doesn&#8217;t work, also remove:</p>
<p>.reviews .sr-review .sr-review-rating {float:right;padding:10px;margin:10px;border:5px;}</p>
<p>first border, then if it doesn&#8217;t work, margin too.</p>
<p>i am not a css expert, so i can&#8217;t say &#8216;try this and it will do it&#8217; all i can come up is advices. but i guess it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubs</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-114</link>
		<dc:creator>hubs</dc:creator>
		<pubDate>Wed, 05 Jul 2006 05:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-114</guid>
		<description>even when i take the borders off, the stars still don&#039;t show up. i think it has something to do with k2. the mouseover color i can change easy.</description>
		<content:encoded><![CDATA[<p>even when i take the borders off, the stars still don&#8217;t show up. i think it has something to do with k2. the mouseover color i can change easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alper</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-111</link>
		<dc:creator>alper</dc:creator>
		<pubDate>Fri, 30 Jun 2006 08:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-111</guid>
		<description>hubs, i guess you got it to work proper. now you need to make some changes to the css.

you need to change the colors of the review titles and also the mouseover. 

as for the stars not showing right. i guess it is because your theme puts borders to images. i guess it will also be solved if you removed those borders, or write a new style for the star images.

i looked at your site and the class to play is sr-star. just make one w/o borders or borders 0px, and i guess it will look nice.

the one on my site uses theme defaults, so it looks fine on mine, but you gotta make your own. if you can&#039;t figure it out, just let me know and we&#039;ll see what we can do :)</description>
		<content:encoded><![CDATA[<p>hubs, i guess you got it to work proper. now you need to make some changes to the css.</p>
<p>you need to change the colors of the review titles and also the mouseover. </p>
<p>as for the stars not showing right. i guess it is because your theme puts borders to images. i guess it will also be solved if you removed those borders, or write a new style for the star images.</p>
<p>i looked at your site and the class to play is sr-star. just make one w/o borders or borders 0px, and i guess it will look nice.</p>
<p>the one on my site uses theme defaults, so it looks fine on mine, but you gotta make your own. if you can&#8217;t figure it out, just let me know and we&#8217;ll see what we can do :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubs</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-110</link>
		<dc:creator>hubs</dc:creator>
		<pubDate>Thu, 29 Jun 2006 20:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-110</guid>
		<description>It is still not looking right on my reviews page. any suggestions?

http://www.artifacting.com/blog/reviews/</description>
		<content:encoded><![CDATA[<p>It is still not looking right on my reviews page. any suggestions?</p>
<p><a href="http://www.artifacting.com/blog/reviews/" rel="nofollow">http://www.artifacting.com/blog/reviews/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/comment-page-1/#comment-109</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 28 Jun 2006 22:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiognome.com/2006/06/27/getting-starred-review-plugin-to-work/#comment-109</guid>
		<description>Ahh, cool.  Thanks for the link!  The only thing about Starred Review that I would miss is its database tables, and the ability to view in a list all the reviews that I&#039;ve starred.

But then again, either way I have to hand edit all 87 of my movie reviews, so why not use something like Rate My Stuff?  Thanks again. :)</description>
		<content:encoded><![CDATA[<p>Ahh, cool.  Thanks for the link!  The only thing about Starred Review that I would miss is its database tables, and the ability to view in a list all the reviews that I&#8217;ve starred.</p>
<p>But then again, either way I have to hand edit all 87 of my movie reviews, so why not use something like Rate My Stuff?  Thanks again. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
