I see the length of the T_SUBJECT for topic is 100 characters in the database, but when creating a message, the subject is maxed at 50 characters. Is there a reason for this or just an oversight?
If it is set to too high, the right hand of the page will squash the right menu options... I changed mine to be 60 or from 60 up to the end of the next full word, and occasionally it squashes the right side of the page.
Thanks. I understand now because I changed it to maxlength=100 and saw the wrap problems. Seems like if it's going to be 50 everywhere that the database should be changed appropriately.