First, Thank you for this great module! :)
It would be great if there was an option to have certain amount of comments display on the node page itself.
I plan on using this module for reviews, so there will be a separate tab "Review This.." where people can add reviews and read them.
However, it would be great if the last let's say 2 or 3 reviews could appear on the bottom of the node being reviewed...
Is there any way already to create this? I have not been able to figure out how to do this so far....
Thank you in advance for your input.

Comments

Ela’s picture

OK.. 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

Ela’s picture

anyone ? :)

jarodms’s picture

Issue summary: View changes
Status: Active » Closed (outdated)