Closed (outdated)
Project:
Talk
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2010 at 01:07 UTC
Updated:
16 May 2016 at 14:02 UTC
Jump to comment: Most recent
Comments
Comment #1
Ela commentedOK.. i figured out how to show comments on node itself, but all of them would show..
by changing 0 to 1 in:
// This prevents the comments of being displayed.
$output['comment_original_value'] = $node->comment;
$output['comment'] = 0;
return $output;
It would be great to show just a couple with a link "read all comments" :D
Comment #2
Ela commentedanyone ? :)
Comment #3
jarodms commented