This is confusing stuff...

What I would like is to create a single block in views that knows where it is.

So if I am looking at a node tagged Warhol, there will be a block that displays relevant content also tagged Warhol. Obviously I can create a bunch of these blocks in views per taxonomy term and assign them via the blocks admin but I' looking for something more automated if possible

I would like block to know that it is on a node tagged "x" and the block to display node titles of other nodes tagged "x". I intend to use the block in a panel.

Can this be done with arguments? I was hoping someone would give me a push in the right direction or inform me it is not possible.

If I can't figure anything out I will probably just use the Similar By Terms module which appears to do just that (I really wanna do it with views if I can though).

Thanks
Chris

Comments

ionz149’s picture

I have no idea how I found it but it appears to do exactly what I want.

plebe’s picture

You can also try the Context module:
http://drupal.org/project/context

ionz149’s picture

I will definitely take a peek at that

Thanks so much,
Chris

acouch’s picture

Here is a pretty good tutorial if you are still looking: http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-cre...

Aaron Couch

drupal: DKAN
work: http://govdelivery.com
me: http://aaroncouch.info

ionz149’s picture

great link! thanks