View Full Version : Forum Title ?!
Forum Lover
01-23-2009, 04:13 AM
How can I increase forum titles length? I am using unicode to translate my forums title and found that default word/letter counts are not enough for me.
Any tips guys? :) Thanks in advance.
Marco van Herwaarden
01-23-2009, 08:25 AM
Just change he length of the column in the database.
Forum Lover
01-23-2009, 11:06 AM
Thanks Marco, newbie is here.
http://img132.imageshack.us/img132/7526/14447267kp7.jpg
I was asking, please check the last sub forum... when you choose a bit bigger name, its not coming all.. at the end its showing "&" sign.
But when I choose smaller title, its ok. I think there is a limitation on how many letters that we can put as forum title.. right?!
If I need to get it done by changing anything from database, can you be please a bit more elaborated. :)
Thanks again. I think if I can change the limits, that will do.. but how? :(
Marco van Herwaarden
01-23-2009, 11:12 AM
You would need to change the 'title' and 'title_clean' columns in the 'forum' table using a tool like phpMyAdmin.
Marco van Herwaarden
01-23-2009, 11:15 AM
You can also run the following manual query (make a backup of your database before performing manual changes):
ALTER TABLE `forum`
CHANGE COLUMN title title VARCHAR(255)NOT NULL DEFAULT ''
,CHANGE COLUMN title_clean title_clean VARCHAR(255)NOT NULL DEFAULT '';
Forum Lover
01-23-2009, 11:26 AM
Marco, it was varchar(100) and I changed to varchar(200).. in both title and title_clean, but still no luck. :(
EDIT:
The SQL Query you gave, its working fine its changing the varchar.. but still no luck in titles when I renaming those in unicode. :(
Marco van Herwaarden
01-23-2009, 11:50 AM
You will need to set the title again for the forums that had problems with the length of the title.
Forum Lover
01-23-2009, 11:57 AM
Yeah Marco, I did that already. But still no luck. :(
--------------- Added 1232719251 at 1232719251 ---------------
Guess what!! I was using your hack to change my titles... I have just noticed. :)
https://vborg.vbsupport.ru/showthread.php?t=100589&page=6&highlight=language
Marco van Herwaarden
01-23-2009, 12:07 PM
Then you will need to do the same for the title and title_clean columns in the mh_fl_forum_language table.
Forum Lover
01-23-2009, 12:42 PM
Thanks Marco, its perfect now. :D
--------------- Added 1232723285 at 1232723285 ---------------
if vBulletin would have or if "pharses would work -- all would be well.
tried it - using a phrase in the forum title in the admin cp and dont' work.
Is there a way this could be done and work ?
I just wonder Marco. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.