Active
Project:
Views child remover
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2012 at 21:40 UTC
Updated:
23 Feb 2013 at 23:05 UTC
And what about support for this function in Drupal 7. Its really needed.
Is there another way to simulate this function?
Comments
Comment #1
Frogtown commentedHey '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.
Comment #2
spgd01 commented"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.
Comment #3
spgd01 commentedAnyone have any ideas? I could really use the help. Thanks