I have a problem that i cant seem to get my head around.
What i need to do is to create lists in drupal, where you can group nodes together depending on what category they belong to, and also have that category as a header.
ex:
- January (category, header) -- week 1 (category, header) --- 1. bananas (node) --- 2. apples (node) --- 3. pears -- week 2 --- 1. apples --- 2. bananas --- 3. pears
or if no week has been set as category:
- january --- 1. bananas --- 2. apples --- 3. pears --- 4. plums and so on...
i've fiddled around with taxonomy in views and i just can't seem to get it right. I'm in a bit of a panic about it right now, so if anyone has got any ideas at all please post it.
Thank you.
/Anders