MyBB Community Forums

Full Version: how to increase charachter limitation?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i wana to know how to increase charachter limitation in forum titles ?
i know how to change charachter limitation in poll or .. but charachter limitation in creating new forum is important to me
please help
Well i dont excatly get what you mean, why you need limitation for the FORUM Title ? i mean only admin can put the names and you can set the name you want.


however if you have used this term istead of Thread Name, which might have been referring to, then i dont think there is a limitation yet by default.

regards
i use persin languge in my forum and for creating new forum i have a very limitet length of words i want to change this limitation
I think that the number of characters is limited in the database. You can change that by running the following query:
ALTER TABLE `mybb_forums` CHANGE `name` `name` VARCHAR( x ) NOT NULL;
Replace x with the number of characters and change the prefix if necessary (Default: x = 120).
thank you very much , that sql realy solved my problem
agian tanx