We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14784
    • 16 Posts
    This is an auto-generated topic for FAQ Manager 2.0-beta1 by josht.

    Brief Description:
    Lets you add/remove and sort your FAQ's from within the Revo manager.
      • 33337
      • 3,975 Posts
      Any screenshots?
        Zaigham R - MODX Professional | Skype | Email | Twitter

        Digging the interwebs for #MODX gems and bringing it to you. modx.link
        • 25663 MODX Staff
        • 12,272 Posts
        Does this support multiple categories and templates for each index list, question and answer?
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 21635
          • 81 Posts
          i downloaded and installed it, but there is really so little documentation.. there seems to be a way of templating, but it’s not documented.. any experiences anyone?
            • 21635
            • 81 Posts
            Well, i just tested a bit.

            you can make templates using the placeholders [[+question]] and [[+answer]]. Seems obvious, but was not documented...

            <h3 class="faq_question"><a href="#">[[+question]]</a></h3>
            <div class="faq_answer"> [[+answer]]</div>


            Then you call it like this

            [[faqMan? 
             &set=`1`
             &tpl=`la_faq_tpl`]]


            Now that would make this addon pretty great for my uses, but i realized there is a character limit for the questions. Which makes it useless for me! Why is that?
            Any chance for a quick update?

            Anyhow thanks for this addition to the MODx-family.
              • 3749
              • 24,544 Posts
              FWIW, EZfaq has no limit on either questions or answers, although the templating options are much more limited and I’m not crazy about how the JS is implemented.
                Did I help you? Buy me a beer
                Get my Book: MODX:The Official Guide
                MODX info for everyone: http://bobsguides.com/modx.html
                My MODX Extras
                Bob's Guides is now hosted at A2 MODX Hosting
                • 14784
                • 16 Posts
                GAH! Completely forgot this thread was generated... I’ll actually keep up with it now. smiley

                Quote from: zi at Dec 06, 2010, 01:35 PM

                Any screenshots?
                Not yet, but I’ll get some up soon.


                Quote from: rthrash at Dec 07, 2010, 12:30 PM

                Does this support multiple categories and templates for each index list, question and answer?
                Multiple categories: yes
                Templates are chosen when you call it, so they aren’t assigned to a specific list, but can be chosen as you call each different set of FAQ’s.


                Quote from: nklsf at Jan 12, 2011, 07:03 AM

                i downloaded and installed it, but there is really so little documentation.. there seems to be a way of templating, but it’s not documented.. any experiences anyone?
                For the templating, you have it exactly right.
                The limit on questions had been fixed I just forgot to push it to the repo and update the addon on here. It is capped at 255 chars right for questions, and answers don’t have a hard cap.
                  • 21635
                  • 81 Posts
                  It is capped at 255 chars right for questions, and answers don’t have a hard cap.

                  just a short question, why are you capping it in first place? i know it might be a rare occasion, but by having a cap you influence the way people put up there questions...
                  is it a performance issue?
                    • 14784
                    • 16 Posts
                    Quote from: nklsf at Jan 13, 2011, 03:45 AM

                    just a short question, why are you capping it in first place? i know it might be a rare occasion, but by having a cap you influence the way people put up there questions...
                    is it a performance issue?

                    I was thinking performance issues originally, I like trying to have my database fields just big enough to hold my data. The site I had originally written this for had their questions max out at about 150 chars, but if needed this could certainly be changed.
                      • 21635
                      • 81 Posts
                      If you ask me, when putting this up for everyone to use you should have unlimited (or maybe 1000?) characters space; just to include all different use cases.

                      If you like look at our FAQ-Page

                      http://lehmannaudio.com/service/faq.html#headphone_amps

                      We started out by putting up our Questions, but for example the 2nd one in "Headphone Amps" just came in as a question from one of our customers clients. You see it’s getting quite into detail there, so they need some space to clarify the exact problem in question. (344 Chars) And actually we like the idea of collecting the "real-world"-questions in our faqs.

                      What do you think?