Closed (fixed)
Project:
Voting API
Version:
7.x-2.11
Component:
Views Integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2013 at 05:43 UTC
Updated:
29 Apr 2013 at 19:30 UTC
I follow the using drupal book from o'rielly.
When i go to make a new view to display product finder table i found out that there is no Appearance option for Voting Result: Value that calculate the average of comment voting score.
So the value just show up the average like 70, for ex.
I've tried Fivestar version 7.x-2.0-alpha2 and 7.x-2.x-dev and could not make it.
Please suggest me what to do.
Best Regards,
Comments
Comment #1
torotil commentedIMHO this works as intended. Votingapi is generic so it cannot provide views-fields that are specific for one module using it. For this to work either fivestar would have to provide it's own views field handler (or extend the one defined in votingapi) or you'd have to do this in the theme-layer.