The faq module and taxonomy are enabled, insert various items in a taxonomy, but does not display the category when I include a FAQ contents, and consequently does not sort by category and displays the contents. What am I doing wrong?

Comments

dannymazzo’s picture

When I go to add a content does not appear to bind the category, without showing any FAQ divisions.

subhojit777’s picture

This may be a problem with faq module. I fixed it by manually adding term reference field to the faq content type.

Steven Brown’s picture

@dannymazzo Please post an image showing your configuration screen for the FAQ module. If I'm reading what you've said correctly it might be a configuration issue. If it's not a configuration issue then you will need to write a more thorough description of the issue.

msankhala’s picture

Issue summary: View changes
StatusFileSize
new63.88 KB
new177.51 KB

I am also facing the same issue. FAQ and taxonomy modules are enabled. My FAQ modules version is 7.x-1.0-rc2.

See screenshot.

csc4’s picture

I had this problem - hadn't spotted under advanced that you EXCLUDE all the taxonomies you don't want, not select the one you do...

atang08’s picture

If csc4's suggestion works, why not include this in the doc?

Had this issue as well.

Would save a lot of people time.

le72’s picture

Same here.
Fresh Drupal 7.34 install + FAQ 7.x-1.0-rc3
I have enabled Taxonomy and have "FAQ Categories" vocab with few terms.
After enabling categories for FAQ nothing happens.
I had a look in sources and in the function faq_categories_settings_form_submit nothing related to creation of term referenced filed. Just checking of present of valid vocab.
Any way - doesn't work as expected :-(

bekirdag’s picture

As csc4 mentioned on comment #5 you should EXCLUDE the vocabularies that you don't want to use to. This is a bit weird to select the excluded ones instead of selected the vocabularies that we want to use.