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

mercmobily’s picture

Status: Active » Fixed

Hi,

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.

dries’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.