xF2 Tip / Guide How to Increase Character Limit for Forum Nodes

AJ_Root

Founder Of NullApe
Staff member
Administrator
Hello everyone, today I'm going to guide you on how to increase the character limit for categories and post titles in Xenforo.

By default, Xenforo only supports 50 characters for categories and 150 characters for post titles. If you exceed these limits, an error will be displayed

Oops! We ran into some problems. Please enter a value using 50 characters or fewer.
To increase the number of characters, go to phpMyAdmin > SQL and run the following command

You don't have permission to view the spoiler content. Log in or register now.

1719076558893.png

Go to /src/XF/Entity/Node.php
Find

You don't have permission to view the spoiler content. Log in or register now.

And change 50 to 500

Go to /src/XF/Entity/Thread.php
Find

You don't have permission to view the spoiler content. Log in or register now.

Go to /src/XF/Entity/Forum.php
Find

You don't have permission to view the spoiler content. Log in or register now.

Change 150 to 500

That's it.
Good luck!
 
Back
Top