Download & Extend

Display medium vote on a custom flexinode theme

Project:mediumvote
Version:master
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi,

I have a custom flexinode theme so I don't print the $content variable. How can I display medium vote on this page (theme)

I have try :

<?php
print theme('mediumvote_widget', 'node', $node->nid);
?>
but it's not working. It's only printing vote(0).

What can I do?

Thank you

Nicholas