Active
Project:
jQuery Raty (Star Rating) Widgets
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2014 at 16:23 UTC
Updated:
18 Apr 2014 at 21:32 UTC
Jump to comment: Most recent
Comments
Comment #1
jwjoshuawalker commentedDoes console say anything?
Are you using the -dev version? If you are, I know what this is. The theme function for views exposed filter wasn't updated w/ the max stars attribute.
Comment #2
hockey2112 commentedYes, I was using the -dev version. How can I update the theme function for views exposed filter?
Comment #3
jwjoshuawalker commentedI'm working on it now.
Comment #5
jwjoshuawalker commentedTry now with latest -dev (once it updates to today's date).
http://drupalcode.org/project/raty.git/commitdiff/8cc11fe
Comment #6
hockey2112 commentedGreat! The only issue now is that the images are not displaying due to the structure of the URL. It is trying to pull the images in via "/sites/all/modules/raty/raty/lib/img/star-on.png"... when I remove the leading slash via firebug ("sites/all/modules/raty/raty/lib/img/star-on.png"), the images are displayed as expected. I am on a dev server, using the ip address to access the site (123.456.789.01/~mysite)... perhaps that's the cause of the image issue? I've never had that happen with any other modules, though...
Thanks for your quick attention to this matter!