I'm trying to produce a list of subscribers to each of the forums on our site. To do this I've taken a query based on notifications, related it to users (Subscriber ID), added a filter to Notifications: Type=Terms. Now I want to add an (exposed) filter on the Forums taxonomy. But I can see no way of adding such a filter.

I've tried it other ways round (e.g. starting with users) and that doesn't help. There aren't any other relationships I can add.

Impossible or am I missing something obvious?

Chris

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Notifications
Version: 6.x-2.9 » 6.x-4.x-dev
Component: User interface » Code

Looks like a missing feature of the notifications module.

chris55’s picture

Yes I agree with this. Looking at notifications_views_views_data() the only joins seem to be with nodes. But I don't know enough about the views interface to be able to fix it.

btw I see that you moved the issue from views to notifications and it was lucky I still had a window open so that I could find it. Could I suggest that when you take this action you leave a "shadow" post so people don't get the impression that posts have been arbitrarily deleted?

Chris

chris55’s picture

Category: support » bug

change from support to bug

mvc’s picture

Status: Active » Closed (duplicate)