Closed (won't fix)
Project:
FAQ_Ask
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 May 2008 at 11:02 UTC
Updated:
14 Jun 2012 at 11:13 UTC
Ref - http://drupal.org/node/261744
I am still trying to understand this and FAQ module. SO Nancy, can the question be answered by any person ? effectively I am looking to put small "node based forum" under every node. So if the node is /Britney_Spears , people can ask questions about Britney spears and others can answer it.
Cheers
Comments
Comment #1
nancydruI am confused as to what you are trying to do. If you want a forum, why not use forums?
One of the design points of Faq_Ask was to restrict who could answer (the expert). You can allow the "authenticated user" to become experts, but that kind of defeats the purpose.
If Faq_Ask is used to create the question, it is merely an unpublished FAQ (with no answer yet). Faq_Ask then provides a block to show the unanswered (i.e. unpublished) questions. Once it is answered, it becomes a normal FAQ and is handled by the FAQ module (and/or comments module).
Comment #2
Pushkar Gaikwad commentednancy, Can I embed forum into every node ? if I can than surely that would be awesome and can help me alot
Comment #3
nancydruThe "Support" section of this web site is a Forum implementation. Anyone can ask a question and anyone can answer it. It does not use FAQ or Faq_Ask. It sounds like that is what you want.
Comment #4
Pushkar Gaikwad commentednancy, every module has a page in Drupal.org, right ? and every such page has these issues listed, for example http://drupal.org/project/issues/faq_ask so how exactly this has been done ? I know this is not relevant to faq_ask but you may be having good idea about it or how I can do it.
Regards
Comment #5
nancydruThat's done by the Project module. I assume there is a field in the issues table that links back to the project.
But I am still confused. What you describe above is what forums do, so why not use forums?
Comment #6
Pushkar Gaikwad commentedNancy can I put forum into every Node ?
Here is the thing, I am building a 500 page website and I want to put forum into every node of it so people can ask questions related to node content and others can answer it. If this can be done, my problem will be solved. :)
PS - I know u don't know much about forums but still,.. :)
Comment #7
nancydruWell, comments is pretty close to the same.
The other thing that could possibly be done is to use hook_links or even hook_form_alter to add a link to the forums.
Comment #8
nancydruYou might find something helpful here: http://drupal.org/node/69415
Comment #9
Pushkar Gaikwad commentedHi Nancy can you tell me how can I use comments ? any contrib module which can come handy here ? node_comment module could had been handy but it is still not ported to 6.x yet :(
Comment #10
nancydruI just use the standard core comments module that is enabled on the modules admin screen. I'm not sure you need anything else.
Comment #11
Pushkar Gaikwad commentedthanks nancy, I may have found the solution in http://drupal.org/project/nodecomment, the maintainer will soon come up with 6.x so I can use views with comments which should do the trick for me though I will keep options open :)
Comment #12
nancydruOkay
Comment #13
maria_zk commentedI am reopening this as I would like to have exactly the same functionality as poseidon123 described, and I was wondering if it would be possible to get some help. Here's the thing:
I would like to assign a FAQ under each node of a specific content type. So as in the first post: "if the node is /Britney_Spears , people can ask questions about Britney spears and others can answer it." With forums, everyone would be able to answer. Same with nodecomments. However i need the FAQ functionality to restrict people being able to answer by role.
Example: Under the britney node, people with ask permissions will be able to post questions. The node author only would be able to answer. And this list with q&a could be displayed under this node.
Is this possible with this module? Maybe have a node reference and restrict all questions and answers to this node only?
Thank you!
Comment #14
stenjo commentedAlthough this is not possible at the moment, this could be a way of doing things. This would mean that there should be a specific ask-a-question block that assigns the node author of the node where the block is being listed as the expert for this particular question and in addition lists all the answered questions relevant to the node in another block that may be added to the bottom of the node page as well?
How to go about linking the questions to the node? Through taxonomy or should the question also have an external node reference?
Comment #15
stenjo commentedIs this still a valid request or are there other ways of accomplishing this by now?
Comment #16
stenjo commentedSeems to be a very particular sceanrio where this would be useful. I'm closing this for now. Suggestions would be the use of context module and taxonomy in some way or another.