<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel>
		<title>Smashly Community Forums &#187; Topic: rating stars not appearing</title>
		<link>http://smashly.net/community/</link>
		<description>Smashly Community Forums &#187; Topic: rating stars not appearing</description>
		<language>en</language>
		<pubDate>Wed, 08 Feb 2012 13:11:20 +0000</pubDate>

					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2080</link>
				<pubDate>Tue, 17 Aug 2010 00:38:08 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2080@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Unfortunately, no.  The galleries are not aware of the comment counts.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2077</link>
				<pubDate>Mon, 16 Aug 2010 20:45:30 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">2077@http://smashly.net/community/</guid>
				<description>&#60;p&#62;thanks, I have another question if you can help with.&#60;/p&#62;
&#60;p&#62;is it possible to create a page in the gallery which should list the images which are most commented?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2066</link>
				<pubDate>Sun, 15 Aug 2010 23:20:45 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2066@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Ali,&#60;/p&#62;
&#60;p&#62;Thanks!  Yes, you just need to set the Gallery Setting / Upload tab / &#34;Minimum Role to Upload Photos&#34; to &#34;Subscriber&#34;.  Make sure you edit all of the galleries and set them to that.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2064</link>
				<pubDate>Sun, 15 Aug 2010 15:30:53 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">2064@http://smashly.net/community/</guid>
				<description>&#60;p&#62;ok. your payment should be made shortly as I have told my client to pay directly on your site. &#60;/p&#62;
&#60;p&#62;I am having a minor problem. on this page &#60;a href=&#34;http://www.myrescueteam.com/betawebsite/gallery/firefighter-tattoos&#34; rel=&#34;nofollow&#34;&#62;http://www.myrescueteam.com/betawebsite/gallery/firefighter-tattoos&#60;/a&#62; which you setup initially, the upload form is displayed which is ok, but it also appears when the user is not logged in. I need this form to appear only if the user is logged in. can you suggest anyway for this?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2052</link>
				<pubDate>Wed, 11 Aug 2010 17:48:58 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2052@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Excellent! Glad it worked.  You can pay through the Donate link here:  &#60;a href=&#34;http://smashly.net/photosmash-galleries/&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/photosmash-galleries/&#60;/a&#62;  Thanks!&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2050</link>
				<pubDate>Wed, 11 Aug 2010 11:19:21 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">2050@http://smashly.net/community/</guid>
				<description>&#60;p&#62;byron,&#60;/p&#62;
&#60;p&#62;thanks a lot. this is what I needed. thanks again.&#60;br /&#62;
kindly advise how to pay your extend fee?&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2049</link>
				<pubDate>Tue, 10 Aug 2010 21:56:22 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2049@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Ali,&#60;/p&#62;
&#60;p&#62;In the custom layout (Layout Editor), you'll need to change the code to use [post_url].&#60;/p&#62;
&#60;p&#62;Depending on what is currently being used, it may require more extensive changes.  If it is using [thumbnail], then you will need to rebuild it so that you encapsulate it in an href that links to [post_url]...something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;[post_url]&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;[thumb_image]&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-2048</link>
				<pubDate>Tue, 10 Aug 2010 21:09:52 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">2048@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Byron,&#60;/p&#62;
&#60;p&#62;the only help I need is to fix the Thumbnail Image link. Can you please just tell me how do I fix this?&#60;br /&#62;
I tried to change it from the admin settings but it does not work either.&#60;/p&#62;
&#60;p&#62;As you helped with the install of Extend, it works fine and creates the post of the images also. I just need the whole thumbnail to link to its post image instead of opening it in lightbox.&#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1989</link>
				<pubDate>Sat, 24 Jul 2010 17:32:12 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1989@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Responding...&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1988</link>
				<pubDate>Sat, 24 Jul 2010 15:38:52 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1988@http://smashly.net/community/</guid>
				<description>&#60;p&#62;hi, I emailed you a few days ago about the Extend installation and config issues. Can you please respond to it.&#60;/p&#62;
&#60;p&#62;Appreciate your help.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ali
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1873</link>
				<pubDate>Fri, 09 Jul 2010 18:07:57 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1873@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi hozyali,&#60;/p&#62;
&#60;p&#62;Send me an email through the &#60;a href='http://smashly.net/contact/' rel=&#34;nofollow&#34;&#62;Contact page&#60;/a&#62;, and we can work out the details.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1862</link>
				<pubDate>Fri, 09 Jul 2010 11:47:00 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1862@http://smashly.net/community/</guid>
				<description>&#60;p&#62;if possible, please just let me know how much you will charge for this?&#60;/p&#62;
&#60;p&#62;your plugin is already installed and seems to be working fine.&#60;br /&#62;
I just need the comments functionality in individual images uploaded either by admin or my site's users.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1861</link>
				<pubDate>Fri, 09 Jul 2010 11:36:04 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1861@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron,&#60;/p&#62;
&#60;p&#62;Appreciate your help. thanks very much.&#60;/p&#62;
&#60;p&#62;I tried the way you mentioned but it does not work either.&#60;/p&#62;
&#60;p&#62;You can see the gallery at &#60;code&#62;&#60;a href=&#34;http://www.myrescueteam.com/betawebsite/gallery?psmash-gallery=2&#34; rel=&#34;nofollow&#34;&#62;http://www.myrescueteam.com/betawebsite/gallery?psmash-gallery=2&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Please advise.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1855</link>
				<pubDate>Fri, 09 Jul 2010 05:07:15 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1855@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Try this first:&#60;/p&#62;
&#60;p&#62;Go into Gallery Settings, select your Gallery and click Edit.  Set &#34;Image caption style:&#34; to &#34;Caption (thumbs &#38;amp; captions link to WP Attachment Page)&#34;.  Save it.  Then view an image.  If this works, then you should be able to add comments just like that.&#60;/p&#62;
&#60;p&#62;I believe there may be a bug in the way WP handles adding attachments to Pages, so if your gallery is on a Page (as opposed to a Post), it might not work. (I've logged a ticket with WP to get this straightened out...hopefully.)&#60;/p&#62;
&#60;p&#62;In that case, if you buy the membership, you get PhotoSmash Extend, and you should be able to configure it to automatically create a separate post for each image that is uploaded via the front-end of your blog (Photo Manager uploads work a little differently since they use the WP Media Uploader).  These posts are just like any other post and can get comments.  &#60;/p&#62;
&#60;p&#62;PhotoSmash Extend should work on your system if you're able to run the standard PhotoSmash plugin on it.  So, I'd recommend making sure that works first.&#60;/p&#62;
&#60;p&#62;Sorry I didn't give you a simple yes or no, but I figure this is better than a Maybe :-)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1854</link>
				<pubDate>Thu, 08 Jul 2010 21:04:47 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1854@http://smashly.net/community/</guid>
				<description>&#60;p&#62;so in other words, if I just buy that 25 bucks membership, will I be able to use the commenting function on each individual image?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1828</link>
				<pubDate>Sat, 03 Jul 2010 01:15:40 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1828@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Hozyali,&#60;/p&#62;
&#60;p&#62;Sorry, no.  The $25 is just for the membership that provides 1 year access to the download page (updates) and the other documentation around Extend.  When my schedule permits, I do take on consulting work to help people get their sites configured.  My rate is pretty reasonable.  I'd be happy to provide you with an estimate if you gave me a detailed description of what you're wanting done, but chances are that you could get it set up without my help.&#60;/p&#62;
&#60;p&#62;Another thought on how you might get comments on your images is to use the WP Attachments feature.  PhotoSmash can add your images to your Media Library.  When it does that, it can attach them to the post that the gallery is related to.  You can then utilize the WP attachments pages, which allows you to comment on them.  I'm working with this feature right now and am finding the attachment links to be unreliable (that is, they work great in 1 blog, but not at all in 2 others...I'm banging my head trying to figure out what the problem is).&#60;/p&#62;
&#60;p&#62;The Post Types functionality will not be in Extend any time soon, but there are other ways to exclude posts from showing on the front page.  Here is a link that gives a really quick fix for doing this by excluding a certain category or categories:  &#60;a href=&#34;http://zeo.my/exclude-category-in-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://zeo.my/exclude-category-in-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Another resource that provides quality assistance in these sorts of things is the WP HelpCenter:  &#60;a href=&#34;http://crowdfavorite.com/wphelpcenter/&#34; rel=&#34;nofollow&#34;&#62;http://crowdfavorite.com/wphelpcenter/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1823</link>
				<pubDate>Fri, 02 Jul 2010 14:07:07 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1823@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron,&#60;/p&#62;
&#60;p&#62;thanks. if we simply pay the 25 bucks fee, will you be able to set it up on our wordpress website and also implement that post types functionality so the posts made by your plugin do not get listed in our site's other blog section?&#60;/p&#62;
&#60;p&#62;that is all I need I think for now.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1819</link>
				<pubDate>Thu, 01 Jul 2010 20:53:09 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1819@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Yes, those posts will be listed in as blog posts in your blog section.  I have not updated Extend to utilize the new Post Types (I think that's the term) that is available in WP 3.0.  I think with the Post Types you can exclude certain post types from showing up in different sections of your blog...but again, Extend doesn't do that at this time.&#60;/p&#62;
&#60;p&#62;You can see this in action at SavorySights.com and BeforeAfters.com.  Also, StLouie.com, but I'm using that for testing at this time so there are some strange things getting posted out there.  But Stlouie.com has the most full featured implementation of this functionality.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1818</link>
				<pubDate>Thu, 01 Jul 2010 14:18:24 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1818@http://smashly.net/community/</guid>
				<description>&#60;p&#62;ok. price seems reasonable. but I have a question. as I read it will create posts for each image, won't those images get listed separately as a blog post in our blog section where we separately post articles also.&#60;/p&#62;
&#60;p&#62;is there any demo available for that?&#60;/p&#62;
&#60;p&#62;please advise.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1787</link>
				<pubDate>Mon, 28 Jun 2010 23:28:13 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1787@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hozyali,&#60;/p&#62;
&#60;p&#62;It's $25 and the functionality is ready today.  I'm adding more documentation and possibly more functionality down the road, but nothing is planned at this point.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1784</link>
				<pubDate>Mon, 28 Jun 2010 12:06:35 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1784@http://smashly.net/community/</guid>
				<description>&#60;p&#62;thanks. seems that it will be good for me. how much will it cost to have it? and how long it will take to be 100% ready?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1720</link>
				<pubDate>Mon, 21 Jun 2010 05:40:25 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1720@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Welcome!&#60;/p&#62;
&#60;p&#62;On the comments, the only way to do that at this point is to use something like PhotoSmash Extend to create individual Posts for each image upload.  Extend has a module that lets you do that.  Here's a post that gives a little more detail on it &#60;a href=&#34;http://smashly.net/blog/photosmash-extend-is-nearly-ready/&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/blog/photosmash-extend-is-nearly-ready/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1713</link>
				<pubDate>Sun, 20 Jun 2010 22:00:58 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1713@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Oh yes, I installed ThickBox earlier when I was having trouble with upload form and thought I need to install it. But then I found an article in your site about wp_footer issue and it fixed it.&#60;/p&#62;
&#60;p&#62;So I just disabled TB, and it is working perfect now. &#60;/p&#62;
&#60;p&#62;The only issue is I need to allow individual images comments. &#60;/p&#62;
&#60;p&#62;Can you advise how can I achieve this?&#60;/p&#62;
&#60;p&#62;thanks a lot for your help.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1712</link>
				<pubDate>Sun, 20 Jun 2010 21:58:11 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1712@http://smashly.net/community/</guid>
				<description>&#60;p&#62;It looks like you have a plugin &#34;Thickbox&#34; that is doubling up on loading jquery.  If you view source on the page, here is the problem line:&#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://www.myrescueteam.com/betawebsite/wp-content/plugins/thickbox/thickbox/jquery.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;That is causing javascript errors (there may be other things causing JS errors, but that one is for sure).&#60;/p&#62;
&#60;p&#62;This has a couple of links to articles that should help:  &#60;a href=&#34;http://smashly.net/community/topic/cant-upload-images-add-photo-link-doesnt-work&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/community/topic/cant-upload-images-add-photo-link-doesnt-work&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1710</link>
				<pubDate>Sun, 20 Jun 2010 21:45:05 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1710@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I enabled Advanced menu items, and then went to layout editor and checked the HTML code too. It already has the ps_rating in its place and I still can't see the rating stars.&#60;/p&#62;
&#60;p&#62;I also have another important question. I am a php coder too but lesser experience than you :-)... is it possible to make it so each image can have its own comments?&#60;/p&#62;
&#60;p&#62;please help.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1701</link>
				<pubDate>Sat, 19 Jun 2010 23:06:35 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1701@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Hozyali,&#60;/p&#62;
&#60;p&#62;I think the problem is that the layout being used for this does not contain the rating code.  The link you gave is the link for a gallery being viewed through the Gallery Viewer.  This uses a different layout than the standard layout.&#60;/p&#62;
&#60;p&#62;So, you can add the Rating code to the layout that is being shown there...go to PhotoSmash Settings / Advanced and make sure &#34;Show Advanced Menu Items:&#34; is turned on...you should see a link to Layouts Editor at the top if it is.&#60;/p&#62;
&#60;p&#62;Then go to Layouts Editor and edit layout: gallery_view_layout&#60;/p&#62;
&#60;p&#62;Add [ps_rating] to the HTML Layout section where you would like it to show.&#60;/p&#62;
&#60;p&#62;Hope that helps.&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>hozyali on "rating stars not appearing"</title>
				<link>http://smashly.net/community/topic/rating-stars-not-appearing#post-1693</link>
				<pubDate>Sat, 19 Jun 2010 18:03:26 +0000</pubDate>
				<dc:creator>hozyali</dc:creator>
				<guid isPermaLink="false">1693@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron,&#60;/p&#62;
&#60;p&#62;I read many posts here and tried all the possibilities to fix the issue myself, but could not do it.&#60;/p&#62;
&#60;p&#62;I have enabled rating from the gallery settings and the plugin settings both but still I am unable to see the rating stars. It just shows the space but not the stars image. &#60;/p&#62;
&#60;p&#62;You can see the issue at &#60;a href=&#34;http://www.myrescueteam.com/betawebsite/gallery/?psmash-gallery=2&#34; rel=&#34;nofollow&#34;&#62;http://www.myrescueteam.com/betawebsite/gallery/?psmash-gallery=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>
