This is an auto-generated support/comment thread for
ListFaqFolder.
Use this forum to post any comments about this addition or any questions you have regarding its use.
Brief Description:
First draft of an FAQ engine using documents.
helpful hints from bitter experience for those trying to get this working (I was using MODx 0.9.2):
a) the snippet call is [!ListFaqFolder!] - [[ListFaqFolder]] does not work.
b) If you have an category or sub-category folder with no questions on that page but child documents exist then you must place [!ListFaqFolder!] in the content of that folder otherwise it displays as a blank page with no sign of the contained documents.
c) Add the question to the title of the page AS WELL AS the Summary [Introtext] for site menu to work.
d) You have to add the following classes to your template CSS file:
(NOTE THE SPELLING of faqreponse! - it only took me a whole hour to track this one down ;-)
.faqquestion {
}
.faqreponse {
}
.faqfolderlist {
}
.faqquestionlist {
}
When it works; it, er, works!
Hope this helps others.
Leapy
i wonder if it’ll work with 0.9.6. let’s have a try...
Does it or not? Just curious...
currently working fine in 0.9.6.1p2 with ListFaqFolder v 0.2beta
there may be updates, I don’t know.
L
Thanx for your information. Will test this snippet soon.