Skip to main content

Like / Voting System

6 replies [Last post]
User offline. Last seen 6 weeks 11 hours ago. Offline
Joined: 01/26/2010
Posts:
Points: 0

 i think a neat feature to implement would be a "like" & "dislike" system for forum posts, downloads, etc.

 

i actually wish more forums in general online had systems like this.  so - who likes this idea?  who dislikes it?  post up!

 

(forum captcha - *cough* hassle *cough*)

 

:)

5
Your rating: None Average: 5 (1 vote)
User offline. Last seen 3 days 3 hours ago. Offline
Joined: 12/04/2009
Posts:
Points: 25
Like/Dislike with Flags

Like/Dislike functionality can be done with the Flags and Views module. This would involve Creating a 'Like' flag and  'Dislike' flag.  You'd need logic in your node theme template file(s) to ensure that someone doesn't 'like' and 'dislike' the same post.

"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter

User offline. Last seen 6 weeks 11 hours ago. Offline
Joined: 01/26/2010
Posts:
Points: 0
 "like"

 "like"

git
User offline. Last seen 1 week 3 days ago. Offline
Joined: 09/16/2010
Posts:
Points: 0
Groups: None
you might want to check out

you might want to check out the rate module



http://drupal.org/project/rate



adds alsorts of configurable widgets, 5 star, emoticons, and a preaty little thumbs up/down.



under construction

User offline. Last seen 3 days 3 hours ago. Offline
Joined: 12/04/2009
Posts:
Points: 25
Fivestar/Voting API

I use the Fivestar module along with the Voting API module on this site. I just enabled voting in the forums so you can see how it works. I haven't tried the Rating module, but noticed that it's a final (not beta) for 7. It also looks a bit more flexible.

"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter

User offline. Last seen 6 weeks 11 hours ago. Offline
Joined: 01/26/2010
Posts:
Points: 0
 "adds alsorts of

 "adds alsorts of configurable widgets, 5 star, emoticons, and a preaty little thumbs up/down."

 

i don't know man, i'm not getting those functions out of RATE at all.  in fact it only has a permissions option on my end.  i'm looking for all of what you talk about, but unless you know something i don't about "rate," i'm not seeing it.

 

 

*edit:  nevermind, i found them.  :)

git
User offline. Last seen 1 week 3 days ago. Offline
Joined: 09/16/2010
Posts:
Points: 0
Groups: None
you need to enable the

you need to enable the widgets and configure them.

 

under structure

admin/structure/rate

pick and configure the widget type attaching to what nodes you require.

edit

also if you add the chart api you get nice displays aswell, but its not quite ready yet. (still a bit buggy)

under construction