Hello,
I created simple review functionality by creating "item" and "itemreview" content types - associated by nodereference. "Item" type has fivestar functionality enabled. There are multiple voting axes on "itemreview" type.
Is there any way I can render voting axis other than default 'vote' using contemplate module on "item" node view?
I can use the following code to show default 'vote' average on school type.
<? print $node->content['fivestar_widget']['#value']; ?>
or another version
<?php print fivestar_widget_form($node); ?>
I know it's possible to display those other axes by creating node-item.tpl.php template - but I'd rather use contemplate. Any suggestion would be appreciated.
Comments
Comment #1
quicksketchI despise Contemplate module and I won't provide help when trying to code it. Regardless answering theming questions is beyond the scope of what can be answered in the Fivestar issue queue.