I was wondering if it was possible to use taxonomy terms as selection rules when trying to create a handler for a node view panel page.

I was reading this post http://drupal.org/node/465070 but the scope is a little different I think.

As an example, we have a bunch of stories that can be tagged as either A or B, we want stories tagged with term A to display in one panel page, and stories tagged with term B to be displayed in another. Is my only option to split story into two content types?

Any help or guidance is appreciated! Thanks!

Comments

esmerel’s picture

You should theoretically be able to split these by using multiple variants for the term_view, and use one variant for A and one for B. Or maybe I'm not reading your request correctly :)

merlinofchaos’s picture

Status: Active » Fixed

Now that there is a PHP access plugin, you can use that to write some PHP code that will check a node's taxonomy term. You can also use a relationship to create a taxonomy context that will make this a little easier.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.