MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I want to limit thread's title lenght.. is there any way to do so?I want this because my theme gets bugged when the thread adress is big..
(2012-12-03, 07:04 PM)razilioxtre Wrote: [ -> ]So, I want to limit thread's title lenght.. is there any way to do so?I want this because my theme gets bugged when the thread adress is big..

This will need a plugin. Did you check the mod database? Maybe there is already such a plugin there.
I did not find anything..
I suppose you can put a limit to the number of characters in the thread subject input in New Thread and New Reply (maxlength). Details here:
http://www.w3schools.com/tags/att_input_maxlength.asp

This won't, however, affect the threads that already have too long of a title.
How do I do that?
(2012-12-07, 03:19 PM)razilioxtre Wrote: [ -> ]How do I do that?

Open up the newthread template, and CTRL+F for
value="{$subject}"

Add the maxlength attribute either before or after that (or edit it if there's already one there).