comments

relative date in comments

  1. function tassoman_comment_view($comment, $links = array(), $visible = 1) {
  2.   static $first_new = TRUE;
  3.        
  4.         // comment time difference
  5.         static $comment_previous_timestamp;

Trying to get summary in teaser

  1. <a href="?q=node/<?php print $node->vid ?>" title="<?php print check_plain($node->title) ?>"><?php print check_plain($node->title) ?></a>
  2. <br/>
Syndicate content