I'm looking for a module that would enable me to have a "daily" content (picture/video/text/etc.) and would have previous and next buttons next to it. Here is an Example

Any ideas?

Comments

vm’s picture

investigate the views.module which is a query builder. From there you can build pages and/or blocks that do what you ask.

also get the advanced help.module which has quite a bit of views2 documentation that comes with it.

you will also want to use google and find views2 specific videocasts.
It takes a bit of playing around with views.module to understand how it works and realize its potential.

knausz’s picture

Use global random sort in Views, but that will regenerate everytime it's loaded. so set caching in views to the desired time. Then the block will only update in that period. If that's not granular enough, see the blockcache_alter module for complete adjustability.