I've followed the directions here: http://drupal.org/node/468488
Now I have multiple FAQ pages at category/faq/refunds and category/faq/privacy, the problem is they are displayed as full questions and answers. I'd like to keep the collapsing FAQ style and also to have control over the header, just as the default FAQ page does itself.
Someone else raised a similar issue here: http://drupal.org/node/366637#comment-1968794
I don't want to hijack that issue, so I made a new one.
Comments
Comment #1
butler360 commentedI was just about to give up searching the issue queue when I came across this post: http://drupal.org/node/299191#comment-1175993
The PHP worked, sort of. When using hide_answers, the answer would be hidden but clicking on the question would do nothing.
Then I found this issue: http://drupal.org/node/390404
And that works great except it shows "
<!-- category header with title, link, image, description, and count of questions inside -->" above the category description. I'm assuming this is because I only used the hide_answers parameter and didn't use a second/category parameter at all. I'd prefer to use the input filter to add FAQs to nodes but how can I remove the commented portion above?So these ways more-or-less answer my original issue, but a solution that's more specifically in line with the original issue would be nice but not necessary.
Comment #2
butler360 commentedFor anyone with the same problem, I simply deleted any instances of
<!-- category header with title, link, image, description, and count of questions inside -->from the module to get rid of this.Comment #3
stella commentedHTML commenting isn't supported by the "filtered html" input format by default in Drupal 6, so for now you will need to use the HTML comment module and filter.
Cheers,
Stella