salut,
in case a node is expired, it remains visible in the views that originally referenced it. this might not be a bug, but it is often an unwanted behavior that needs to be worked around. any clues?
thanks.
salut,
in case a node is expired, it remains visible in the views that originally referenced it. this might not be a bug, but it is often an unwanted behavior that needs to be worked around. any clues?
thanks.
Comments
Comment #1
mariuss commentedIf the node has expired then its "Published" flag should be set to "FALSE". In your view make sure to add a filter for "Published=TRUE" (you should always do this with views).
If you did this already, then I'm note sure what's wrong. Try to provide more details.
Bafta,
Marius
Comment #2
ahoria commentedit wasn't obvious to me that this module sets the "published" flag. all works fine, not a bug.
Comment #3
mariuss commentedGood point, I'll add a phrase to the documentation explaining this.
Comment #4
mariuss commentedComment #5
marcvangend