How would you integrate wikiovote in custom created content types? I am using contemplate, and with drupalit I am using this code:
<?php print $node -> drupalit ?>
Which code would I have to use for wikiovote?

Comments

Narno’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Component: Documentation » Code
Assigned: Unassigned » Narno
Category: task » feature
Narno’s picture

Can you test this code, with the dev branch (http://drupal.org/node/208554) :

print $node->wikiovote;

Narno’s picture

Status: Active » Closed (fixed)