I have this website iloveforwards.com created using drupal.
I would like to have a block on the side that says total Number of forwards: n
the pages are created as stories.
i tried views. no luck. Pls help
-Vivek
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the views_groupby module to do this. It’s a good module for counting up pretty much anything that you can pull together with a view.
Here’s the documentation.