I'd like to manually place the voting widget. I have set the display to "manually" -- but there doesn't seem to be any documentation explaining what to do next. What variable and/or code must be inserted into node.tpl.php?

Thanks.

Comments

tic2000’s picture

The variable should be $node->drupalit

BradM’s picture

Status: Active » Closed (fixed)

yep, that's it! Thanks for the info.

911’s picture

Sorry but I cannt find a Setting where I can set the display to manually. I am using Drupal 5.2.

If I only check no node type in the drupalit settings and insert <? print $node->drupalit; ?> into my node template, the vote button doesnt show up.

If I hit the checkbox for the node it shows up twice.

Where can I set it to manually?

911’s picture

Sorry again. I thought it must be in the dropdown where the checkboxes for the node types are and simple overlooked it in the next setting.. Posts can be removed..