drupal 6.4
vote up/down 6.x-1.x-dev 2008-Oct-04
votingapi-6.x-2.0-rc1

there is no widget in teaser or full view for any node types.
voting is activated for all node types.

when i place print $vote_up_down_widget in node template directly - there is no effect.
When i put print_r($node); in node template, i see this:

[content] => Array
(
[vote_up_down] => Array
(
[#weight] => -10
[#value] =>
[#title] =>
[#description] =>
[#printed] => 1
)

there is no value. so, i think, there is some problems with vote_up_down_nodeapi.
may be not.

Comments

aleksey.tk’s picture

The same here. Modules and core versions are the same. $node->content['vote_up_down']['#value'] is empty.

aleksey.tk’s picture

value is empty because there is no hook_theme in module that will register theme functions

lut4rp’s picture

Status: Active » Closed (fixed)

The widget is showing now, but the votes are not being entered since the VotingAPI module has also changed, which is forcing me to change lots of the internal workings of our module. Help out if you can! :)