The Arcive of vBulletin Modifications Site. |
|
VBCode Limit? Details »»
|
|||||||||||||||||||||||||
Hello,
I am using about 6 lines of HTML code that will be replaced by the vb code. The problem is that only a few lines get translated and the rest is truncated. Is there any hard limit on how many characters I can subsitute with vb code? Thanks Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I'm really sorry but I don't understand what you mean. But if I understand you right then I don't think there is a limit. Maybe you can give an example here???
|
|
#3
|
|||
|
|||
|
ok. for example:
PHP Code:
but when I run the vbcode, it only displays PHP Code:
|
|
#4
|
||||
|
||||
|
The bbcodetag in the bbcode table is limited to 200 characters. You would need to change this in phpMyAdmin.
|
|
#5
|
|||
|
|||
|
thanks ...
When I try to chnage the 200 to say 400, I get: Quote:
Quote:
I get the same response for all BLOBs (tiny,medium,large) ... please help. |
|
#6
|
||||
|
||||
|
Sorry I have no idea. Maybe someone else will know.
|
|
#7
|
||||
|
||||
|
change the type to text and delete the lenght/value of it!
|
|
#8
|
||||
|
||||
|
The only caution I have is that by doing this you may affect your ability to do future upgrades. It's a very slight risk but one you need to consider.
|
|
#9
|
||||
|
||||
|
I did the same some time ago and had no probs with updates. There isn't a big difference in varchar and text except the length in this case...
|
|
#10
|
||||
|
||||
|
As I said there is a very slight risk. I'm going by the changes that are being made to the vB 3.0 database and some cautions posted by the Developers.
|
![]() |
|
|