By w3courses on
Is there a module out there that will give me a node count for each of my content type and also gives me the number of registered users (active and Non active) on my drupal site? Is it possible to build this using views?
This is what I want
Node Count:
Content Type ......... Nodes
Content Type 1 ...... 15
Content Type 2 ...... 20
Total .................... 35
User Count:
Status................... Users
Active Users ......... 20
Inactive Users ...... 10
Total ................... 30
Comments
I am looking for the same
I am looking for the same thing. Anyone?
Views probably can help you
Views probably can help you with both of these tasks, although I haven't done that exact thing myself.
One thing to try is setting up a view with an argument of node type, and then, under "Action to take if argument is not present:", choose Summary. When you view the View without providing an argument, it should show each type of node, with a count of each type in parentheses.
But you may also want to take a look at the User Count module:
http://lmpartnership.org/admin/reports/usercount
and the Count Nodes module:
http://drupal.org/project/count
˚ ˚ ˚ ˚ ˚
Kristi Wachter
Drupal consultant, evangelist, and enthusiast
I did that view and works for
I did that view and works for me thanks
@manoloka
An yet you wont post the view?