1
Hi
I have a problem with the titles on my forum (newbb)
I have 2 languages on my site and for each reader's forum post i translate the title of the post in to the other language
But this means that often the title length exceeds the limit of 255 characters (one language is non-western script so it takes up lots of characters).
So my question is can I simply change the structure of the topic_title field to a text one rather than varchar(255)?
I don't understand MySQL so well. Will making this change cause me performance issues? The forum is already quite large can I still make a structure change?
Thanks so much!!!