Missing documentation: TINYIB_MAXSUBJECT isn't automatically being respected
#199
Closed
opened 2 years ago by Denmark
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I've set my TINYIB_MAXSUBJECT to 150 characters, yet when I enter a thread with a subject that's 86 characters it gets cut off at 73 characters regardless of the TINYIB_MAXSUBJECT setting of 150.
Check the length of the
subject
field in theposts
table of your database. It defaults to 75 characters, you will need to increase this length as well. I will add a note about this step being required to the docs before closing this.Bug: TINYIB_MAXSUBJECT isn't being respectedto Missing documentation: TINYIB_MAXSUBJECT isn't automatically being respected 2 years ago