How I can add nodes which have at least one comment?
I look after field list, but without result.
Any ideas?

Comments

iimitk’s picture

Filters: Add Filters > Groups: Node > Check "Node: Comment count" > Click Add

Then Choose the operator "Is greater than or equal to" and enter "1" in the value box.

merlinofchaos’s picture

Status: Active » Fixed

Mr. T has it exactly right.

kenorb’s picture

Status: Fixed » Postponed (maintainer needs more info)

I can't find this.
I found that in 5.x, but in 6.x version there is nothing like that.
Can be reason that I'm using nodecomment instead of comment module?
How can I implement this functionality?

kenorb’s picture

Title: How to add nodes which have at least one comment? » How to add nodes which have at least one comment (nodecomment)?

I've found that views have specified groups for each module, so I've tried to copy files comment.views.inc and comment.views_default.inc into nodecomment.views.inc and nodecomment.views_default.inc, I've changed name of functions from: 'function comment_' to 'function nodecomment_', but without result.

merlinofchaos’s picture

Project: Views (for Drupal 7) » Node Comments
Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

If you're asking about node comment module, you're going to have to ask in that module's queue. I'm afraid I'm unfamiliar with what they've done, but just copying comment.views.inc files over is unlikely to work.

If you only read one of these submission guidelines, read this one. (Then please read the rest) If your problem deals exclusively with fields or filters provided by another module (CCK, Image, VotingAPI are common) please post the issue under the queue for that module first; all modules are responsible for telling Views about their own fields. It's possible Views IS at fault, but the module maintainers are the best people to make that determination, and they can kick the issue into the Views queue with an explanation of what's wrong if that is the case.

kenorb’s picture

Component: Documentation » Code
Status: Active » Closed (duplicate)

Thank you for you help.
I found this: http://drupal.org/node/322830

fumbling’s picture

Version: 6.x-1.x-dev » 6.x-1.2-rc2

Have you had any success? I started the other thread you link to above, but haven't had any luck over there. As you mention above, I don't see "Node: comment count" or anything to that effect available. Thanks for any insight you can provide.

wrb123’s picture

ill pay $50 if someone can get this working, D6, Views2, Nodecomment module.
A comment count filter so i can show all nodes with 0 nodecomments.