We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22815
    • 1,097 Posts
    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.
      No, I don't know what OpenGeek's saying half the time either.
      MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
      Forum: Where to post threads about add-ons | Forum Rules
      Like MODx? donate (and/or share your resources)
      Like me? See my Amazon wishlist
      MODx "Most Promising CMS" - so appropriate!
      • 16834
      • 93 Posts
      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
        • 24531
        • 213 Posts
        i wonder if it’ll work with 0.9.6. let’s have a try...
          • 36451
          • 264 Posts
          Does it or not? Just curious...
            • 16834
            • 93 Posts
            currently working fine in 0.9.6.1p2 with ListFaqFolder v 0.2beta

            there may be updates, I don’t know.

            L
              • 36451
              • 264 Posts
              Thanx for your information. Will test this snippet soon.