-
☆ A M B ☆
- 24,524 Posts
Definitely better off using getResources (or Ditto) for this.
I would use MIGx for this, unless you really need a separate page for each question/answer pair.
I'll give it a go!
We have installed MIGX but I thought Wayfinder could solve this problem.
I'll try MIGX, hopefully it will solve the problem more fruitfully
-
☆ A M B ☆
- 24,524 Posts
Wayfinder is designed for menus. It does nested menus, which is very useful, but it's not good for content display. getResources is intended for displaying summaries and content.
MIGx approaches the problem from a different direction altogether. If you don't want to have a link to an item's full page, you don't really need a resource for each item cluttering up your site_resources table or the Tree. MIGx uses JSON strings to store its content in the template variables tables. If you have a lot of such content, MIGXdb is the same thing, only using a custom database table to store the data.
The main disadvantage to MIGx is that it's a TV, and thus tied to templates. There is a very promising looking project now in beta called mxFormBuilder that will be very useful for "lists" of things like this. In Evo I used to use Jot a lot.