ragtek, I'm getting the "please enter a value using 100 characters or fewer" error when warning a post in a thread w/ a long title. yes, I've updated to the newest version & I'm still getting the error. disabling this addon makes the error go away. I'm able to make warnings from the profile page. I can see the code trimming the title so I don't know why it's happening.
just for fun I change the value from 100 to 90 & the warning worked / the thread was created.
Code:
$subject = XenForo_Helper_String::wholeWordTrim($subject, 90, 0);