Is there a way to let Views2 let me list a certain content type without comments only?
I need to list a custom content type nodes, but I don't want show those which are commented by someone, a sort of "list content and avoid those commented"..
any idea?
thanks
On May 6, 2009, at 3:01 PM, Francesco Baldini wrote:
Is there a way to let Views2 let me list a certain content type without comments only?
I need to list a custom content type nodes, but I don't want show those which are commented by someone, a sort of "list content and avoid those commented"..
Perhaps add a filter for comment id where id < 0?
-Carl
On Mer, 6 Maggio 2009 10:15 pm, Carl Jester wrote:
On May 6, 2009, at 3:01 PM, Francesco Baldini wrote:
Is there a way to let Views2 let me list a certain content type without comments only?
I need to list a custom content type nodes, but I don't want show those which are commented by someone, a sort of "list content and avoid those commented"..
Perhaps add a filter for comment id where id < 0?
already did it, but it doesn't work..
On May 6, 2009, at 5:34 PM, Francesco Baldini wrote:
On Mer, 6 Maggio 2009 10:15 pm, Carl Jester wrote:
On May 6, 2009, at 3:01 PM, Francesco Baldini wrote:
Is there a way to let Views2 let me list a certain content type without comments only?
I need to list a custom content type nodes, but I don't want show those which are commented by someone, a sort of "list content and avoid those commented"..
Perhaps add a filter for comment id where id < 0?
already did it, but it doesn't work..
OK, that was a quick guess. I just had a couple minutes to take a closer look at the available options and found "Node: Comment count" in the list of available filters. That's working for me. And of course, if you just want a specific CCK type, you use "Node type = ___".
-Carl
On Gio, 7 Maggio 2009 4:36 am, Carl Jester wrote:
OK, that was a quick guess. I just had a couple minutes to take a closer look at the available options and found "Node: Comment count" in the list of available filters. That's working for me. And of course, if you just want a specific CCK type, you use "Node type = ___".
it works!
thanks :)