I’m using the drupal vote up down module and a module which overrides the node display, leading me to have to put the vote up down into a block (as opposed to having it be automatically rendered).
Here is an issue with a snippit on how to do this in 1.x http://drupal.org/node/544354
Unfortunately 2.x is totally different. Does anyone know what function I should use? Thanks.
It’s depend where to you want to show: node, comment, term?
if node, see vote_up_down\vud_node\vud_node.module file:
function vud_node_nodeapi().
Copy to your block one of these themed function, like this: