[USAGES]: 1. Upload: Upload all the extract files and directorys to $LifeType_Install_Dir/plugin/openid 2. Move OpenID.php to $LifeType_Install_Dir 3. Modify template: Use $openid->show() in header template file to allow the OpenID tags to be added.. OpenID web site: http://www.openid.net/ [EXAMPLE]: Add the following code in header.template, within the , tags: Code: ... {if !empty($openid)} {$openid->show()} {/if}