Hi,
Is there a way to be able to rate using fivestar module. The rating needs to be inside the content body along with other cck fields.I do not want the editor of the content to rate , but the reader of the content to rate. So I do not need fivestar cck and I need to be able to position the fivestar idget anywhere in my content.

Comments

ainigma32’s picture

Project: Drupal core » Fivestar
Version: 6.5 » 6.x-1.13
Component: base system » Documentation

Assigning to proper queue (guessing the version)

- Arie

quicksketch’s picture

global $user;

if ($user->uid != $node->nid) {
  print fivestar_widget_form($node);
}

shriya_atreya’s picture

how to supress newline and clear-both for displaying the stars using fivestar_widget_form or fivestar_static?

dawehner’s picture

you can overwrite the css in your theme

see http://drupal.org/node/171205
so this can be marked fixed, or?

quicksketch’s picture

Status: Active » Fixed

Yep, especially since the second question has nothing to do with the first. I think both are adequately answered. Please open a new issue for new questions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

czeky’s picture

subscribing