Nope. That's all.
Quote-Comments requires that JavaScript is enabled.
If it still doesn't work, try going to the Quote Comments options page and switching plugin hook to ´getcommenttext´.
If even then it doesn't work, or it gives you a JavaScript alertbox, then there's most likely an issue with your Wordpress theme. Maybe look for theme that is compatible with newer versions of Wordpress. A theme that uses threaded comments, for instance, is very likely to work.
Add this CSS to your stylesheet:
´a.commentquotelink { margin: 0; height: 0; display: block; overflow: hidden; width: 12px; height: 12px; text-indent: -9999px; background: url(images/iconquotecomment.gif) no-repeat right top; }´
In addition to the above CSS, add the following to your stylesheet:
´.commentlist li { position: relative; } a.commentquotelink { position: absolute; right: 20px; top: 20px; z-index: 1; }´




