posts_count on forums view

Forums > Book - Chapter 5 > posts_count on forums view

Login to post a new topic

Author Message
novice
Member since 14 Nov 22:51
0 posts
In forums/index.rhtml we have
1.
<%= forum.topics_count %>

And in topics/index.rhtml we have
2.
<%= topic.posts_count %>

How do we get a count of all posts in a forum on the forums/index.rhtml? In fact we have to multiply the resulft of 1. and 2., i think?!
Did ever anybody try this?