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
Comment #1
1kenthomas commentedTo 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!
Comment #2
1kenthomas commentedOK, 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 :)
Comment #3
1kenthomas commentedComment #4
1kenthomas commented$node->nid works in some cases, but hardly all; you have to alter the fivestar_field.inc for your specific case AFAIK.