With the present views filter greater than / less than on parent feed you can filter if nodes are in a feed (just pick nid greater than 1), but you can't do it for something not being a feed item.
To do this I added a basic (NOT) NULL filter on the nid of the join.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_node_views.20080423.patch | 2.17 KB | ekes |
Comments
Comment #1
bwong commentedVery useful. I have not found any problems using it so far. It should definitely be added.
Comment #2
alex_b commentedPatch contains print_r - can be easily removed. Still running fine? If so, I will commit.