Closed (won't fix)
Project:
Taxonomy display
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2012 at 08:04 UTC
Updated:
11 Sep 2012 at 03:21 UTC
Hi,
I'm finding a way to display a different view for different role.
Unfortunately with this module is possible to associate only a view to a taxonomy vocabulary.
Any suggestion?
Comments
Comment #1
codycraven commentedI could certainly develop something, however this is really an edge case and would take a lot of additional work on my end.
You could either create your own associated content display plugin by reading the term display plugin how to and then adapt it for the associated content display (they are very similar and you'd be able to copy much of the associated content Views plugin from the module). I unfortunately haven't had time to create an associated content how to yet.
If you don't want to custom develop something, Panels would probably be your best bet. You'd create a variant based on the role and use different Panes in each to display the associated content.