And what about support for this function in Drupal 7. Its really needed.
Is there another way to simulate this function?

Comments

Frogtown’s picture

Hey 'discuss' --

I was starting to convert this module to 7, then while looking at it, I realized all it was doing was adding the filter of (book depth = 1 OR book depth = NULL)

Views 2 didn't have an 'OR' operator -- but for D7, Views 3 has an OR operator.

Just create a filter group, and set it to OR and just add 2 entries of book depth. One for "is equal to 1" and one for "is empty (NULL)"

Hope that helps.

spgd01’s picture

"book depth = NULL" does not work for me. Any other way to do this? I used is equal to and "null" in the value but no luck.

spgd01’s picture

Anyone have any ideas? I could really use the help. Thanks