I have just configured the answers modules using views and I have created a node which lists all the question types in a teaser format. However, this only shows the question not the answers, which is fine. But how would I add a line of text that displays how many answers to a question are available under question title on this page?

Example:

Questions 1
3 Answers

Question 2
1 Answer

Question 3
2 Answers

Thanks

Comments

amanuel’s picture

does the view show the $links from hook_link?

Modify your theme view to show the links or customize the answers theme in your template.php

amanuel’s picture

Status: Active » Closed (works as designed)