Todays $60 question is about taxonomy.
This is a three part question, no credit will be given unless all are answered.
Part 1:
How do I create a taxonomy structure like below, there should be a way to configure vocabularies or terms with multiple parents.
the -History, -Facts, -Other should be in their own vocabulary or term, I shouldn't have to repeat those 2,000 times.
North America
-History
-Facts
-Other
--USA
--History
--Facts
--Other
---Alaska
---History
---Facts
---Other
Part 2:
Also need the tokens to configure pathauto patterns so that the url aliases read like:
example.com/north-america/
example.com/north-america/history
example.com/north-america/usa
example.com/north-america/usa/history
example.com/north-america/usa/alaska
example.com/north-america/usa/alaska/history
Part 3:
-History -Facts -Other Should be links in a seperate block on every page (North America, USA, Alaska)
This should be done using 1 view or 1 block with variable php snippet.
with relative link:
example.com/north-america/history
example.com/north-america/usa/history
example.com/north-america/usa/alaska/history
Let me know if you are able to answer this question, I will pay $60 via paypal,
Comments
Parts 1 and 2 aren't
Parts 1 and 2 aren't compatible. What you're asking for is a many-to-one relationship in part 1. That is, you're asking to associate a single lower level term like USA with multiple top level terms like History, Facts, and Other. But in part two you're asking for more than one alias to point to the same thing. /usa and /usa/history, for example, would be pointing to the same term (USA). It's possible to have more than one alias go to the a single system path, but it sounds like what you want is for /usa to point to a page that lists parent terms for USA (History, Facts, and Other), and /usa/history to point to a page that lists nodes that are tagged with the term USA and History. Is this right? It's doable but it's a bit involved.
Yes I see now, I've have a
Yes I see now, I've have a few people tell me the same thing. I will sit down to figure out my taxonomy and re post with different deliverables. Thank You