How can I make it so that it only shows the 'vote up' button on the scoops instead of both vote up and vote down buttons. Thanks.
How can I make it so that it only shows the 'vote up' button on the scoops instead of both vote up and vote down buttons. Thanks.
Comments
Comment #1
mercmobily commentedHi,
If you are using it in the LINKS section, then just tick the right radio button in Admin -> Settings -> Extra Voting Forms.
Otherwise, if you're printing the form yourself in the template:
---------------------------------------------------
If you want to place the karma form or info anywhere else in the
node, open your node.tpl.php:
if(module_exists('extra_voting_forms')){ print extra_voting_forms_show_form($node, 'n', 3, 'big');}(to show the form anywhere in the node)The third parameter can be:
1 -- Select, with all of the possile values available
2 -- Select, with only the negative values allowed
3 -- Vote up/down
4 -- Vote UP ONLY
----------------------------------------------------------------------
Merc.
Comment #2
dries commentedAutomatically closed -- issue fixed for two weeks with no activity.