owner_guid); //get the comment owner's profile url $comment_owner_url = $comment_owner->getURL(); //display comment echo "
"; echo ""; echo elgg_view("profile/icon", array('entity' => $comment_owner, 'size' => 'tiny')); echo ""; //truncate comment to 150 characters and strip tags $contents = elgg_get_excerpt($comment->value, 150); echo "
"; echo "" . $comment_owner->name . ' '; echo "" . elgg_view_friendly_time($comment->time_created) . ""; echo "
"; }