__section__
default
__description__
Message displayed when a user submits a comment.

No specially passed variables.

Pulls the user's message prefs, if appropriate.  Message 3 = "Moderation
of Comment", message 4 = "Replay to Comment".  If both are set to "no,"
give the user a little tip about how they can be turned on.

__title__

__page__
comments
__lang__
en_US
__name__
comment_submit
__template__

<div class="generalbody">
	<p>
		Comment Submitted. There will be a delay before the comment becomes part of the static page.  What you submitted appears below.  If there is a mistake...well, you should have used the 'Preview' button!
	</p>
	[% IF metamod_elig %]
		<p>
			For [% constants.sitename %]'s moderation system to function properly, we need as many users as possible to <a href="[% gSkin.rootdir %]/metamod.pl">Meta-Moderate</a>.  You are currently eligible... why not hop over and help?
		</p>
	[% END %]

	[% IF !user.is_anon && constants.plugin.Messages %]
		[% message = Slash.getObject('Slash::Messages');
		prefs = message.getPrefs(user.uid);
		messagecodes = message.getDescriptions('messagecodes');
			IF (messagecodes.3 && !prefs.3.defined)
			&& (messagecodes.4 && !prefs.4.defined) %]
				If you'd like to be notified when your comments are moderated and/or replied-to, please visit the <a href="[% gSkin.rootdir %]/my/messages">Message Preferences page</a>.
			[% END %]
	[% END %]
</div>

__seclev__
1000
__version__
$Id: comment_submit;comments;default,v 1.13 2005/07/27 22:54:46 pudge Exp $
