Closed (fixed)
Project:
Question/Answer
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 17:05 UTC
Updated:
23 Nov 2010 at 14:50 UTC
Jump to comment: Most recent file
It would be great for me if anonymous user can select the best answer if the author doesn't select it yet
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | question_answer-880274-votingapi.patch | 6.99 KB | jcisio |
Comments
Comment #1
jcisio commentedWhen starting this module, I was thinking of adding a field "expiry" in each question. After this period, the best answer (using the VotingAPI, for example http://drupal.org/project/vote_up_down) is selected.
That said, I don't know when I'll implement this. A patch is welcome.
Comment #2
Oscar Illada commentedthanks i will wait for this patch because i dont have the necessary knowledge to do.
Thanks a lot
Comment #3
jcisio commentedCorrect the title. I think (well, I think) I'll implement it this weekend.
Comment #4
chalee commentedI'll be waiting for this feature too.
Comment #5
jcisio commentedUse this patch against the latest CVS. I need to get it reviewed before commit.
Comment #6
jcisio commentedTry this one instead (rerolled again the latest CVS change).
How to use?
- Apply the patch
- Go to the Q/A content type, create a new field "duration"
-- Type: Integer
-- Widget: Select list
-- In the configure page, enter prefined time in second, for example (unlimited, 1 day, 7 days and 30 days):
- Go to the Q/A setting page, select this field.
- Install VotingAPI module and another module, for example, vote_up_down (don't forget to enable "vud on comments").
- Go to permissions page, allow anonymous to vote on comments.
Comment #7
jcisio commentedI've committed in the 6.x branch http://drupal.org/cvs?commit=442930, need port to 7.x.
Comment #8
jcisio commentedCommitted to the 7.x branch. Currently I don't know any voting modules available for D7. I hope that there will be more users giving feedback later.