Hello all
I hope this one get noticed.
I'm planning in creating either a module or a simple php node that can display on frontpage a short summary organized primarily in increasing ranges of time (like today - yesterday - last week..) with the count of nodes added (or even updated, but it's not that important) during that period of time for each category (that can be either a content type or a taxonomy term).
This will end up as something like:
Today added 1 news[link]
Yesterday 3 new images added
- Last week
- 16 new images added
- 4 new masks added
that's it
if you think this is doable with drupal itself, with a known module let me know
if there's nothing to do this and will to help me code it into a module, please let me know either.
Regards,
Matteo.
Comments
_
You might be able to do this with views and some theming, otherwise you'll have to create a custom block. See http://drupal.org/handbook/customization/snippets for some snippets you might be able to use in a custom block.