When I insert "<? print extra_voting_forms_show_form($node,'n'); ?>" as recomended at modules settings page I can see only drowdown menu for voting.
If I'm inserting " print extra_voting_forms_show_form($node,'n',3); " from a drigg_theme/node.tpl.php to
garland/node.tpl.php I see a nice looking arrows.
So, you should modify a helper-strings in module
from
"NOTE: if you don't tick this box, you'll need to have <? print extra_voting_forms_show_form($node,'n') ?> in your node template!"

to

"NOTE: if you don't tick this box, you'll need to have print extra_voting_forms_show_form($node,'n',3); in your node template!"

Thanks for your work.

Comments

mercmobily’s picture

Status: Active » Fixed

HI,

OK I clarified it -- thanks!

Merc.

mercmobily’s picture

Status: Fixed » Closed (fixed)