5

is there module for Drupal that user can like or unlike,and favorite the node?like stackoverflow's button?

tnx.

MJH
  • 653
  • 2
  • 14
  • 36

2 Answers2

8

The Vote Up/Down module works a lot like StackOverflow's Up/Down voting. The Flag module can be made to work like StackOverflow's favorite feature.

Depending on your exact use case, you may also want to check out other modules that use the Voting API module because there are lots of voting modules to choose from.

Matt V.
  • 9,703
  • 10
  • 35
  • 56
  • 1
    p.s. - You may also want to check out the Drupal Answers Beta site. The more people who use it, the better chance it has of making it past beta: http://drupal.stackexchange.com – Matt V. May 13 '11 at 15:54
  • Vote Up/Down Module doesn't work with Drupal 7. Flag module isn't very configurable, to add features I used Drupal Like module on top of it but that doesn't seem to work with Drupal 7 either. – user1071840 Jun 02 '13 at 01:09
4

Take a look at flag and fivestars. I think that's what you are looking for.

nonsenz
  • 371
  • 4
  • 15