<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Js Kit Ratings&quot;</title>
		<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-645945</guid>
				<title>wikidot forum ratings</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-645945</link>
				<description></description>
				<pubDate>Tue, 01 Dec 2009 19:05:20 +0000</pubDate>
				<wikidot:authorName>uandi2gether</wikidot:authorName>				<wikidot:authorUserId>409316</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I would like to use this to rate postings within forums. Literally what I want to do is for members to make suggestions on specific topics and other members to rate the suggestions so that the moderator can select and apply the highest rated suggestions.</p> <ul> <li>How can I add this to a wikidot template for ratings to be automatically created for each posting?</li> <li>Can I get statistics on votes (ratings) from members, i.e. to track member activity and participation?</li> </ul> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-520404</guid>
				<title>RE: RE: RE: HELP!!! PLZ!!!</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-520404</link>
				<description></description>
				<pubDate>Sat, 27 Jun 2009 21:50:42 +0000</pubDate>
				<wikidot:authorName>Isabelleyang</wikidot:authorName>				<wikidot:authorUserId>341760</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yah I tried it it's all good…Thanks alot Helmuti_pdorf!!!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-520397</guid>
				<title>RE: RE: HELP!!! PLZ!!!</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-520397</link>
				<description></description>
				<pubDate>Sat, 27 Jun 2009 21:39:26 +0000</pubDate>
				<wikidot:authorName>Isabelleyang</wikidot:authorName>				<wikidot:authorUserId>341760</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So if I had three items I would put the following? (So that the rating will be different on every item)</p> <h3><span>Item #1</span></h3> <div class="code"> <pre> <code>[[embed]] &lt;div class="js-kit-rating" title="Rated item" permalink="" starColor="Green" path="/shopping/item/1"&gt;&lt;/div&gt; &lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt; [[/embed]]</code> </pre></div> <hr /> <h3><span>Item#2</span></h3> <div class="code"> <pre> <code>[[embed]] &lt;div class="js-kit-rating" title="Rated item" permalink="" starColor="Green" path="/shopping/item/2"&gt;&lt;/div&gt; &lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt; [[/embed]]</code> </pre></div> <hr /> <h3><span>Item#3</span></h3> <div class="code"> <pre> <code>[[embed]] &lt;div class="js-kit-rating" title="Rated item" permalink="" starColor="Green" path="/shopping/item/3"&gt;&lt;/div&gt; &lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt; [[/embed]]</code> </pre></div> <h3><span>The original has:</span></h3> <div class="code"> <pre> <code>[[embed]] &lt;div class="js-kit-rating" title="Rated item" permalink="" starColor="Green"&lt;/div&gt; &lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt; [[/embed]]</code> </pre></div> <h3><span>I modified it to what I think you said:</span></h3> <div class="code"> <pre> <code>[[embed]] &lt;div class="js-kit-rating" title="Rated item" permalink="" starColor="Green" path="/shopping/item/1"&gt;&lt;/div&gt; &lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt; [[/embed]]</code> </pre></div> <p>Base on what you said,I think I am supposed to put the <strong>path="/shopping/item/1"</strong> on the <strong>&lt;div&gt; block</strong>.Please correct me if I'm wrong! Other than that…Thanks!!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-519593</guid>
				<title>Re: HELP!!! PLZ!!!</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-519593</link>
				<description></description>
				<pubDate>Fri, 26 Jun 2009 16:02:25 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>PLease use the path= attribzte for different rating-objects!<br /> (copied from teh page above:</p> <blockquote> <p>If you want to rate different obejcts on a page than you should use different path names for every object: i.e:<br /> - path="/shopping/item/1" ,<br /> - path="/shopping/item/2", .. a.s.o.<br /> <br /> If you want to rate the same object on more than one page you should use a permanent link like; path="/blogEntry42" on every embeded div block.</p> </blockquote> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-518719</guid>
				<title>Re: HELP!!! PLZ!!!</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-518719</link>
				<description></description>
				<pubDate>Thu, 25 Jun 2009 18:47:21 +0000</pubDate>
				<wikidot:authorName>Isabelleyang</wikidot:authorName>				<wikidot:authorUserId>341760</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The videos were wrong it's something like this:</p> <p><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;"><br /> l……….l<br /> l……….l<br /> l…#1….l<br /> l</span><span style="text-decoration: underline;">_</span>l</p> <p>But still plz help!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-518717</guid>
				<title>HELP!!! PLZ!!!</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-518717</link>
				<description></description>
				<pubDate>Thu, 25 Jun 2009 18:45:11 +0000</pubDate>
				<wikidot:authorName>Isabelleyang</wikidot:authorName>				<wikidot:authorUserId>341760</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I used this snippet so that ppl who watched my videos could vote on it.But I added the exact same code for each video and for some reason if I vote on one of them,I vote on all of them!What's wrong?</p> <p>Example: (0 = non-colored star,o = colored star)</p> <h2><span><strong><span style="text-decoration: underline;">Before</span></strong></span></h2> <p>00000<br /> zero votes<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_<br /> l l<br /> l This is l<br /> l The Video #1l<br /> l l<br /> l</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>l</p> <p>00000<br /> zero votes<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_<br /> l l<br /> l This is l<br /> l The Video#2 l<br /> l l<br /> l</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>l</p> <hr /> <blockquote> <p>I vote on the second video (I vote 5 out of 5 stars)</p> </blockquote> <hr /> <h2><span><strong><span style="text-decoration: underline;">After</span></strong></span></h2> <p>ooooo<br /> Thank you!<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_<br /> l l<br /> l This is l<br /> l The Video #1l<br /> l l<br /> l</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>l</p> <p>ooooo<br /> One vote<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_<br /> l l<br /> l This is l<br /> l The Video#2 l<br /> l l<br /> l</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>l</p> <hr /> <h1><span>PLZ HELP!!!</span></h1> <p>I am in need of help!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-254245</guid>
				<title>change title ?</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-254245</link>
				<description></description>
				<pubDate>Fri, 05 Sep 2008 22:54:39 +0000</pubDate>
				<wikidot:authorName>cold_blood3d</wikidot:authorName>				<wikidot:authorUserId>90994</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>on my embedded top rated pages box, i am getting things like "Rated item" for the page names. By default, JS-Kit is supposed to use the page unix name, like category:pagename as the titles in the top rated box. I assume this was because the code i copied from here has title="Rated item" in the embed code for the ratings. I have since removed that, but it continues to show "Rated item" and not the page name even after getting more votes on that particular rating, which should have refreshed it. Does anyone have any ideas on how to get the titles to display normally?</p> <p>EDIT: fixed i guess, the solution is that you must have title="" to force it to the default name</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-246847</guid>
				<title>Re: not fully implemented</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-246847</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 07:19:42 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are your pages on a "private" site ? ( could be a security problem with 3. party cokkies)<br /> Which error message have you gotten?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-246083</guid>
				<title>Re: not fully implemented</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-246083</link>
				<description></description>
				<pubDate>Tue, 26 Aug 2008 09:53:07 +0000</pubDate>
				<wikidot:authorName>cpsantos</wikidot:authorName>				<wikidot:authorUserId>178799</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hells to the yeah…. but um I could be an idiot, but I tried copying and pasting the top rated and scored embedded code into a page and I get a weird error message, and it doesnt save. lemme know if Im just an idiot</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-245307</guid>
				<title>Re: not fully implemented</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-245307</link>
				<description></description>
				<pubDate>Mon, 25 Aug 2008 07:31:47 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi !</p> <p>1. I changed the snippets- rating star color to green &amp; Blue- this works….!<br /> 2. I testet the Top ratings too - this works…!<br /> 3. I inserted the description of the possibilities of different ratings for different objects on the same page.<br /> 4. I inserted the description the possibuility of specific ratings for ONE object on differentpages (=duplicated insertion with same path - link..</p> <p>Not yet tested the others like polls, etc.<br /> I do not know what has changed since your start with the snippets - but now it is working!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-243423</guid>
				<title>not fully implemented</title>
				<link>http://snippets.wikidot.com/code:js-kit-ratings/comments/show#post-243423</link>
				<description></description>
				<pubDate>Thu, 21 Aug 2008 08:16:54 +0000</pubDate>
				<wikidot:authorName>cold_blood3d</wikidot:authorName>				<wikidot:authorUserId>90994</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>as i stated <a href="http://community.wikidot.com/embedfixed:js-kit-ratings-5-star-rating/comments/show#post-238113">here</a>, there are some important functions related to this embed that have not been enabled by wikidot. please fix this.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>