Hello,

I´ve a question:

How can I display the static fivestar rating of a node in a custom list view, which I theme with an view-list-name.tpl.php?
I can get there the full fivestar rating with: print fivestar_widget_form ($node);
But I only want a static version?

Thanks for your advice,
Guevara

Comments

mukhsim’s picture

print fivestar_static('node', $node->nid, $node->type);

Delf.

quicksketch’s picture

Status: Active » Closed (fixed)