Log in

View Full Version : Problem with limit of titles


TheStefan
03-13-2007, 05:16 PM
Hello all,

I have problems with Vbulletin titles on threads. I use cyrilic alphabet, and with it, my titles are limited to 16 characters, but if I use english one it's alright. How can I make modifications so I don't have this problem?

Tnx

Marco van Herwaarden
03-14-2007, 09:45 AM
Please run the following 2 queries:

ALTER TABLE thread CHANGE COLUMN `title` `title` MEDIUMTEXT NOT NULL default '';
ALTER TABLE post CHANGE COLUMN `title` `title` MEDIUMTEXT NOT NULL default '';

TheStefan
03-14-2007, 10:19 AM
Nop.. I already tried that before, didn't help :(

any other ideas?

ivanstanchev
03-16-2008, 08:32 AM
For those of you who still have the same issue (I had too) go to admincp-language and phrases ,select your language and click edit settings.Then change the coding to WINOWS-1251