Hi Everyone,
Recently I'm about to use Drupal 6 to build a list view where it will show a list of questions and its corresponding answers.
I've set up a question content type and answer content type and I'm using a cck nodereference field in the answer content type to refer to the question node id that ties to the answer.
Now I'm having trouble building a list effects like the following:
Question 1: blah blah blah...
Answer 1: blah blah blah...
Answer 2: blah blah blah...
Answer 3: blah blah blah...
.....
Question 2: blah blah blah...
Answer 1: blah blah blah...
Answer 2: blah blah blah...
Answer 3: blah blah blah...
.....
Question 3: blah blah blah...
Answer 1: blah blah blah...
Answer 2: blah blah blah...
Answer 3: blah blah blah...
.....
....
Question 10: blah blah blah...
Answer 1: blah blah blah...
Answer 2: blah blah blah...
Answer 3: blah blah blah...
.....
It's more like the view when using the comments module except that this time it's done in nodes.
How should I do it using views?
Read »








