Comment to 'number of characters for replies'
  • LeonidS,

    Please enter 1-5000 characters

    Incorrect info. Please, check your inputs and try to submit again.

    The limit given in the warning is 5000, not 4000 as I mentioned above. I adjusted the query and filed it and also cleared cash in studio but nothing changed when i tested to see if it would accept an amount over 5000 spaces.

    Here is the query followed by the reply (I used phpmyadmin)

    UPDATE `sys_objects_cmts` SET `CharsPostMax`=5000 WHERE `Name`='bx_forum' LIMIT 1;

    Returned this answer:

    UPDATE `sys_objects_cmts` SET `CharsPostMax`=4000 WHERE `Name`='bx_forum' LIMIT 1;