I've noticed that this theme doesn't seem to allow people to reply to comments, or, if you are the comment author, you can't edit or delete your comment.

I changed this line in comment.tpl.php:
<div class="commentfooter"><?php print $author ?> | <?php print $date ?></div>

to:
<div class="commentfooter"><?php print "$author | $date | $links" ?> </div>

and it seems to work fine now.

I'll submit a proper patch ASAP.

CommentFileSizeAuthor
#1 SEOposition-comment-links-block.patch730 bytesmcurry
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mcurry’s picture

Status: Active » Needs review
FileSize
730 bytes

Here's a patch...