Hi! This is probably the wrong forum for this question (please let me know where I should post), but I'm confused...
I have a content type "committee". Each committee has a Forum associated with it using the Content Taxonomy module via a field called "field_committee_forum".
I am trying to create a view that I can provide as a content pane to Panels, where it will be able to list the 10 most recent posts in the forum indicated in the field_committee_forum value. Panels can't create a context out of this field. But I think that I should be able to create a view that given a node, can extract what I'm looking for.
So I'm trying to create a view:
- given argument NID
- pull out the field_committee_forum value
- select "published" "forum topics" associated with that TID
- sort by most recently updated
- display a list of the titles of the 10 most recent
I'm confused by how I should be using relationships, arguments, and filters to connect all of these dots.
Any suggestions for where I should post this, or where the documentation I should be reading is? The available documentation I can find (via advanced help) doesn't seem to be much help.
Thanks,
Ricky
Comments
Any suggestions?
Hi! Any ideas of where I should be looking to figure this out? Please?
Thanks,
Ricky