Closed (works as designed)
Project:
Answers
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2008 at 19:32 UTC
Updated:
2 Feb 2008 at 14:59 UTC
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
Comment #1
amanuel commenteddoes 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
Comment #2
amanuel commented