There is unfortunately no D7 support for views integration yet. I would love to see that.

I can see that the 'nodeorder_views_data_alter()' hook extends the anticipated, yet non-existent table 'taxonomy_term_node' which probably should be 'taxonomy_index'.

However, my views api knowledge is too little to take on this task by myself. If someone is interested, I will help where I can to make this possible.

Cheers,
Felix

CommentFileSizeAuthor
#4 viewsintegration-1490682-4.patch466 bytesroborn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

felixSchl’s picture

Wow,

this might have been a bit premature feature request. Literally all that needs to be changed is to change the said table name from 'taxonomy_term_node' to 'taxonomy_index' and it works.

I am pleasantly surprised :)

valthebald’s picture

Patch please?

felixSchl’s picture

Can do when I get on my comp, but it's really just a one-liner - in fact, a one-worder even.

roborn’s picture

Thx for the solution.
Here's the patch :)

roborn’s picture

Status: Active » Needs review
valthebald’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

taxonomy_index instead of taxonomy_term_index