Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[SOLVED] How to increase the max character length in comment body?
The function
Where can I modify this length? I didn't find anything in config.php nor I wasn't able to locate the value in the code.
ValidateLength($Value, $Field)
compares a posted comment body vs. maximum length of characters.Where can I modify this length? I didn't find anything in config.php nor I wasn't able to locate the value in the code.
Tagged:
1
Comments
So I think all you need to do is change DB field length.
Please correct me if I'm wrong.
There was an issue initially I guess, because it said "8000 characters", but this was not the effective maximum possible. I just hit the save button again and now the value is correctly verified.