vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Forum Title ?! (https://vborg.vbsupport.ru/showthread.php?t=202787)

Forum Lover 01-23-2009 04:13 AM

Forum Title ?!
 
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):

[sql]ALTER TABLE `forum`
CHANGE COLUMN title title VARCHAR(255)NOT NULL DEFAULT ''
,CHANGE COLUMN title_clean title_clean VARCHAR(255)NOT NULL DEFAULT '';[/sql]

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 [DATE]1232719251[/DATE] at [TIME]1232719251[/TIME] ---------------

Guess what!! I was using your hack to change my titles... I have just noticed. :)

https://vborg.vbsupport.ru/showthrea...light=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 [DATE]1232723285[/DATE] at [TIME]1232723285[/TIME] ---------------

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. :)


All times are GMT. The time now is 03:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01060 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete