It would be very nice if there would be the possibility to vote in a teaser view.
At the moment you can only vote when you are on the node but not when you look at the teaser.

thx

Comments

Crashtest’s picture

Status: Active » Closed (fixed)

I've found a solution. With the Contemplate (http://drupal.org/project/Modules) module you can influence the appearance of the teaser. So you can for example add following code to add the Fifestar form to the teaser:

<?php
print $teaser;
?>
<div class="fivestar">
<?php
print fivestar_widget_form($node);
?>
</div>