Search code examples
drupaldrupal-modulescck

Drupal: show content in fancy way


I have a Drupal site on which users can enter CCK content by uploading docs to content. CCK has title, body, and a set of attached documents and I would like to show the nodes (using views) in a fancy and sexy way to make the application really appealing (I need to make customer happy).
I know that this is a little difficult because document management is not a sexy argument, but I would like to find an original way to show content. Do you know which module(s) can I use?


Solution

  • The question is a bit vague, but here are a few ideas off the top of my head...

    If you have thumbnails of the documents, you could display a Cover Flow effect, using the Views Slideshow: ImageFlow module.

    Or you could use Views to output a list and theme the list with something like Isotope or QuickSand.