Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2463

[3.3.x] Support Forum • How to increase the length of the subject/title of the topic?

$
0
0
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

Statistics: Posted by jmichae1 — Tue Nov 12, 2024 7:28 pm



Viewing all articles
Browse latest Browse all 2463

Trending Articles