Is there a way to display the fivestar widget between or above certain cck fields, rather than absolutely at the end? Thanks.
Is there a way to display the fivestar widget between or above certain cck fields, rather than absolutely at the end? Thanks.
Comments
Comment #1
quicksketchI assume you're referring to the Fivestar direct rating widget (the one setup at node/content/node-type/[type])? If this is the case, no, not currently. Fivestar only supports weights of either -10 or 10, placing it either above or below all other cck fields (since they range from -10 to 10 also). CCK in Drupal 6 supports arranging of other fields though, making it so you can move around fields that aren't provided by CCK. An example of this is how you can move around the "Menu settings", even though those are provided by menu module.
I think it'd be worthwhile to put this into Fivestar, even though only the Drupal 6 version will provide it. I had intended to put it in before, but I ran into odd problems dealing with upgrade I think, though I'm not entirely sure what it was never finished. Anyway, I'll move this to a feature request.
Comment #2
quicksketchComment #3
grendzy commentedThis issue is newer, but has a patch:
#577296: Allow fine-tuning of Fivestar weight (as a CCK Field)