Hello,
i need to display a node's vote from page.tpl.php (and not from node.tpl.php).
Any ideas on how to do this?
In page.tpl i have a $node variable, that contains this:
["field_vote"]=>
array(1) {
["und"]=>
array(1) {
[0]=>
array(3) {
["user"]=>
string(3) "100"
["average"]=>
string(3) "100"
["count"]=>
string(1) "1"
}
}
}
THanks :)
Closed: works as designed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.