Hi there,

thanks for the module, I really like its idea.

You wrote:

"Module outputs:
[...]
- A views argument handler to filter a given term + related terms."

Where to look for it? There is nothing new in my Views.

Thanks,
Szy.

Comments

russellb’s picture

Hi there,

The views argument handler is views 1 from the original School of Everything development of the module. It would need porting to views 2 to be useful in Drupal 6. Have you got the taxonomy page block working?

Best wishes,
Russell

russellb’s picture

Component: Documentation » Code
russellb’s picture

I'm wondering if we could use a views 3 relationship for this. I figure that would allow more flexibility than the custom argument that we provided in views 1. People could use the standard views 3 taxonomy argument handlers and add an NCO relationship.

russellb’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
russellb’s picture

Assigned: Unassigned » russellb

I have views 3 integration working now for NCO in testing. I've written the code to tell views 3 about the taxonomy_nco table, and got an NCO taxonomy relationship going which has allowed me to recreate the functionality of our related terms block in views. I think this approach will open up a lot of new possibilities for the use of Taxonomy NCO relationships within overridden taxonomy views, and beyond this in custom views across sites. I'll do a little more testing before pushing to 7.x-1.x-dev - pls PM me if you would like to see something in advance.

russellb’s picture

First views 3 integration pushed to 7.x-1.x:
http://drupal.org/commitlog/commit/12120/7bde9a4d24d6634e34e6bd3c9a8ab6d...

On this version I've had a taxonomy view running using:

  • a normal taxonomy term ID contextual filter (argument)
  • a taxonomy NCO relationship of our tib_b back to taxonomy_term_data
  • taxonomy term name field using above relationship
  • taxonomy NCO - NCO field
  • filters on vocabulary, union and NCO cutoff

This recreates the functionality of the related terms block but brings it within the configurability of views.

russellb’s picture

Status: Active » Needs review
russellb’s picture

Status: Needs review » Closed (fixed)

Views integration now on release in 7.x-1.2