<configurations> <configuration> <validators method="write"> <validator class="string" name="reply_text_to_short"> <arguments> <argument>reply[usertext]</argument> </arguments> <errors> <error>You have not entered enough text into the reply edit box, it must contain as least 2 characters</error> </errors> <parameters> <parameter name="min">1</parameter> </parameters> </validator> <validator class="string" name="reply_text_to_long"> <arguments> <argument>reply[usertext]</argument> </arguments> <errors> <error>You have exceeded the character limit allowed to be submitted by a reply, it must not be more then 5000 characters</error> </errors> <parameters> <parameter name="max">5000</parameter> </parameters> </validator> </validators> </configuration></configurations>