Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
comment data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2011 at 03:22 UTC
Updated:
5 Feb 2011 at 06:27 UTC
Hi,
I've cloned the frontpage view and changed it to full build node output. I've created a zen subtheme and am theming. On my site.com/node page, I see
* Read more
* 1 comment
* Add new comment
On the views page, there is only "Add new comment".
While typing this I realize that the full build is not outputting the comment section and that's why I'm not getting the teaser type output. Can I get this output somehow (comment count and add new comment)?
Thanks for your help.
Comments
Comment #1
merlinofchaos commentedI think that's just what core chooses to put there on the full node view. So I'm afraid your only option is probably hook_link_alter() or something.