Creates a little quote icon in comment boxes which, when clicked, copies that comment to the comment box wrapped in blockquotes.
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 ´get_comment_text´.
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.comment_quote_link { margin: 0; height: 0; display: block; overflow: hidden; width: 12px; height: 12px; text-indent: -9999px; background: url(images/icon_quote_comment.gif) no-repeat right top; }´
In addition to the above CSS, add the following to your stylesheet:
´.commentlist li { position: relative; } a.comment_quote_link { position: absolute; right: 20px; top: 20px; z-index: 1; }´
Requires: 2.5.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-5-17
Downloads: 25,908




