I was reading the tutorial available from the page "Node Profile Package" (http://drupal.org/node/129957). I wanted to try a filter which would show the children of a parent content type. It did not work. I took a look at the view_filter table and I saw that the filter value is "nodefamily_child.parent_nid". There is no such table in the database as "nodefamily_child", just "nodefamily". But there is nothing in table "nodefamily"! Further investigation in the code (nodefamily_ct_relation_overview()) shows that the relations are actually stored in variable 'nodefamily_relations'. According to this my best case guess is that the filter feature is a work in progress.
Can we expect it to work in the future? Roughly when?

Comments

attila75’s picture

So that must be why they use the Views fusion module in that tutorial. Trying that way...

fago’s picture

Category: bug » support

it actually works already. But you can't filter to show children, you can filter by children.
Of course you need to have relations first - that's also the case for views fusion.

fago’s picture

Status: Active » Fixed

if you need some further help, please reopen..

Anonymous’s picture

Status: Fixed » Closed (fixed)