Download & Extend

Expose Links Taxonomy Terms to Views

Project:Links Package
Version:6.x-2.x-dev
Component:Code: links_views.inc
Category:feature request
Priority:normal
Assigned:ZenDoodles
Status:needs work

Issue Summary

Hi,

Is there any way to expose Links taxonomy terms to Views? I don't see the option to use Taxonomy as either an Argument or a Filter when I create a View of the type "Link".

Drupal 6.10
Views 6.x-2.x-dev

(I've checked the "weblink" content type at admin/content/taxonomy, and I have weblink nodes that have taxonomy terms applied to them.)

Thanks!

Comments

#1

subscribing.

same question.

#2

Status:active» needs work

Not sure if this is the right way to implement this, but the attached patch provides this functionality via hook_views_data_alter(). However, it might be better implemented in hook_views_data().

AttachmentSize
links_views-term-node.patch 734 bytes

#3

This patch works for me. Thanks! (And thanks for a great module!)

#4

I got an error about missing group for the $links_node array in links_views.inc.... otherwise works great.

#5

Assigned to:Anonymous» ZenDoodles

I'll have a look at this.

nobody click here