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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | viewsintegration-1490682-4.patch | 466 bytes | roborn |
Comments
Comment #1
felixSchl commentedWow,
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 :)
Comment #2
valthebaldPatch please?
Comment #3
felixSchl commentedCan do when I get on my comp, but it's really just a one-liner - in fact, a one-worder even.
Comment #4
roborn commentedThx for the solution.
Here's the patch :)
Comment #5
roborn commentedComment #6
valthebaldThanks!
Comment #7.0
(not verified) commentedtaxonomy_index instead of taxonomy_term_index