I have vote_up_down module installed and several views where nodes are sorted by date, rating, number of comments, etc. I want to add a dropdown menu that would allow users to chose if they want to see all nodes rated, say, above -5, above 0, above 5 or absolutely all nodes.
Right now all I can do is provide an exposed filter where the user has to manually enter the threshold. Can I change this filter's form so that it offers a choice of "all, greater that or equal to -5/0/5"?

Comments

catch’s picture

Project: Views (for Drupal 7) » Vote Up/Down
Version: 5.x-1.5 » 5.x-1.x-dev
Category: support » feature
marvil07’s picture

Category: feature » support
Status: Active » Fixed

No more features to 5.x, please take a look to the update on the project page, now 5.x is not-really-maintained.

Yep, you can do that using form alter

Status: Fixed » Closed (fixed)

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