Expose Links Taxonomy Terms to Views
cubbtech - March 24, 2009 - 23:17
| Project: | Links Package |
| Version: | 6.x-2.x-dev |
| Component: | Code: links_views.inc |
| Category: | feature request |
| Priority: | normal |
| Assigned: | rsoper |
| Status: | needs work |
Description
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!

#1
subscribing.
same question.
#2
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().
#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
I'll have a look at this.