I'm using Nodecarousel to show lastest User Galleries.
and using Fivestar module with voting API.
Now, I want to show the star rating on Nodecarousel.
How can I show Voting API Value on Nodecarousel?
I'm using Nodecarousel to show lastest User Galleries.
and using Fivestar module with voting API.
Now, I want to show the star rating on Nodecarousel.
How can I show Voting API Value on Nodecarousel?
Comments
Comment #1
jcfiala commentedYou show it the same way you show a fivestar on any node display, really. I don't have time to look it up right now, but if you want the static display then you just add the fivestar theme function in what you're printing with your theme_nodecarousel_node override.
Comment #2
ultimateboy commentedAs jcfiala said, fivestar is added to the node object so you can print it through the theme function provided by nc.