Closed (fixed)
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Feb 2011 at 19:53 UTC
Updated:
16 Jul 2011 at 18:21 UTC
I just upgraded from 6.2 to 7 and to my big surprise, it's not possibly to use 11+28 anymore and then it should display the stories in these categories. I have now installed and enabled Taxonomy Filter Core, Multi-Term Views & Multi Term. But when I access eg. http://www.eve-o.dk/taxonomy/term/11+28/ then I just get a The requested page could not be found. It's working with just one term.
What do I need to configure, to make this work?
Comments
Comment #1
solotandem commentedThis module is expecting a URL with the tids separated by commas (e.g. 11,28) not a plus sign as you indicated. Have you tried that? Have you enabled the taxonomy term view in the Views module?
Comment #2
tonnyl commentedIt was not enabled. Now im not getting the "page not found" error, but just a blank page, you can test it here - http://www.eve-o.dk/taxonomy/term/11,28/
I don't get any error messages in apache og drupal log, do you have anymore ideas?
Thanks.
Comment #3
solotandem commentedAre you trying to display content that is tagged with ALL of the terms or ANY of the terms? This module, along with Muti-Term Views, assists you with the former. The default Views display will do the latter.
Comment #4
tonnyl commentedIn taxanomy I have a Vocabulary called Category. Below this category i have eg. News, patchnotes, guide and so on. Now I want to create a link in my menu that displays all those stories, with the latest first - just like a blog with only content of the type "Story" no forum topics.
Comment #5
solotandem commentedYou should be able to restore the multi-term displays using this module, Views, and Multi-term Views module. Please read the Configuration section of the README included with the latter module.