Hi,

I need ideas on how to set up a wallpaper-download section on my site. At the moment the wallpapers are displayed as a long teaser list of story nodes. However I would prefer to somehow make more use of the available space.
Please go check out the section and let me know if you can think of a better way of setting up this:

http://www.lostmonkey.dk/wallpapers

Thanks,
Mikkel

Comments

Aran Deltac’s picture

Modify the templates so that the nodes flow from left->right then top->bottom. Should just be some simple CSS and HTML modifications.

cog.rusty’s picture

Very nice and tidy gallery setup, by the way. What image/gallery/upload modules did you use?

Lostmonkey’s picture

I've used the image.module for my galleries, and for the wallpaper download section I use the disknode.module.

Aran: I'm not sure how to do that, do you know where I can find a description of the method?

cog.rusty’s picture

Perhaps you can use a variation of this idea which floats every two teaser on the same height and then breaks:

http://drupal.org/node/27441

Or, you can try the panels module.