Closed (won't fix)
Project:
Display Suite
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 15:34 UTC
Updated:
7 Sep 2011 at 18:03 UTC
Hello,
Is it possible to disable the listing of nodes on taxonomy term pages through display suite? I would like to display tagged nodes in a block on the taxonomy term pages using Views. I tried the Taxonomy Term view that comes with Views, but it just overrides the entire page ignoring the layout I made in display suite. Any suggestions?
Thanks,
Paul
Comments
Comment #1
swentel commentedI'm not exactly sure what you mean. Taxonomy term pages list nodes, so why would you add another block with the nodes on the right ?
Comment #2
pnigro commentedSorry for the confusion. I will try to elaborate. For my current setup, I have three content types that reference the same vocabulary. So on my taxonomy term pages (taxonomy/term/%), I could have three different types of nodes displayed in a single list. I would like to disable this listing so that I could use Views to display each type of node in a different Display Suite region. Is this possible through Display Suite?
Thanks for the assistance,
Paul
Comment #3
swentel commentedAh no. That's pretty hard. For that you'll be better of using page manager. You'll have to create 3 views with a different filter (each for content type), take over the taxonomy/term page with page manager and insert those 3 views on a layout (3 column I presume). Display Suite doesn't handle this kind of configuration.