Log in

View Full Version : Problem with [size=small]


Waiter
04-04-2008, 12:02 PM
Ok... I install vBulletin 3.6.8 and it works great. I import from MyBB 1.2.2 and so... The code of SIZE are [size=small] instead: [size=2]...

The first post of this tread shows this problem:
http://tuttopes.net/forums/showthread.php?t=3493

How can a FIX this????

Dismounted
04-04-2008, 01:18 PM
UPDATE post SET pagetext = REPLACE(pagetext, '[size=small]', '[size=2]')
Please remember to backup your database in case anything goes wrong.

Lynne
04-04-2008, 02:14 PM
Your [ align=center ] tags don't work either.

Waiter
04-04-2008, 03:22 PM
Your [ align=center ] tags don't work either.

How can I fix also this??? And all other tags???

--------------- Added 1207327718 at 1207327718 ---------------

UPDATE post SET pagetext = REPLACE(pagetext, '[size=small]', '[size=2]')
Please remember to backup your database in case anything goes wrong.

But I try to resolve in this way and the database give me an error... Do I change anything about the code that you give me??? For compatibility...

Jase2
04-04-2008, 04:21 PM
Can't you use the cleaner.php file?

Waiter
04-04-2008, 04:36 PM
And the cleaner.php what do????

Jase2
04-04-2008, 04:43 PM
It cleans up inproper formatted code to match vBulletin's.