Hello,

I have exposed my Integer/Raty Stars field in a View, but it is not displaying any selectable stars. Instead, it is displaying an "x" and a text field. I am using Jquery update module with Jquery 1.7. How can I fix this issue?

Thanks!

Comments

jwjoshuawalker’s picture

Does 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.

hockey2112’s picture

Yes, I was using the -dev version. How can I update the theme function for views exposed filter?

jwjoshuawalker’s picture

I'm working on it now.

  • Commit 8cc11fe on 7.x-1.x by drastik:
    Issue #2244691 by hockey2112: Views Exposed Filter not working as...
jwjoshuawalker’s picture

Try now with latest -dev (once it updates to today's date).

http://drupalcode.org/project/raty.git/commitdiff/8cc11fe

hockey2112’s picture

Great! 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!