0
votes
1answer
201 views

Ways to implement auto voting feature on a content type?

I have a content type called "articles". A user adds a new article and other users on the site can vote for the article. I am using the Drupal default poll module. In order for this to work, I have ...