By sparr on
I am having a problem with votingapi_field not displaying fields on nodes (or node edit forms). Devel's Dev Render feature tells me that there is a content entry for the fields, but that they have empty [#value]s. The html to display the field in question should be provided by votingapi_field_field (which calls _votingapi_field_output), so I need to go one step farther up the chain and find out if votingapi_field_field is being called, and if so with what parameters. But at that point I am lost. What part of CCK/Content should I look at to find the part that goes over the list of fields on a node and asks the field-providing modules to output the html to display the fields?