Closed (won't fix)
Project:
Fivestar
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2009 at 08:12 UTC
Updated:
10 Apr 2009 at 22:05 UTC
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.