Hello,
I start to move three of my sites into a drupal one and have some questions about structuring content.
I understood the concept of taxonomy but have some troubles with navigation menu.
For my blog, I made the following taxonomy :
Blog Topics
- Topic 1 (term 1)
-- Sub Topic 1 (term 2)
-- Sub Topic 2 (term 3)
- Topic 2 (term 4)
...
"
Then I create a menu and menu items (one menu item for each element in my taxonomy). As all term from my taxonomy would be used as categories.
- Topic 1 (points to term 1)
-- Sub Topic 1 (points to term 2)
-- Sub Topic 2 (points to term 3)
- Topic 2 (points to term 4)
...
Then it looks good BUT :
Let's say I write a blog entry and I want to put it in "Sub Topic 1" in "Parent item" (Menu settings section in blog entry edit form). Then I would have it in my menu as
Topic 1
- Sub Topic 1
-- My Blog Entry
But If I click on "Sub Topic 1", I got : there is no content in these category.
Then If I add to my blog entry the term "Sub Topic 2" and move (or not) my blog entry in "Parent item", then it works well : if i click on "Sub Topic 1" in my menu, I see my blog entry.
So this way I think I have to put my blog entry to several "repositories". Then I have the impression all contents will be "doubled" where as I would handle content order just once.
I think I'm not too far from the right and nice solution but I can't see it so far and start to be angry about it... :-/