Now we can (theoretically) put each vote tag below or above node's body. However in most cases we want them somewhere all together. So the question is - do we need this setting seperatly for each vote tag or final version will need just one?
Atm this code @fivestar.module function fivestar_nodeapi() will not work very well

        if ($teaser) {
          $position = variable_get('fivestar_position_teaser_'. $node->type, 'above');
        }
        else {
          $position = variable_get('fivestar_position_'. $node->type, 'above');
        }

Without vote tag you always will get default values.
Therefor my solution for now is to change these default values to ones I need as result.

Comments

whiteph’s picture

Category: Task » Support request
Issue summary: View changes

We can no longer support the Drupal 6 version of Fivestar. It is in security maintenance mode only. When the Drupal 8 version of Fivestar is released, the Drupal 6 version will be officially deprecated. However, if a volunteer can be found who is willing to test patches for the Drupal 6 version, we could revert it to normal maintenance. See Help testing Drupal 6 patches.

whiteph’s picture

Status: Active » Closed (won't fix)