I would like to have a quote link for each comment.
Edit: I need it to give a better reference to comments that are older than the last one of a story.


Try <a href="{$story_url}#c{$comment_id}"># {$comment_id}</a> at /templates/your_template/comment_show.tpl.
Further changes can be made at libs/comment.php. See also http://forums.pligg.com/suggestions/...ment-link.html.