Hello,
I have a phpBB forum version 3.3.13.
I have discovered that the Topic/Subject/Title length when creating a post is limited to 60 characters. I want to increase it, e.g. to 100 characters. The database does not appear to be the issue since the phpbb_topics table's topic_title column is of type VARCHAR and its Length/Value is 255.
I suspect that the phpBB may enforce length limits when inserting or updating records. While topic_title is stored as VARCHAR(255), there could be a character limit enforced via SQL queries in phpBB.
Does anyone knows how to increase the length of the topic title/subject?
Thank you in advance
Michael