Wednesday, December 9, 2009

Quote Comments 1.9.7

Author: Joen Asmussen

This plugin adds a tiny link that says “Quote” on each comment on your posts. Click it, and the contents of the comment is copied to the comment area, wrapped in blockquote tags. It’s even compatible with MCEComments

Installation:

Upload the whole quote-comments folder to your wp-content/plugins/ folder

Go to your WordPress admin -> Plugins and activate the Quote Comments plugin.

That should be it.

Note: If it doesn’t work for you, go to the Quote Comments options page, and try using ´getcommenttext´ as plugin hook.

faq:

Do I have to do anything else than simply activate the plugin?

Nope. That’s all.

It doesn’t work for me?

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.

How To Replace The “Quote” Text With An Icon

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;

How To Move The “Quote” Text To The Top Right Corner Of The Comment

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;

Quote Comments 1.9.7

[Via http://wordpress222.wordpress.com]

No comments:

Post a Comment