I dont see anything in views to let me utilize the new table.
I have a hierarchal vocab 3 layers deep but cant utilize this mod in d.6.6 any way I can think to...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | lineage_term_basetable.patch | 422 bytes | smokris |
I dont see anything in views to let me utilize the new table.
I have a hierarchal vocab 3 layers deep but cant utilize this mod in d.6.6 any way I can think to...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | lineage_term_basetable.patch | 422 bytes | smokris |
Comments
Comment #1
StuartDH commentedYou probably need to use it with something like the views_bonus module http://drupal.org/project/views_bonus
Comment #2
iNade commentedViews_bonus for D6 do NOT contain Lineage plugin... both release bugged beta2 (missing files), and the last -dev.
It seem's to bug actually.
Comment #3
smokrisAs of 6.x-1.0, lineage.module only supports the 'Node' views base table. I'm guessing you're trying to create a view using the 'Term' views base table?
I've attached a little patch that adds support for the 'Term' views base table. Once this patch is applied (and you've cleared the views cache), you should see a "Taxonomy: Hierarchy" field.
Comment #4
agileware commentedPatch in #3 has been committed