How do I vote on a Fivestar CCK field? I can't find a formatter in display field, which displays an active widget instead of static one...
How do I vote on a Fivestar CCK field? I can't find a formatter in display field, which displays an active widget instead of static one...
Comments
Comment #1
mmerlange commentedfound you answer?
Michael
Comment #2
alippai commentedNo, I'm still waiting for an answer :|
Comment #3
Molesz commentedan answer would be good because I would need the module, but we cannot apply it without this.
Comment #4
911 commentedI had no problem with active voting on a fivestar cck field in D6. There is no formatter to choose static or active for cck fivestar field.
have you checked if the permissions are set correkt? I think you must enable "Content_permission module"->"edit field_yourfieldname" and "fivestar module"->"rate content" for your usergroup.
It should work.
I only noticed the Required funktion for CCK Field and Comments widget does not work...
Comment #5
sakib000 commentedI am having same problem on version 5.x
Comment #6
quicksketchFivestar CCK fields act just like other CCK fields: they create an input element on the node-edit form. They do not make a clickable widget when viewing the node. Use the direct rating widget (configurable at admin/content/node-type/[type name]) to accomplish this task.
Comment #7
quicksketchMoving to fixed, since I think the above post answered the question.
Comment #8
Joanzo commentedyes but how about creating multiple clickable widget?
the direct rating widget can only use one criteria.
Comment #9
quicksketchYou can't currently, it's a feature limitation, see #317317: Rate on multiple axis with admin UI where we are working on the feature.