Closed (fixed)
Project:
Voting API
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 01:47 UTC
Updated:
5 Jul 2009 at 01:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedthe how totally depends on where you're seeing it. need more detail.
Comment #2
Flying Drupalist commentedI'm seeing this as a views field. Voting API results. Thanks!
Comment #3
Flying Drupalist commentedComment #4
Scott Reynolds commentedShould be really easy to achieve. I imagine the handler inherits from views_handler_field_numeric. So all that you need to do is override the options_definition
That will tell the Views Interface to ask the user how many decimals.
Comment #5
Flying Drupalist commentedThanks Scott Reynolds, where would I put that? Is it a patch?
Comment #6
Scott Reynolds commentedsure heres a patch. I don't think its the best way to achieve it but, it works.
Comment #7
Flying Drupalist commentedThanks a lot! Works for me!
Comment #8
eaton commentedChecked into dev, will be in RC3. Thanks!