Linux 软件免费装

Localised Comment Avatar

开发者 benbacardi
更新时间 2008年3月26日 00:37
捐献地址: 去捐款
PHP版本: 2.1.3 及以上
WordPress版本: 2.3.3

标签

comments avatars

下载

2

详情介绍:

This plugin allows readers to specify a name, e-mail address and/or URL that they will always use when commenting, and to upload and asign an image to this combination of specified values. The plugin allows the blog owner to specify which of the three values are used when checking for combinations in the database, as well as specify where the images are uploaded to and their maximum size when outputted to the page. Owner can specify an image to use if a commenter has not uploaded one, if an image is wanted at all.

安装:

  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: Avatar Classes:

常见问题:

How can I style the Avatar and Form?

See the Installation section.