__section__ default __description__ Template which contains most if not all of the error messages generated by the "comments" script. * type = the name of the data element to retrieve Each data element may have any number of other variables. __title__ __page__ comments __lang__ en_US __name__ errors __template__ [% IF ! no_error_comment %] [% END %] [% USE Slash %] [% SWITCH value; # LOGIN ERROR. CASE "login error" %]

Login for "[% form.unickname %]" has failed. Please try again. [% form.op %]

[% # NO ANONYMOUS POSTING. CASE "no anonymous posting" %] Sorry, anonymous posting has been turned off. Please register and log in. [% # ALREADY POSTED. CASE "already posted" %] You've already posted something in this discussion
[% # ANONYMOUS DISALLOWED. CASE "anonymous disallowed" %] Sorry, anonymous posting has been turned off. Please register and log in. [% # NO BODY. CASE "no body" %] Cat got your tongue? (something important seems to be missing from your comment ... like the body or the subject!) [% # NO POINTS. CASE "no points" %] You don't have any moderator points.
[% # COMMENTS MAX POSTS. CASE "comments max posts" %]

You've reached your maximum number of comments you can post: [% max_posts %] comments over [% timeframe %].

[% # COMMENTS MAX POSTS. CASE "discussions max posts" %]

You've reached your maximum number of discussions you can submit: [% max_posts %] discussions over [% timeframe %].

[% # INVALID FORMKEY CASE "invalid formkey" %] [% PROCESS titlebar width="95%" title="Invalid form key!" %]

form key: [% formkey %] !

[% # RESPONSE LIMIT CASE "comments response limit" %] [% PROCESS titlebar width="95%" title="Slow Down Cowboy!" %]

[% constants.sitename %] requires you to wait [% limit %] between hitting 'reply' and submitting a comment.

It's been [% response %] since you hit 'reply'!

[% # POST LIMIT CASE "comments post limit" %] [% PROCESS titlebar width="95%" title="Slow Down Cowboy!" %]

[% constants.sitename %] requires you to wait [% limit %] between each successful posting of a comment to allow everyone a fair chance at posting a comment.

It's been [% interval %] since you last successfully posted a comment

[% # POST LIMIT CASE "discussions post limit" %] [% PROCESS titlebar width="95%" title="Slow Down Cowboy!" %]

[% constants.sitename %] requires you to wait [% limit %] between each successful creation of a discussion .

It's been [% interval %] since you last successfully created a discussion

[% # USED FORM CASE "used form" %] [% PROCESS titlebar width="95%" title="Form Error!" %] This form has been used already to submit a comment [% interval %] ago. You can not use a form and hit the back button to use it again. [% # READ ONLY CASE "readonly" %]
You can't post to this page.
[% # TROLL MESSAGE. CASE "troll message" %] Due to excessive bad posting from this IP or Subnet, comment posting has temporarily been disabled. If it's you, consider this a chance to sit in the timeout corner. If it's someone else, this is a chance to hunt them down. If you think this is unfair, please email [% IF constants.adminmail_mod; constants.adminmail_mod; ELSE; constants.adminmail; END %]. [% # NESTING TOO DEEP CASE "nesting too deep" %] You can only post nested lists and blockquotes [% constants.nesting_maxdepth %] levels deep. Please fix your UL, OL, and BLOCKQUOTE tags. [% # LOW WORDS-PER-LINE CASE "low words-per-line" %] Your comment has too few words per line (currently [% ratio %]).
[% # FILTER MESSAGE. CASE "filter message" %] [% PROCESS titlebar width="95%" title="Lameness filter encountered. Post aborted!" %] [% IF err_message %] Reason: [% err_message %]
[% END %] [% # COMPRESS FILTER. CASE "compress filter" %] [% PROCESS titlebar width="95%" title="Lameness filter encountered." %] Your comment violated the "[% ratio %]" compression filter. Try less whitespace and/or less repetition[% IF ratio == 'postersubj' %] in the subject line[% END %]. Comment aborted. [% # SUBMISSION ERROR. CASE "submission error" %]

There was an unknown error in the submission.
[% # MAXCID EXCEEDED. CASE "maxcid exceeded" %] Don't you have anything better to do with your life?
[% # VALIDATION ERROR. (possible dup? not quite sure about this one...) CASE "validation error" %] Something is wrong: parent=[% form.pid %] dups=[% dups %] discussion=[% form.sid %]

[% # FORMABUSE MAX POSTS CASE "formabuse_maxposts" %] maxposts [% formname %] [% maxposts %] reached! [% # FORMABUSE INVALID FORMKEY CASE "formabuse_invalidformkey" %] invalid formkey [% formname %] [% formkey %] [% # FORMABUSE USED FORM CASE "formabuse_usedform" %] form [% formname %] [% formkey %] already submitted [% CASE "seclevtoolow" %] [% PROCESS titlebar width="95%" title="No permissions" %] You do not have appropriate permissions to perform that action. [% CASE %] An unexpected error has occured.
[% value %]
[% END %] __seclev__ 1000