the node type filter in the nodecomments default view is hard coded for the 'comment' node type. if you change the node type being used as a comment then this view won't display the comments. this filter also seems unnecessary since the 'original parent nid' relationship and corresponding nid argument will exclude any nodes that aren't children of the parent node.

CommentFileSizeAuthor
nodecomment_views_default.patch941 byteszroger

Comments

sirkitree’s picture

Status: Needs review » Fixed

Thanks Roger, this should take care of a few issues in the queue. Applied to HEAD.

andrewlevine’s picture

Status: Fixed » Active

Shouldn't this be applied to DRUPAL-6--1 too?

zroger’s picture

can you apply this to the D6 branch also?

right now the D6 branch has the new views stuff but not this.

head has this patch but not the views stuff.

sirkitree’s picture

sure np. sorry 'bout that

sirkitree’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.