views, nodefamily

views fusion for nodeprofiles

By doing the nodefamily views integration I ended in writing the module views_fusion.

Views Fusion allows one to fuse multiple views into one. So you can build fusioned views that display information that is stored in multiple nodes - useful for tabular views. It uses node relations for joining the appropriate nodes together.

nodefamily & views integration, status

In the last days I was working on the views integration for the nodefamily module. Unfortunately it turned out to be more complex than I thought originally.

What I wanted to do, was that views is able to automatically join the node tables of different nodes together, so that one is able to list information of both nodes.
But I noticed that this approach has some downsides. They are:

Syndicate content

Back to top