Plugin: Moderate
Author: LifeType Team
Release Date: 2005/01/23
Version: 1.0

This plugin offers you moderate of comments.

Install:
1. Configurate your Moderate plugin in your LifeType control center

2. If you like you can add the following lines to your commentform.template to inform users that comments are moderated

	{if $moderate && $moderate->isEnabled()} 
	<p>{$locale->tr("moderate_form_note")}</p>
	{/if}