In the example image (http://drupal.org/node/710122) you use fivestar to rate the album your adding (child page). How do you target that child nid? When i add a fivestar CCK field rating to a child node, i have to set a target, else the rating just is set but does ont refer to the child node.

Comments

1kenthomas’s picture

To clarify, using -dev, we are not able to select a standard fivestar rating on the referenced node. Not sure if that is true for current recommended version; about to test!

1kenthomas’s picture

OK, the beta is a beta. I'll be working with -dev from here on out.

@lasac-- I'll let you know as soon as I can. Still recovering from a client with root privileges :)

1kenthomas’s picture

Title: Fivestar rating for child page » Fivestar rating for nodereferenced (child)
1kenthomas’s picture

$node->nid works in some cases, but hardly all; you have to alter the fivestar_field.inc for your specific case AFAIK.