Plugin Directory

Localised Comment Avatar

  1. Upload the lca.php file into your wp-content/plugins/ folder.
  2. Navigate to the Plugins menu within your Wordpress admin area and activate the plugin.
  3. Click "Manage" and then "LCA Management" and adjust the settings as necessary.
  4. Place the tag <?php lca_form(); ?> within your template in the place where you wish the upload form to appear.
  5. Place the tag <?php lca_avatar( $comment ); ?> within your template in the place where you wish each commenter's avatar to appear. This must be placed within the comment loop on the Comments page.

The upload directory must be writable by the PHP script. The script will warn you if this is not the case and ask you to take action before using the plugin. This usually means setting the permissions to 666 or such like.

Styling the Form and Avatar

Both the form and avatar have been given special classes for use within CSS.

Form Classes:

  • form.lca_form - The form itself.
  • input.lca_input - The input fields in the form.
  • input.lca_submit - The submit button in the form.
  • div.lca_error - The error message div.
  • div.lca_thankyou - The thank you message div once the avatar has been uploaded.

Avatar Classes:

  • img.lca_image - The avatar.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(7 ratings)