Closed (fixed)
Project:
Extra Voting Forms
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 19:14 UTC
Updated:
26 Feb 2008 at 13:44 UTC
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
Comment #1
mercmobily commentedHI,
OK I clarified it -- thanks!
Merc.
Comment #2
mercmobily commented