I am needing some help in the best way of creating a downloads page, that is:
1) A page that lists all downloads, under different categories
2) Each item listed gives multiple downloads, as well as different variations.
The structure is thusly:
Downloads (category)
...Wallpaper (category)
......Download item (page)
......Download item (page)
...Screensavers (category)
......Download item (page)
......Download item (page)
The problem I am facing is that each item has multiple downloadable varations.
For example, a Wallpaper downloadable can have different sizes:
ie:
640x480
800x600,
1024x768,
etc...
Because the sizes can be different, and lots of them it seems silly to have tons of template variables for every eventuality.
Q1. What is the best way to handle multiple downloadable variations for 1 file?
Secondly, I need to structure the output so it looks like this:
Q2: In Ditto, how do I make it output one category at a time?