Plugin: AuthImage Author: Mark Wu Idea From: Gudlyf Release Date: 2005/02/15 Version: 1.0 This plugin offers extra comment authentication for LifeType. The idea is inspired by WordPress AuthImage Plugin written by Gudlyf. In order to use, simply include the following: 1. $authimage->isEnabled() to check the plugin is enabled or not. 2. $authimage->show() to get the authentication image. Install: Add the following code to commentform.template: {if $authimage->isEnabled()}
 {$authimage->show()}
{/if} You can add your own default background image to /plugin/authimage/backgrounds. This plugin only support GIF format currently.