vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Extend forum title lenght? (https://vborg.vbsupport.ru/showthread.php?t=145280)

IR15H 04-19-2007 03:28 PM

Extend forum title lenght?
 
Hello,

This is how I want my forums to look...

http://img66.imageshack.us/img66/2617/forummw4.png

Which all looks groovy, however due to the character limit placed on the Forum Title it was a bit of a botch job.

This is my Forum title line;

HTML Code:

<font color=#ff0>#<font color=#fff>BringIT<font color=#ff0>|<font color=#fff>Trials</font>
So I haven't closed the tags properly, and I had to proceed my description with the additonal 3 </font> tags required to make it appear in regular colour. This problem also causes the "number of people viewing the forum" info to appear yellow/green/red/blue for respective forums, as well as messing with the forum permissions page;

http://img142.imageshack.us/img142/8624/forum2jw8.png

I'm not really concerned by the white forum titles,s more the yellow and green bits that arise from the tags not being closed. So basically is there a way to make the forum title allow more characters, and if so, how?

Marco van Herwaarden 04-20-2007 06:31 AM

Run the following queries:

[sql]ALTER TABLE forum CHANGE COLUMN `title` `title` varchar(250) NOT NULL default '';[/sql]

[sql]ALTER TABLE forum CHANGE COLUMN `title_clean` `title_clean` varchar(250) NOT NULL default '';[/sql]

IR15H 04-20-2007 10:26 AM

I tried running them from the Admin CP but it told me it couldn't find the tables (because I prefixed all mine with vb_), so I had to log on to the server and do it via MySQL Admin. It's not a big thing, but is there a way I can make it so when it runs via the Admin CP it knows all tables begin vb_, so can therefore find the required tables?

Thanks for your reply though, managed to get it working now :D (Also changed from <font> to <span> tags because <font> doesn't show properly in IE)

Marco van Herwaarden 04-20-2007 11:00 AM

If you are using a prefix, then you will need to add it in front of the table name.

IR15H 04-20-2007 11:04 AM

Ahh, simple. Sorry I was being a bit dumb, thanks. Problems solved.


All times are GMT. The time now is 12:16 PM.

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.01662 seconds
  • Memory Usage 1,717KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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