I've created a two level hierarchical 'News' vocabulary, like this:

Main category 1
- subcategory 1
- subcategory 2
- subcategory 3

Main category 2
- subcategory 4
- subcategory 5
- subcategory 6

etc.

Main categories are 'containers', there are articles just in the subcategories.

I've created a taxonomy queue related to this vocabulary. When I submit a new article, it is easy to add it to the queue of the subcategory. But it should added in the same time to the main category of the subcategory too (manually or automatycally).

From an other view: in the queue of the main category it should be possible to choose articles from any of the subcategories (it would be selection from a list like taxonomy/term/1/all).

But it is not clear to me how to do it. (Maybe I should create my vocabulary another way...)

Could you help? Thanks!

Comments

thamas’s picture

Just to be clear:

I have to create a site like nydailynews.com and I planned to create the frontpage and the section pages with panels and node (taxonomy) queue.

merlinofchaos’s picture

The taxonomy subqueue stuff does not currently support hierarchy.

thamas’s picture

So it could be a feature in the future... ;o)

I look for an other way to do it. (Any idea?)

Thanks!

thamas’s picture

Component: Documentation » Code
Category: support » feature
thamas’s picture

Possible solutions:

Choose multiple categories (main category and subcategory) - each can have it's own queue.

Use more one level (not hierarchical) vocabularies - every category can have its own queue and plus queues to the combination of the choosed categories.

(Useful info in the video of Panes and Nodequeue session of Drupalcon Boston:

http://boston2008.drupalcon.org/session/panels-2-and-nodequeue-0

http://www.archive.org/details/DrupalconBoston2008-Panels2AndNodequeue )

thamas’s picture

Status: Active » Closed (fixed)