0
votes

I have a single page with with 3 different groups of FAQ's.
I need to present all of these in a single page, I thought about doing it in the template variable.
So here is an example I have found over the web for the kind of complexity that I need.
Is that doable with modx? Thanks

enter image description here

2

2 Answers

0
votes

You might be better off using one of these dedicated FAQ extras: http://modx.com/extras/browse/?search=faq

Or try the MIGx TV if you can figure out how to set it up :) http://rtfm.modx.com/display/ADDON/MIGX

0
votes

It sure is, you can get this kind of functionality by using normal page resources & the getResources extra. Template variables will slow things down, use the introtext & description fields for your questions & answers. If you need to group them into categories, separate them into hidden parent resources & tickle the getResources call as necessary. The docs for it are here: http://rtfm.modx.com/display/ADDON/getResources