The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
This is how I want my forums to look... ![]() 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> ![]() 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? |
#2
|
|||
|
|||
![]()
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] |
#3
|
|||
|
|||
![]()
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 ![]() |
#4
|
|||
|
|||
![]()
If you are using a prefix, then you will need to add it in front of the table name.
|
#5
|
|||
|
|||
![]()
Ahh, simple. Sorry I was being a bit dumb, thanks. Problems solved.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|