Closed (won't fix)
Project:
Frequently Asked Questions
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 14:37 UTC
Updated:
13 Sep 2009 at 23:44 UTC
Hi,
I'm trying to modify/configure the faq module to allow for multiple questions and answers within the same node or content type. All I really need is to change the questions and answers fields to multiple fields. Of course I'll need to maintain the anchor functionality. This functionality works great within the category/taxonomy element. Unfortunately, I can't use this feature to solve my problem. The main reason being that they want to be able to add the one node, with it's collection of faqs to the menu in that one add faq form.
Any help/guidance would be greatly appreciated.
Thanks,
Robbie Jackson
Comments
Comment #1
stella commentedI don't know of any way to do this at present. You could use cck + views to create an faq, but then you loose the anchor (questions at top) capability. So basically I'm not sure it's possible.
Why do you want to have more than one question/answer per node? If you can explain what you're trying to do, maybe I can come up with an alternative solution.
Comment #2
rmjackson commentedI need to be able to add multiple faq questions and answers in one complete process, then have that collection of faqs live in one part of the menu. It all needs to be done in one simple process.
Comment #3
stella commentedHow about enabling faq categorization on admin/settings/faq/categories? You'll need to create a FAQ vocab, associate it with the 'faq' content type and then assign a term from this vocab to each of your faq nodes. You'll then get categorized faq pages like 'faq/123' (where 123 is the term id) so you can group your faqs that way. By using the pathauto / path modules you can change your 'faq/123' urls to be more human / search-engine friendly (e.g. 'faq/company').
Would this work? There's no way to do what you're requesting with the faq module, and I'm not really open to having more than one question/answer on each faq node.
Comment #4
stella commentedMarking issue as "won't fix" as no more information forthcoming. Please feel free to re-open if the problem persists and you can provide more information.
Cheers,
Stella