Closed (fixed)
Project:
Wikio vote
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Apr 2008 at 17:26 UTC
Updated:
11 Jan 2009 at 22:10 UTC
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
Comment #1
Narno commentedComment #2
Narno commentedCan you test this code, with the dev branch (http://drupal.org/node/208554) :
print $node->wikiovote;Comment #3
Narno commented