Closed (fixed)
Project:
Answers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Mar 2008 at 15:38 UTC
Updated:
4 May 2011 at 23:59 UTC
do it is possible to select best answer by asker. and also to lock the topic (ie question will be unavailable to answer) after selecting best answer.
Comments
Comment #1
amanuel commentedComing soon.
Comment #2
amanuel commentedComment #3
tea xpress commentedwould this module (Answers) be ported to v6 any time soon?
Comment #4
sharique commentedsubscribing.
Comment #5
sharique commentedwhat's progress?
Can make a head or dev release so that we can test.
Comment #6
leoleo commentedsubscribing
Comment #7
ZenDoodles commentedCan I help?
Comment #8
kiero63 commentedI'm also looking to this fonctionnality for the 6.X version. A possibility to choose the best answer and a lock option of the node after the selection.
Thanks
Comment #9
chipcleary commentedHi @kiero63.
This seems like a generally useful feature.
Can you validate that I understand what you are requesting. (Or can you point to a site that implements it the way you are envisioning it? It seems to me that the approach to "accepted answers" in StackExchange is akin to what you want.)
Here's what I understand ... is this what you had in mind?
Comment #10
kiero63 commentedThanks for replying so quickly. I agree the most part of your plan, maybe I can add some precision.
Maybe the display first for the best answer can be an option, maybe some of us would like to hightlight it with CSS.
One thing can be to add an new field inside views for the selected answer to be display in the "question/all" path for exemple.
Maybe one way can be to use Workflow or Rulesfor making this different part working and have more flexibility. I haven't try developping under Drupal yet so maybe it's not easy as expected.
I was thinking about a limited time question option which also lock the ability to post answers. Usefull in my case because people need answers in a limited period of time. I take a look on the Node expire project. It can be a good way to investigate.
Comment #11
chipcleary commentedHi kiero63,
My thoughts on this.
Overall, I'll proceed with the plan I have laid out. With your additional clarifications ...
Maybe the display first for the best answer can be an option, maybe some of us would like to hightlight it with CSS.
From an implementation perspective, it turns out that it will be simple for a site administrator to disable this feature. I will include instructions in the "read me" for how to do it. I'd rather do that than make another option.
One thing can be to add an new field inside views for the selected answer to be display in the "question/all" path for exemple.
This feels to me like a separate feature request. I will start a separate feature request and ask if others have this need. Maybe someone else can pick it up and work on it. FWIW, the way I'd imagine doing this is to create a parallel set of paths and create separate views that are configured to do this.
I was thinking about a limited time question option which also lock the ability to post answers. Usefull in my case because people need answers in a limited period of time.
Same as above ... this feels like a separate feature request. I will post it. (FWIW, I can understand the general need and think there are some design questions about it before implementing it (e.g., Is it for all questions on a site? Can the question author extend the time? Can the question author disable it for a question?)
How's all that sound?
Comment #12
kiero63 commentedHi chipcleary,
I understand what you mean and I agree with the fact that my others requests can be separate modules for exemple to extend the possibility of this one.
Thanks again for taking times on it.
Comment #13
chipcleary commentedA separate module is now available to provide the best answer feature. Please see Best Answer.
I've made a dev version available and will leave it that way for a few weeks for testing. If you have feedback, please leave it on that project site.
(Separately there is a conversation starting about incorporating some work by @seaji that may also offer this feature built into the Answers module. Stay tuned.)