__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" %]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 %]