By PhilDHD on
Hello
I cannot hide the "Add new comment" link in a view of a custom content-type.
The view row style is node. The row style options are: Build Mode="Teaser", "Display links" and "Display node comments" are both unchecked.
But The comments link is visible in the view.
What am I missing here? How can I hide the "Add new comment" link in the view?
Thanks
Phil
Comments
I have sorted this. My view
I have sorted this.
My view uses taxonomy arguments and I was using custom menus pointing towards "taxonomy/1" when the comments were still showing. Changing my menus to point to "taxonomy/term" resolved this.
Sorry to ask too quickly and sorry again for duplicate post.
..
Glad you figured it out. I was wondering what this might be when I read the other post.
The opposite problem
Funny, I have the opposite problem. I want to show the "Add a comment" link at the bottom of my view which is accessible at node/%/photo. I build a view because when I create a content for my custom-type "Photo" (which is essentially a title and a picture), the photo shown at node/% is often too big. With a view, I can force (with a preset created in imagecache) the scaling. The problem is that now, I don't have the comment link anymore. Any idea?
EDIT: ok i found my solution too! I can set the size for the teaser and the node at admin/content/node-type/mycontenttype/display. My view is no more required. My add comment link is now of course visible.