How to change the max characters
the system display "Body is 10181 characters too long."
Hello,
Please tell me how I can post more characters?
Hello,
Please tell me how I can post more characters?
Tagged:
0
Comments
Looking at code:
function ValidateLength($Value, $Field) { $Diff = strlen($Value) - $Field->Length; if ($Diff <= 0) { return TRUE; } else { return sprintf(T('ValidateLength'), T($Field->Name), $Diff); } }
You can see that database field for your text is restricted and you posted 10181 more characters then it is allowed.
But I still can't figure out why it is under Spam :-)
Spammers started posting their favourite parts from War and Piece?